This project includes the basics of JsonPowerDB (JPDB) and the implementation of all basic CRUD operations of JPDB.
- JsonPowerDB or JPDB is an easy-to-use database server with REST API services. It's a High Performance, Light Weight, Ajax Enabled, Serverless, Simple to Use, Real-time, Multi-mode DBMS. It can be used for RDBMS, Document DB, Key-Value DB, GeoSpatial/ Time-series analytics, real-time Data Analytics or any software application that needs backend support.
- High Performance CRUD operations.
- Minimum learning curves, builds faster, cuts time to market, reduces the development cost
- Maximizes data processing performance.
- Schema-free, nimble, simple to use, real time DBMS
- Allows querying multiple databases which is as simple and fast as querying on single database.
- It is built on top of one of the fastest and real-time data indexing engine - PowerIndeX.
- Create and add data.
- Read and display one data record.
- Update data.
- Delete a data record.
Fig 1: Website to handle CRUD operations.
- 0.5
- Completed update.html file to update only 'Designation' field of an employee.
- 0.4
- Completed delete.html file to delete a particular data.
- 0.3
- Completed read.html file to fetch and display only 1 record data from database.
- 0.2
- CHANGE: Added 'Designation' field in the input form.
- Separated all CRUD opearations into separate .html pages.
- Completed insert.html file to handle insert data into JPDB database.
- 0.1
- Copied and executed the example form page code form the PDF.