hastic-zzz / hastic-server

Hastic data management server for analyzing patterns and anomalies from Grafana
GNU General Public License v3.0
330 stars 23 forks source link

MongoDB persistence #570

Open jonyrock opened 5 years ago

jonyrock commented 5 years ago

Hastic has to save it's artifacts to a database. We chose nedb as a small test storage which we can easily add as a requirement to run Hastic. We can't scale this approach much, so we need a "legit" database.

I propose to support all databases which we have in grafana-datasource-kit

Let's start with influxdb

jonyrock commented 5 years ago

Because we use nedb, let's take MongoDB as the first "real database support"

amper43 commented 5 years ago

subtasks: