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
purrgrammer 2019-08-30T16:57:01.006100Z

i've been reading some Crux docs and it seems to use RocksDB (based on LevelDB but with some differences https://github.com/facebook/rocksdb/wiki/Features-Not-in-LevelDB) as a key-value store, it might be worth creating a konserve backend for it and supporting it in Datahike

whilo 2019-08-31T23:04:08.006700Z

my understanding was that rocksdb is just a faster leveldb, so i hope the backend was easy to port

purrgrammer 2019-08-30T18:50:42.006200Z

haven't pushed it to Clojars but put this together based on konserve-leveldb https://github.com/purrgrammer/konserve-rocksdb will give it a try with Datahike during the next days

👍 2