rqlmongo

Resource Query Language for PyMongo


Keywords
pymongo, mongodb, rql, querying, httpapi
License
MIT
Install
pip install rqlmongo==0.1.1

Documentation

RQLMongo

Build Status

Resource Query Language extension for PyMongo

Overview

Resource Query Language (RQL) is a query language designed for use in URIs, with object-style data structures.

rqlmongo is an RQL extension for PyMongo. It translates an RQL query to a MongoDB aggregation pipeline that can be used to expose MongoDB collections as an HTTP API endpoint and perform complex queries using only querystring parameters.