As far as I know, the only NoSQL DB supporting transactions right now
is Redis. It also satisfies the rest of your points (well, I'm not
sure if Redis run on windows...).

There are some wrappers for Cojure around, for example this one:

https://github.com/ragnard/redis-clojure

Regards,
Elías.

On 15 jul, 09:17, Marko Kocić <marko.ko...@gmail.com> wrote:
> Hi all,
> I would like to try out some of those "no-sql" datastores for my next
> project, and need an advice which one, since I never used the one before.
> It needs to fulfill at least some of those following criteria, in order of
> importance:
>
> - is nicelly supported by Clojure (by this I mean idiomatic clojure
> "driver", not java plain java wrapper")
> - it should be schemaless
> - it should support transactions
> - it's good if it can be used as embedded db
> - it doesn't have to support large datasets (in-memmory is ok)
> - it has to run on both Windows and Linux
>
> My first choice would be FleetDB, since it was written in Clojure and
> examples look nice, but I'm not sure if it is abandonware or not, and I
> havent heard that people are actually using it in production.
>
> What are my other options?
>
> Regards,
> Marko

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