Greetings

I'm happy to announce an early SNAPSHOT release of Datsync, a
Clojure(script) library for syncing Datomic and DataScript databases.

Github: https://github.com/metasoarous/datsync
Coordinates: [datsync "0.1.0-SNAPSHOT"]

The library is built around a small handful of functions for translating
transaction data between Datomic and DataScript. At the moment, all that is
supported out of the box (without a bit of thinking on your part) is whole
DB replication and sync, with all writes going through Datomic before
getting sent out clients.

Our near term goals for the project include:

* additional utilities for handling read/write authorization and efficient
partial syncing
* offline DataScript availability (true bidirectional sync)

Some other resources:

* My Clojure West talk about Datsync and some of the patterns it enables:
https://www.youtube.com/watch?v=aI0zVzzoK_E
* Catalysis; an example Datsync + Posh application template:
https://github.com/metasoarous/catalysis
* Posh; a wonderful library for implementing declarative re-frame style
signal graphs as DataScript queries (currently Reagent only, but soon will
support Rum, Quiescent, etc): https://github.com/mpdairy/posh


Hope you enjoy :-)

Chris Small

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to