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?
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.
Yes, konserve is our storage layer and represents an async key-value/document store abstraction.