Skip to content
#

time-series-database

Here are 56 public repositories matching this topic...

xiaopingcs
xiaopingcs commented May 13, 2022

Bug Description
taosBenchmark subscribe crash

To Reproduce
Steps to reproduce the behavior:

  1. Build taosd, taosBenchmark in latest develop branch
  2. go to 'TDengine/src/kit/taos-tools/example'
  3. execute taosBenchmark -f insert_csv.json
  4. execute taosBenchmark -f subscribe.json

Expected Behavior
taosBenchmark -f subscribe.json should not crash

Screenshots
N/A

bug good first issue
muninshen
muninshen commented Mar 11, 2022

Is your feature request related to a problem? Please describe.
Many existing IoT infrastructure use PostgreSQL as their core database. Some are looking to use the CnosDB as the TSDB part. Should we provide an easy way to migrate those historical data?

Describe the solution you'd like
We could guide the users to migrate their time series data from PostgreSQL to CnosDB via best practice

good first issue

FOSSology generates a large set of data that is exported to the time-series influx database and visualized with the help of Grafana. I Wrote a fossdash_publisher script that collects useful data from FOSSology DB (Postgres) and exposes them to influx DB. Developed a visualization dashboard in Grafana by integrating influx as an input data source.

  • Updated Nov 5, 2020
  • Python

Improve this page

Add a description, image, and links to the time-series-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the time-series-database topic, visit your repo's landing page and select "manage topics."

Learn more