Skip to content

Latest commit

 

History

History
52 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

52 lines (28 loc) · 1.41 KB

Query-Engine

Query-Engine is a NoSQL and MongoDb compliant query engine. It can run on the server-side with Node.js, or on the client-side within web browsers.

You can give Query-Engine a go inside your web browser by clicking here.

Installation

  • Server-Side with Node.js and CoffeeScript

    1. Install Node.js

    2. Install

      npm install query-engine
    3. Require

      queryEngine = require('query-engine')
  • Client-Side with Web Browsers

    1. Include the necessary scripts

      <script src="http://documentcloud.github.com/underscore/underscore-min.js"></script>
      <script src="http://documentcloud.github.com/backbone/backbone-min.js"></script>
      <script src="http://raw.github.com/bevry/query-engine/master/lib/query-engine.js"></script>
    2. Access Query-Engine via the window.queryEngine variable

History

You can discover the history inside the History.md file

License

Licensed under the MIT License
Copyright © 2012 Bevry Pty Ltd
Copyright © 2011 Benjamin Lupton