Coder Social home page Coder Social logo

json_power_db's Introduction

JSON_Power_DB

Done by Anshul Sharma

A HTML Form Page made with JavaScipt and JsonPowerDB for entrying employee data.

About JsonPowerDB:

  • JsonPowerDB is a Database Server with Developer friendly REST API services. It's a High Performance, Light Weight, Ajax Enabled, Serverless, Simple to Use, Real-time Database.
  • Easy and fast to develop database applications without using any server side programming / scripting or without installing any kind of database.
  • Whether it's a Dynamic Website or a Mobile App or some Data Analytics Portal, the development is real fun and fast. Nothing better than trying it yourself. What all you need is a basic understanding of HTML, CSS, Bootstrap, and Javascript.

Benefits of using JsonPowerDB:

  • Easy to use and maintain.
  • 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.
  • Proprietary algorithm for High Performance CRUD operations..
  • Inbuilt support for Querying Multiple Databases.
  • It has multiple security layers.
  • It reduces reduces development cost.

Use Cases:

  • All Mobile applications that require backend database.
  • Existing Database applications to improve their reporting / analytics performance.
  • Best suited as backend Database for IoT.
  • Live HTML templates / themes.
  • Any software application that needs backend database.

All request uses same coding syntax:

  // Code snippet for jQuery request and response to JsonPowerDB
  // Creating a request object
  var requestObject = {
      token: [connectionTokenString],
      dbName:[databaseNameString],
      rel: [relationNameString],
      cmd: [commandString],
      jsonStr: [jsonData]
  };

  // request object to json object
  var jsonRequest = JSON.stringify(requestObject);

  // calling api using post method
  $.post([apiURL], jsonRequest,  function (result) {
      var respObject = jQuery.parseJSON(result);
      var status = respObject['status'];
      if (status === 200) {
          // Code for successful response.
      } else {
          // Code for other status
      }
  });  

Table of Content

  1. Screenshots
  2. Status
  3. Instructions
    1. Requirements
    2. Execution

Screenshots:

Dashboard

Front

Gui

Status:

success

Instructions:

Requirements

  • Web Browser
  • Database Connection Token

Execution

  • open index.html

Scope of functionalities

  • It is a very basic project for demonstration of JsonPowerDb with help of a web application.
  • Can be further improved by addidng additional fields and can be made into a working DB manager.

Sources:

json_power_db's People

Contributors

anshul22122001 avatar

Stargazers

 avatar Nipun Sharma avatar ROHIT KUMAR SINGH avatar Nitin Dhawan avatar Mukul Rathore 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.