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

Loading the labeled data to Postgres #883

Open aayush27894 opened 4 years ago

aayush27894 commented 4 years ago

As per the latest version of Hastic, the labelled data is stored in NeDB by default. Is there anyway I could load this data in a postgres table?

jonyrock commented 4 years ago

Postgres as persistence is not supported because in hastic-server: https://github.com/hastic/hastic-server/tree/master/server/src/services/data_layer

We can support it, but we need a very strong motivation for this