On Wed, 9 Nov 2011 13:59:46 +0300, dokondr <doko...@gmail.com> wrote:
> Hi,
> What  Haskell package to work with NoSQL storage is both mature and easiest
> to use?
> I need persistent storage for simple key/value lists (not complex JSON
> docs).
> CouchDB and Cassandra seems to be overkill for my needs. What about Riak,
> MongoDB,  Voldemort, etc. ?

persistent (part of yesod, but useable without other yesod libraries) is
quite pleasant to use and supports MongoDB:

http://hackage.haskell.org/package/persistent-0.6.4
http://hackage.haskell.org/package/persistent-mongoDB-0.6.3

Cheers,
Daniel

Attachment: pgpOrSLejqLG4.pgp
Description: PGP signature

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to