datahike

https://datahike.io/, Join the conversation at https://discord.com/invite/kEBzMvb, history for this channel is available at https://clojurians.zulipchat.com/#narrow/stream/180378-slack-archive/topic/datahike
jlmr 2020-04-26T12:36:41.066Z

@nathan.probst I’ve read the same article (and all the other ink-and-switch articles) and I’m hoping to use Datahike or some other library to replicate state between peers even if they’ve been offline for some time. Did you succeed in doing this?

nprbst 2020-04-26T16:31:32.068300Z

@jlmr I am still in the research stage of my project...reading papers and spending “hammock time” thinking it through. I have a hunch that Datahike will be part of the final solution, but nothing coded yet.

adamfeldman 2020-04-26T18:00:21.069300Z

It seems there are a few of us here all following Ink & Switch. This is their CRDT lib: https://github.com/automerge/automerge

adamfeldman 2020-04-26T18:17:12.070300Z

(CRDT could be helpful in conflict resolution between peers)

knubie 2020-04-26T19:32:31.072100Z

I too am looking for a good local-first approach with clojurescript for my app (https://mochi.cards/). For now I’ve been getting by with pouchdb/couchdb, but have been thinking about / wanting to move to something that feels more clojure-native.

knubie 2020-04-26T19:45:05.072600Z

Would be happy to collaborate / help out with anyone willing to make this a reality