Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashwanthkumar/subhdb

NoSQL datastore abstraction for MySQL and PHP
https://github.com/ashwanthkumar/subhdb

Last synced: about 6 hours ago
JSON representation

NoSQL datastore abstraction for MySQL and PHP

Awesome Lists containing this project

README

        

[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

SubhDB
======

NoSQL datastore for MySQL and PHP.

Installation Steps
------------------

* Create a database called subhdb

* Import the model/import.sql to the DB

* Update the MySQL settings in src/config.php

* Check out tests/post.sample.php and tests/get.sample.php to post and retrive documents.

TODOs
-----
* Create a web interface to browse the data store (with add/remove/edit options)

* Implement some client libs to access the datastore

* Benchmark it against other datastores to test it against the production environment