datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
Eugen 2020-05-11T06:34:10.155100Z

hi, I am looking at datahike to try out datalog and explore it. however, I would love to be able to persist data and I was wondering what is the status of datahike-postgres for psotgresql or konserve-clutch for CouchDB ? did anyone of you have experience with them ?

kkuehne 2020-05-11T08:26:10.155200Z

Hi @eugen.stan, Datahike has a persistent layer. You can use either our internal file representation or you may use external backends. Have a look at https://github.com/replikativ/datahike-postgres/ as a postgres backend. We also support leveldb.

Eugen 2020-05-11T08:32:16.155400Z

thanks @konrad.kuehne, I am aware of that . I also raised https://github.com/replikativ/datahike-postgres/issues/7 - I think there might be some merit to that solution

Eugen 2020-05-11T08:35:15.155700Z

I am trying to get a feel of how 'production' ready is and how much data can I push

👍 1