On Dec 30, 10:40 am, Robert Campbell <[email protected]> wrote: > I think anything which lowers the impedance mismatch between Clojure > data structures and a persistent store is worth investigating. I'd > love to find an ACID, transactional store which accepts native > structures.
Have you looked at Cupboard (http://github.com/gcv/cupboard)? It tries to make it easy to store native Clojure data structures, and it is as ACID and transactional as the underlying Berkeley DB JE implementation. If you have looked at it, I'd appreciate some feedback as to where it fell short of your expectations. :) I plan to start adding distributed storage support in the next few months. The latest JE release has master-slave replication, which I think will work well for Cupboard. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
