On Tue, Jan 5, 2010 at 1:12 AM, Mark McGranaghan <mmcgr...@gmail.com> wrote:
> Hi All,
>
> I'm happy to announce the alpha release of 'FleetDB', a schema-free
> database implemented in Clojure and optimized for agile development.
>
> From the homepage at http://fleetdb.org: "FleetDB offers a flexible
> and expressive data model designed for the needs of modern application
> developers; a combination of schema-free records, declarative queries,
> automatically maintained indexes, and an optimizing query planner make
> it easy to manipulate and retrieve data. By keeping all data in RAM as
> persistent data structures, FleetDB is able to offer multi-document
> transactions, excellent concurrency semantics, and high performance.
> Writing to an append-only log provides durability in the form of a
> single file that can be transfered and analyzed using standard Unix
> tools. FleetDB is accessible via a simple JSON-based protocol that is
> implemented by clients in several programming languages."

Very interesting! I've been looking for something like this. I was
looking through the documentation and it seems that "automatically
maintained indexes" is not implemented yet?

-- 
Anders Rune Jensen
http://people.iola.dk/arj/

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