Gabor Szabo wrote: > Hi, > > recently the MongoDB people have posted MongoDB events on various > Perl Monger mailing lists. I looked around a bit, found this > http://search.cpan.org/dist/MongoDB/ > and of course I found http://www.mongodb.org/ but not much beyond that. > > While I understand it is not using DBI it is database related so I wonder if > anyone here has experience with it and what do you think about it? >
I looked at it about a month ago(maybe two), and I have been toying with the idea of writing a DBD for it... There is something about creating an SQL interface to a nosql data store that makes me smile (partly because I just don't get the whole nosql thing). If there is any interest in a DBD::MongoDB, I'll see about putting together a distribution. -r