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

https://github.com/meticulouscraftman/graphdb

A database abstraction layer that behaves as a graph database while storing all the data in a MySQL database.
https://github.com/meticulouscraftman/graphdb

database-abstraction graph-database mysql-database mysqli php

Last synced: 4 months ago
JSON representation

A database abstraction layer that behaves as a graph database while storing all the data in a MySQL database.

Awesome Lists containing this project

README

          

# graphDB
graphDB is primarily a database abstraction layer that behaves as a graph database and runs on top of MySQL database. This project was primarily built because of the inability to install binaries on a cheap or free web hosting service. And hence arises the inability to use already present graph databases in your project. So I wanted to come up with something that is very neat and can be used anywhere without requiring to install any binaries on the hosting platform.

What this library does is that it creates some tables in the MySQL database and stores all the graph data in those 3 tables. At present, it is designed to be used in a procedural manner but soon I'll try to code the object oriented part in it as well.

Head over to the [wiki section](https://github.com/apoorvasingh157/graphDB/wiki) to see the complete documentation.