Re: Durable atom

2015-08-17 Thread Alan Dipert
ike interface while persisting my > data, I found http://avout.io/ "Distributed state for clojure" which > would be perfect for my use case. > I also found things like https://github.com/alandipert/enduro : "durable > atom in clojure" > or https://github.com

Re: Durable atom

2015-08-17 Thread Jeremy Vuillermet
storage layer. >> >> While looking for ways to keep my atom like interface while persisting my >> data, I found http://avout.io/ "Distributed state for clojure" which >> would be perfect for my use case. >> I also found things like https://github.com/alandi

Re: Durable atom

2015-08-16 Thread Andrew Chambers
Imo datomic really is ahead of other databases. It is worth using the pro starter edition despite being closed source, one day it might become open source, who knows. On Monday, August 17, 2015 at 12:59:24 PM UTC+12, Fluid Dynamics wrote: > > On Sunday, August 16, 2015 at 7:27:11 PM UTC-4, Andr

Re: Durable atom

2015-08-16 Thread Fluid Dynamics
On Sunday, August 16, 2015 at 7:27:11 PM UTC-4, Andrew Chambers wrote: > > Datomic is basically what you want. > What if he wants open source? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.

Re: Durable atom

2015-08-16 Thread Andrew Chambers
ound http://avout.io/ "Distributed state for clojure" which > would be perfect for my use case. > I also found things like https://github.com/alandipert/enduro : "durable > atom in clojure" > or https://github.com/torsten/zookeeper-atom > > All of them does

Re: Durable atom

2015-08-16 Thread Timothy Baldridge
my atom like interface while persisting my >> data, I found http://avout.io/ "Distributed state for clojure" which >> would be perfect for my use case. >> I also found things like https://github.com/alandipert/enduro : "durable >> atom in clojure"

Re: Durable atom

2015-08-16 Thread Andy-
ike interface while persisting my > data, I found http://avout.io/ "Distributed state for clojure" which > would be perfect for my use case. > I also found things like https://github.com/alandipert/enduro : "durable > atom in clojure" > or https://github.com/torsten/zo

Durable atom

2015-08-16 Thread Jeremy Vuillermet
ributed state for clojure" which would be perfect for my use case. I also found things like https://github.com/alandipert/enduro : "durable atom in clojure" or https://github.com/torsten/zookeeper-atom All of them does not seem active anymore and I wonder why and what's the