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
willier 2021-05-16T11:52:38.054Z

Hi all, I’m wondering if it’s possible to run datahike with dynamodb storage. I have seen https://github.com/csm/konserve-ddb - but I am not entirely sure how to apply it with datahike. Correct me if I’m wrong, but in my limited understanding, konserve is a core.async key-value store that datahike uses behind the scenes?

whilo 2021-05-17T18:34:50.069500Z

See also https://github.com/replikativ/datahike/pull/89/files, which now does not require a pull request anymore, but the Datahike multimethods can now be implemented from the outside.

whilo 2021-05-17T18:35:26.069700Z

Yes, konserve is our storage layer and represents an async key-value/document store abstraction.