It's not exactly a document database, but I have used Solr to store &
retrieve text documents.  It's pure Java, runs either embedded in your
app or as a standalone HTTP service.  Using the Java API from Clojure
is easy.  It's stable, but you should keep a backup copy of your files
in case the index file gets corrupted.

http://lucene.apache.org/solr/

-SS


On Jul 27, 10:46 am, Sean Devlin <francoisdev...@gmail.com> wrote:
> Howdy everyone,
> I've got a project that needs a Doc DB.  It will need to run on
> windows (and probably OS X), so I am looking for something that works
> with Java.  I thought I'd ask for some help here before I re-invent
> the wheel.
>
> 1.  Has anyone here worked with a Java based doc DB?
> 2.  Does anyone have Clojure bindings for said doc DB?
> 3.  Does anyone know of good guide for said doc DB?
>
> Thanks!
> Sean
--~--~---------~--~----~------------~-------~--~----~
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