An open API service indexing awesome lists of open source software.

https://github.com/benmalcom/simple-json-database

A dynamic schema-less json data store, for fast data storage and retrieval.
https://github.com/benmalcom/simple-json-database

database document dynamodb file firebase-like json schema storage text

Last synced: about 1 month ago
JSON representation

A dynamic schema-less json data store, for fast data storage and retrieval.

Awesome Lists containing this project

README

          

## Firebase Database Mock
##### Solution to schema rocks coding challenge.
Challenge is implemented with [nodejs](https://nodejs.org "nodejs' website")

### Getting started
* Clone the project
* Main class file is `index.js`
* Run `npm test.js` in the project directory to see the examples