GithubHelp home page GithubHelp logo

json-power-db-the-next-gen-db's Introduction

JSON-POWER-DB-THE-NEXT-GEN-DB

This Small Project was about how basic of Json PowerDB(JPDB) and how it is used for CRUD operations.

Documentation Link(http://login2explore.com/jpdb/docs.html)

About JsonPowerDB:

JsonPowerDB is a Real-time, High Performance, Lightweight and Simple to Use, Rest API based Multi-mode DBMS. JsonPowerDB has ready to use API for Json document DB, RDBMS, Key-value DB, GeoSpatial DB and Time Series DB functionality. JPDB supports and advocates for true serverless and pluggable API development.

Benefits of using JsonPowerDB

  • Simplest way to retrieve data in a JSON format.
  • Schema-free, Simple to use, Nimble and In-Memory database.
  • It is built on top of one of the fastest and real-time data indexing engine - PowerIndeX.
  • It is low level (raw) form of data and is also human readable.
  • It helps developers in faster coding, in-turn reduces development cost.
  • Minimize the complexity, maximize thr data processing performance.

Technology Futuristic

  • Fills gap from database to big-data.
  • Minimize Total Cost of Ownership

How JPDB is simple that other DBs

Here is the example of simplest JPDB API PUT as example:

{
    "token": "-1935843913xxxxxxxxxxxxxxxxx",
    "cmd": "PUT",
    "dbName": "Student",
    "rel": "Student-Rel",
    "jsonStr": {
        "id": "1",
        "name": "Soniya",
        "email": "[email protected]",
        "mobileno": "9967825671"
    }
}
  • token here is the connection key generated by JPDb.
  • cmd is the command here it is PUT
  • dbName as it suggest is the name of your DB
  • rel refers to the Relation like row in the SQL database
  • jsonstr is the json formatted data

image

image

Api used in talend api tester

image

json-power-db-the-next-gen-db's People

Contributors

saurabh200301 avatar

Watchers

 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.