Are you looking for a document database engine implementation in Clojure? Check this out.

2012-08-15 Thread Howard Guo
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

Re: Are you looking for a document database engine implementation in Clojure? Check this out.

2012-08-15 Thread Howard Guo
Sorry, was my mistake, here is the link: https://github.com/HouzuoGuo/Aurinko On Thursday, August 16, 2012 3:22:39 PM UTC+10, PublicFarley wrote: > > Maybe I'm missing something. Where's the download link? > > On Monday, August 13, 2012 6:40:40 AM UTC-4, Howard Guo wrot