Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashwanthkumar/subhdb
- Owner: ashwanthkumar
- Created: 2011-10-24T12:24:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-16T16:22:24.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T09:19:02.493Z (7 months 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
[![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