Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DB adapter for Datomic #7

Open
andriosrobert opened this issue Sep 11, 2020 · 2 comments
Open

DB adapter for Datomic #7

andriosrobert opened this issue Sep 11, 2020 · 2 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@andriosrobert
Copy link
Contributor

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:

  • A better decoupling of the DB adapter logic from the ledger
  • The implementation of the adapter for the Datomic database
  • Proper documentation about how to implement new adapters
@andriosrobert andriosrobert added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 11, 2020
@lgrkvst
Copy link

lgrkvst commented Sep 16, 2020

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

@andriosrobert
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants