I briefly tried out FleetDB <http://fleetdb.org>, which is a DB with a
clojure, s-expression data model. It works very well for what it does. But
there were things I needed that it didn't supply:


   - A) adding / searching within sub-directories
   - B) inability to search within a document that's more than 1 level deep


I'm currently trying out MongoDB with
congomongo<https://github.com/somnium/congomongo> on
a test project. It mostly works very well, although I haven't tested it out
under load. The main gap I'm finding though, is that


   - A) congomongo doesn't handle (from what I can see) Mongo's DB
   references as described
here<http://www.mongodb.org/display/DOCS/Updating+Data+in+Mongo#UpdatingDatainMongo-DatabaseReferences>



HTH
Tim Washington


On Sat, Mar 26, 2011 at 3:15 PM, Michael Ossareh <ossa...@gmail.com> wrote:

>
>
> On Sat, Mar 26, 2011 at 09:56, Base <basselh...@gmail.com> wrote:
>
>> hi All -
>>
>> Any recommendations on a NoSQL database to use with clojure?  I am
>> experimenting if it will fit my project better than a SQL db and have
>> no real experience with them.
>>
>>
> I've replaced my rdbms with Riak (www.basho.com).
>
>
>> Strong clojure support is obviously important for this.  The only one
>> I know of is MongoDb...
>>
>
> It doesn't have the best clojure interface into it unfortunately, so if
> you're looking for 0-60 in the shortest time choose something else. It is a
> medium term plan of mine to build a clojure implementation.
>
>
>>
>> Thoughts??
>>
>
> Were I making the decisions again, i'd definitely look into Redis. Not
> least because every page of their documentation has a live redis connection
> on it, so you can play with the function which you're reading about:
> http://redis.io/commands/expire
>
>
>
>>
>> Thanks
>>
>> Base
>>
>> --
>> 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
>
>
>  --
> 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
>

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