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
mihaelkonjevic 2019-06-25T22:20:42.023500Z

If anyone is interested I've published a very basic PostgreSQL driver (based on the leveldb driver) for konserve that seems to be usable with datahike - although it does require patching the datahike.api file. I plan to use it as a persistence layer for some prototypes / small apps and this should allow deploying to Heroku. https://github.com/retro/konserve-pg

👍 1
🤯 1
mihaelkonjevic 2019-06-25T22:21:20.024600Z

I'm also interested in feedback - how to make it better and more usable