This is a pet project I have been working on the past few months: a network 
enabled, very compact implementation of a document database engine.
Features:


   - Store, manage and retrieve documents in native Clojure data structures 
   using CON (Clojure Object Notation)
   - Durable data - Your data is safe in event of write-failure/unclean 
   shutdown
   - Networked - Safely handle concurrent database connections
   - Nice performance - Handle 3,000+ writes / 6,000+ lookups per second 
   with confidence
   - Handle complex query - Use stack based syntax to easily build powerful 
   and complex queries
   - Compact - Implemented in just under 700 lines of Clojure code

-- 
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

Reply via email to