Comment on Announcing MoSQLComments−e1ven13yVery neat project. I can see several use-cases for this where I work- It'd be nice to have alternatives means of searching through data.I'd also like to mention a project I've been contributing to, Mongolike[My fork is at https://github.com/e1ven/mongolike , once it's merged upstream, that version will be the preferred one ;) ]It implements mongo-like structures on TOP of Postgres. This has allowed me to support both Mongo and Postgres for a project I'm working on.
Comments
Very neat project. I can see several use-cases for this where I work- It'd be nice to have alternatives means of searching through data.
I'd also like to mention a project I've been contributing to, Mongolike
[My fork is at https://github.com/e1ven/mongolike , once it's merged upstream, that version will be the preferred one ;) ]
It implements mongo-like structures on TOP of Postgres. This has allowed me to support both Mongo and Postgres for a project I'm working on.