time series databases
- InfluxDB
- Prometheus
- ElasticSearch
- OpenTSDB
- Postgress
- BigTable
- Lighweight
- Schemaless
- Allow indexing via specific filed in the data
- Fast data ingestion (Write) and aggregation(read0)
- High Avaibility
- InfluxData Stack(Kapacitor,Chronograf,Telegraf)
- Kafka --> LogStash/Telegraf (Data Ingestion) ---> InfluxDB --->Kapacitor(Alerting) ---> InfluxDB ---> Grafana/Chronograf(UI)
- Faust APP (Anomaly Detection)
- UI: Chronograf
- Ingestion: Telegraf
- Alerting: Kapacitor
- Pulls metrics data from instrumented targets with the Prometheus server
- Visulizes metrics with the Prometheus UI
- Send alert with the Prometheus Alert Manager
- Receives metrics data from the Prometheus Push gateway

