Fork me on GitHub
#datascript
<
2020-02-18
>
lilactown23:02:24

has anyone used datascript as a client-side cache for datomic or crux?

refset00:02:47

Hi 🙂 I work on Crux and was playing with Crux->DataScript tx replication a couple of weeks ago: https://github.com/crux-labs/crux-datascript/blob/master/test/crux_datascript/core_test.clj It's just an experiment for now but it would be great to hear feedback should you have any.

lilactown00:02:26

awesome! I’ll take a look

🙏 8
metasoarous05:02:11

https://github.com/metasoarous/datsync was an effort in this direction, but isn't yet batteries included for anything other than full db replication.

mkvlr08:02:55

I’d also really like this. I feel an adaptation of https://blog.acolyer.org/2019/06/17/towards-multiverse-databases/ could be key to a solution for this and I imagine this being a lot simpler using Datalog than SQL.