cratedb
Here are 37 public repositories matching this topic...
Hi there,
influxdb-python received support for reading and writing Pandas DataFrames through influxdata/influxdb-python#86 by @timtroendle the other day. The usage of its influxdb.DataFrameClient is outlined within [`tuto
-
Updated
May 6, 2021 - Go
-
Updated
May 16, 2022 - Python
The overview panel shows Health with one moniker of {good, warning, critical}.
These monikers have an exact meaning defined by a comment in the code as:
// table health status:
// good : all shards (primary and replicated) are started
// warning : all primary shards are started && at least on replicated shard is not started
// critical : at least one primary s
-
Updated
Feb 8, 2022 - Python
While the code provides the full CustomResourceDefinition the documentation is lacking clear examples of what is possible and what not. E.g. a very simple custom resource with only the required arguments, a more advanced one that shows some possibilities, and a complex one, making use of all available options.
-
Updated
Dec 2, 2021 - PHP
-
Updated
May 6, 2022 - Go
-
Updated
Jan 18, 2021 - Smarty
-
Updated
May 4, 2017 - Python
-
Updated
May 17, 2022 - HCL
-
Updated
May 3, 2022 - Python
-
Updated
Sep 18, 2019 - Java
-
Updated
Mar 13, 2017 - C#
-
Updated
Jul 21, 2021 - Java
-
Updated
Jul 22, 2018 - Python
-
Updated
Apr 12, 2022 - Java
-
Updated
Nov 15, 2021 - Lua
Improve this page
Add a description, image, and links to the cratedb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cratedb topic, visit your repo's landing page and select "manage topics."
Use case:
Get the total duration over many events. Something like
select sum(age(ended, started)) from myeventsorselect sum(ended - started) from myevents- depending on crate/crate#12479See https://github.com/crate/crate/blob/dc3ce297b1597d482949a2e57479890feb3adbf4/server/src/main/java/io/crate/execution/engine/aggregation/impl/SumAggregation.java#L67