All Projects → bevry-archive → Query Engine

bevry-archive / Query Engine

Licence: other
Even though this is an amazing piece of technology, and can be used independently, it requires a conversion to TypeScript and proper documetnation and tutorials, which we do not have time for.

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to Query Engine

PaystackJS-Sample-code
Bare Paystack JS implementation. Style pay.html as required
Stars: ✭ 15 (-95.48%)
Mutual labels:  client-side
Stackdriver Errors Js
Client-side JavaScript exception reporting library for Stackdriver Error Reporting
Stars: ✭ 291 (-12.35%)
Mutual labels:  client-side
Dotnetguide
🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识,学习资料、文章、书籍,社区组织,工具和常见的面试题总结。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊。【让现在的自己不再迷漫✨】
Stars: ✭ 308 (-7.23%)
Mutual labels:  nosql
Bedquilt Core
A JSON document store on PostgreSQL
Stars: ✭ 256 (-22.89%)
Mutual labels:  nosql
Client Js
Backbone-based JavaScript client for WP API
Stars: ✭ 270 (-18.67%)
Mutual labels:  backbonejs
Exist
eXist Native XML Database and Application Platform
Stars: ✭ 294 (-11.45%)
Mutual labels:  nosql
python-lsm-db
Python bindings for the SQLite4 LSM database.
Stars: ✭ 115 (-65.36%)
Mutual labels:  nosql
Librarymanager
Stars: ✭ 330 (-0.6%)
Mutual labels:  client-side
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-14.46%)
Mutual labels:  nosql
Unqlite Python
Python bindings for the UnQLite embedded NoSQL database
Stars: ✭ 321 (-3.31%)
Mutual labels:  nosql
Inquiry Deprecated
[DEPRECATED]: Prefer Room by Google, or SQLDelight by Square.
Stars: ✭ 264 (-20.48%)
Mutual labels:  nosql
Shareabouts
Shareabouts is a mapping application for crowdsourced info gathering.
Stars: ✭ 269 (-18.98%)
Mutual labels:  backbonejs
Concourse
Distributed database warehouse for transactions, search and analytics across time.
Stars: ✭ 310 (-6.63%)
Mutual labels:  nosql
pocket-db
🎒 A pocket-sized Node.js, NoSQL database.
Stars: ✭ 15 (-95.48%)
Mutual labels:  nosql
Nosqlclient
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
Stars: ✭ 3,399 (+923.8%)
Mutual labels:  nosql
arangodb-java-driver-async
ArangoDB Asynchronous Java driver
Stars: ✭ 45 (-86.45%)
Mutual labels:  nosql
Coisas
a client-side CMS for editing GitHub Markdown (and other) files ⛺
Stars: ✭ 292 (-12.05%)
Mutual labels:  client-side
Caterpillar
Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.
Stars: ✭ 330 (-0.6%)
Mutual labels:  client-side
Pim Community Standard
[Community Standard Edition] The open source Product Information Management (PIM) - please raise issues in https://github.com/akeneo/pim-community-dev/issues
Stars: ✭ 329 (-0.9%)
Mutual labels:  backbonejs
Bitnami Docker Redis
Bitnami Redis Docker Image
Stars: ✭ 317 (-4.52%)
Mutual labels:  nosql

Query-Engine

Build Status NPM version NPM downloads Dependency Status Dev Dependency Status
Gratipay donate button Flattr donate button PayPayl donate button BitCoin donate button Wishlist browse button

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

QueryEngine provides extensive Querying, Filtering, and Searching abilities for Backbone.js Collections as well as JavaScript arrays and objects. The Backbone.js and Underscore dependencies are optional.

Features

  • runs on node.js and in the browser
  • supports NoSQL queries (like MongoDB)
  • supports filters (applying a filter function to a collection)
  • supports search strings (useful for turning search input fields into useful queries)
  • supports pills for search strings (e.g. author:ben priority:important)
  • supports optional live collections (when a model is changed, added or removed, it can automatically be tested against the collections queries, filters, and search string, if it fails, remove it from the collection)
  • supports parent and child collections (when a parent collection has a model removed, it is removed from the child collection too, when a parent collection has a model added or changed, it is retested against the child collection)
  • actively maintained, supported, and implemented by several companies

Compatability

Tested and working against:

Using

Install

NPM

  • Use: require('query-engine')
  • Install: npm install --save query-engine

Browserify

  • Use: require('query-engine')
  • Install: npm install --save query-engine
  • CDN URL: //wzrd.in/bundle/[email protected]

Ender

  • Use: require('query-engine')
  • Install: ender add query-engine

Direct

  • Use: window.queryEngine or window.QueryEngine whichever you prefer
  • CDN URL: //bevry.github.io/query-engine/lib/query-engine.js

History

Discover the change history by heading on over to the HISTORY.md file.

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Backers

Maintainers

These amazing people are maintaining this project:

Sponsors

These amazing people have contributed finances to this project:

Become a sponsor!

Gratipay donate button Flattr donate button PayPayl donate button BitCoin donate button Wishlist browse button

Contributors

These amazing people have contributed code to this project:

Become a contributor!

License

Licensed under the incredibly permissive MIT license

Copyright © 2012+ Bevry Pty Ltd [email protected] (http://bevry.me)
Copyright © 2011 Benjamin Lupton [email protected] (http://balupton.com)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].