timeseries-database
Here are 50 public repositories matching this topic...
It claims that the response shape is {"results": [...]"} but it's actually wrapped in {"queries": [{"results": [...]}, ...]}":
~/D/k/bin $ ./kairosdb.sh run >/dev/null 2>&1 &
[1] 42911
~/D/k/bin $
~/D/k/bin $ curl --silent http://localhost:8080/api/v1/datapoints/query/tags -XPOST --data-binary '{"start_rStale readme (GDAX)
As a 3rd party developer there is a reasonable expectation of accuracy when reading the published api documentation and additional tools from same org keep valid URL’s and service references.
Expected:
- this repo and readme linked via Alpaca docs would be valid
Actual:
- GDAX still referenced working and dead links to this service (the coinbase pro rebrand > 1year ago)
More documentation!
REPRO STEPS:
- Navigate to the Argus viewmetrics page
- Paste in the following to the text input box
GROUPBY(-15m:-2m:foo.bar.-.-:some.metric.*.here{tag=baz}:avg:3m-avg, #(someRegexForGrouping)#, #SUM#)
- Click the Prettify button
EXPECTED:
The query entered should be formatted without changing the actual text of the query
GROUPBY(
-15m:-2m:foo.bar.-.-:some.metric.*.h
Type of action
- add
Content
Survey and Comparison of Open Source Time Series Databases
Category
Paper
Reason (Optional)
add: this paper presents a survey on existing TSDBs and describes their features.
Before reporting an issue on Gnocchi, please be sure to provide all necessary
information.
Which version of Gnocchi are you using
gnocchi 3.3.1
How to reproduce your problem
It is not clear from document (https://gnocchi.xyz/rest.html) how to query to get measures of multiple metrics in a single query ( batch mode)
What is the result that you get
I can query for single metr
-
Updated
Jan 7, 2020 - C
Add a roadmap linking to the GitHub milestones so that:
- it's clear what the current project status is
- it's clear what features are planned next
-
Updated
Apr 5, 2020 - C#
-
Updated
Jul 12, 2020 - TSQL
-
Updated
Apr 22, 2020 - Java
-
Updated
Jul 11, 2020 - Go
-
Updated
Jul 3, 2020 - C#
-
Updated
Jul 4, 2018 - Python
Need instructions / documentation on how to configure REST API for SSL encryption. Can SSL be supported for GRPC API?
-
Updated
Jul 10, 2020 - Go
-
Updated
Apr 24, 2019 - Python
-
Updated
Aug 7, 2018 - Python
-
Updated
Jul 8, 2020 - Go
-
Updated
Mar 28, 2018 - Rust
-
Updated
Jan 3, 2020 - JavaScript
-
Updated
Dec 14, 2019 - Jupyter Notebook
-
Updated
Mar 21, 2019 - PHP
-
Updated
Jun 28, 2017 - Go
-
Updated
Jun 29, 2020 - Python
-
Updated
Jul 26, 2017 - OCaml
-
Updated
Apr 22, 2020 - C#
-
Updated
Apr 29, 2020 - Shell
Improve this page
Add a description, image, and links to the timeseries-database topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the timeseries-database topic, visit your repo's landing page and select "manage topics."

It's a fairly common request to get the size of data for each symbol in VersionStore and currently I just use a Mongo js script to get it, but it would be nice to have a util in VersionStore or otherwise to do the same.