UNPKG

query-engine

Version:

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

59 lines (53 loc) 1.23 kB
<!DOCTYPE html> <html> <head> <!-- Configuration --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <!-- Information --> <title>Query-Engine Demo</title> <!-- Styles --> <style> h2 { font-size: 150%; padding: 0; margin: 0; } .pad,.editor { width: 100%; height: 600px; margin:0; padding:0; } .pad { width: 50%; padding-bottom:10px; } .editor { border: 1px solid #AAA; } .code.pad { float:left; } .result.pad { float:right; } </style> </head> <body> <!-- Header --> <div class="header"> <h1><a href="https://github.com/bevry/query-engine">Query Engine v1.5.7</a></h1> <p>Query-Engine is a <a href="http://www.mongodb.org/display/DOCS/Advanced+Queries">NoSQL</a> and <a href="http://www.mongodb.org/">MongoDb</a> compliant query engine. It can run on the server-side with <a href="http://nodejs.org/">Node.js</a>, or on the client-side within web browsers.</p> </div> <p> <a href="/demo/code.html">code demo</a> </p> <p> <a href="/demo/search.html">search demo</a> </p> <p> <a href="/demo/visual-search.html">visual search demo</a> </p> </body> </html>