https://github.com/ashwanthkumar/subhdb
NoSQL datastore abstraction for MySQL and PHP
https://github.com/ashwanthkumar/subhdb
Last synced: 8 months ago
JSON representation
NoSQL datastore abstraction for MySQL and PHP
- Host: GitHub
- URL: https://github.com/ashwanthkumar/subhdb
- Owner: ashwanthkumar
- Created: 2011-10-24T12:24:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T16:22:24.000Z (over 10 years ago)
- Last Synced: 2024-12-27T12:44:49.742Z (over 1 year ago)
- Language: PHP
- Homepage: http://blog.ashwanthkumar.in/2011/10/from-sql-to-nosql-subhdb.html
- Size: 51.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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