umongo icon indicating copy to clipboard operation
umongo copied to clipboard

add integration with slamengine so users can run sql against a mongodb database

Open jdegoes opened this issue 9 years ago • 0 comments

An integration with the open source project SlamEngine would allow users to execute arbitrary SQL (including JOINs) on MongoDB. Currently, users have to use the MongoDB query facilities which can be extremely verbose and error-prone, especially when Javascript MapReduce jobs are required.

SlamEngine has an HTTP API so integration should be pretty straightforward.

jdegoes avatar Sep 24 '14 17:09 jdegoes