hoophq / sequence

Immutable, scalable, and easy to use ledger service.
Apache License 2.0
492 stars 31 forks source link

DB adapter for Datomic #7

Open andriosrobert opened 4 years ago

andriosrobert commented 4 years ago

DB adapter for Datomic

Sequence is compatible with any database allowing conditional puts. We should implement connectors to multiple databases to allow the usage in different environments. This will be the first adapter implementation. It will pave the way for new adapter to be created. The implementation must include:

lgrkvst commented 4 years ago

Hi @andriosr – are there any particular features you're chasing in Datomic that you won't get in DynamoDB?

andriosrobert commented 4 years ago

Hello! No, Sequence only uses conditional puts from the database. Similar do Datomic itself. Datomic is a nice Clojure companion and is also no-SQL, so it's going to be the first of many databases to be supported by the ledger