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
unbalanced 2020-02-06T15:17:30.087900Z

Does anyone here have any documentation or examples on using redis as a backend for datahike? The datahike readme 0.4.0 update mentions "fast redis backend support"

unbalanced 2020-02-06T16:17:01.088300Z

Ah, it would seem that it's currently not supported but it could be without too much difficulty

mpenet 2020-02-06T17:27:29.088800Z

hitchiker-tree has a redis backend implementation

mpenet 2020-02-06T17:27:59.089500Z

I am not sure how easy it is to use from datahike now tho

unbalanced 2020-02-06T17:41:54.089700Z

https://github.com/replikativ/datahike/pull/120

unbalanced 2020-02-06T17:42:23.090400Z

redis support for datahike. I didn't implement the delete-database because I couldn't figure out how the redis key is determined.

unbalanced 2020-02-06T17:42:37.090800Z

First time contributing on this so comments appreciated!

unbalanced 2020-02-06T17:43:27.091500Z

@mpenet not sure if this is the same as what you're talking about but replikativ already has a redis solution, it just hasn't been wired up yet apparently