Giter VIP home page Giter VIP logo

hyperlite's Introduction

Build Status made-with-python Documentation Status Download Percentage of issues still open License: GPL v3

Hyperlite is an event based and NoSql realtime database that provides a simple way to store and manage complex data. It works on non blocking mechanism. In Hyperlite, data is stored into objects, fields, and collections, and it is auto indexed to make it easier to find relevant information. It works on RIDU Operation which can be done by HyperQl, the standard Hyperlite database query language that makes it easier to communicate with the database. Hyperlite offers excellent concurrency, high performance, and powerful language support for storage and subscriptions. It can be used in any complex and real time production systems.

Why Hyperlite ?...

  • Lightweight
  • Simple languge for querying Complex data (HyperQl)
  • Fast and Secure
  • Complex data that Roar
  • No Document size limit
  • Provide Realtime communication out of the Box
  • No server required (it can work as a backend)
  • Schema and Schema-Less
  • Works asynchronously

Introduction To HyperQl

Like a query language unlike sql language HyperQl(Hyper Query Language) is an official query language for communicating with the database. hyperQl is specially designed for Hyperlite database.

Types of HyperQl

  • Selective HyperQl : In this type of query, the user writes a query for selecting the fields. It is the same as the WHERE clause in SQL.
  • View HyperQl : In this type of query, the user writes a query for viewing the data. It is the same as SELECT in SQL.

for more info, check out Hyperql official document.

Operations

As we know, that Hyperlite works on RIDU, instead of CRUD operations. RIDU means to read, insert, update and delete, and one more extra operation is 'Subscriptions'. That means, in Hyperlite total five types of operations are available for the client, so we can say that it works on RIDUS right! YES! …BUT No, you can't, because officially we don't include it as an operation even though it is an operation but it is not quick operation, it's a long-running operation that runs forever while client has not unsubscribed it or server is not responding or may crash (system, not server; because Hyperlite server will never crash). for more info check out Subscriptions in official documentation.

Operation Description
R Read : query the data
I Insert : Insert or store data
D Delete : Delete or drop data
U Update : Update or patch already stored data

License

Hyperlite is GNU GPL v3.0 licensed, as found in the LICENSE file.

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.