Loading the labeled data to Postgres
aayush27894 opened this issue · 1 comments
aayush27894 commented
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
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