Code Monkey home page Code Monkey logo

mongoqb's Introduction

mongoqb

(Stopped Developement due to lack of support & personal time)

mongoqb is a versatile query builder for mongodb from http request built in golang.

How It works

Request Query Monogo DB Query Operators
filterBy=name&name=hari bson.M{"name": "hari"} None
filterBy=name(and),emailId(or),age&name=hari,rahul,krishnan bson.M{"name":bson.M{"$and": []string{"hari", "rahul", "krishnan"}}} conditional operators

Features

  • Build mongodb query from http request.
  • Conditional operators in mongodb are allowed.
  • Custom functions to do operations before making mongodb query.
  • Only exported keys are allowed to transform into mongodb query.

Dependencies

mongoqb uses only one source projects to work properly:

  • mgo - a powerfull golang mongodb driver.

Installation

mongoqb requires mgo v2 to run.

To install dependencies, run the below

go get gopkg.in/mgo.v2

Install mongoqb

go get github.com/hariprasadraja/mongoqb

TODO's

  1. Need to add more examples.
  2. extend functionality to all operators
  3. paras query from request body. if the request is made via post call.
  4. parse query from the form request.

Development

Want to contribute? Great! contact me @ [email protected]

mongoqb's People

Contributors

hariprasadraja avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.