1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-08 16:20:40 +02:00

Add timeseries database

This commit is contained in:
Hossein Askari
2022-08-01 13:38:01 +04:30
committed by GitHub
parent c392ceb00a
commit 76f79113ff

View File

@@ -1 +1,10 @@
# Timeseries databases
# Timeseries databases
## InfluxDB
InfluxDB was built from the ground up to be a purpose-built time series database; i.e., it was not repurposed to be time series. Time was built-in from the beginning. InfluxDB is part of a comprehensive platform that supports the collection, storage, monitoring, visualization and alerting of time series data. Its much more than just a time series database.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://www.influxdata.com/'>InfluxDB Website</BadgeLink>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.influxdata.com/time-series-database/'>Time series database</BadgeLink>