Evan Prodromou

Evan Prodromou at

Quit sucking, mongodb.

Christopher Allan Webber, null, Space Hobo, Randy Noseworthy and 3 others likes this.

Space Hobo shared this.

I'm interested in seeing how Mongo works out in the long haul in pump.io! It was interesting to hear that you were planning to use it as we were moving away from it (mostly from community request)... what's the right move remains to be seen? :)

Christopher Allan Webber at 2013-07-13T20:20:36Z

@cwebber interesting, what are you moving to ?

axel668 (inactive) at 2013-07-13T20:35:27Z

We moved over to SQL / SQLAlchemy about 1.5 years ago.

Christopher Allan Webber at 2013-07-13T20:36:09Z

Chris: I actually use a document-store abstraction layer that does CRUD plus exact-match search, with some utility primitives for integer and array items if they're native. It supports MongoDB, Redis, Couchbase, LevelDB, as well as in-memory and on-disk storage. It's working pretty well right now.

Evan Prodromou at 2013-07-13T23:50:24Z

Christopher Allan Webber likes this.