Graph Relational DBMS
MindfulDB = openCypher over your otherwise relational database. E.g. Run openCypher queries over your SQLite database.
MindfulDB turns your otherwise relational database into a graph relational database.
MindfulDB is realisation of graph relational paradigm by extending your existing relational database to act as if a graph database from a query perspective.
Without changing anything about your relational schema MindfulDB empowers you to perform openCypher queries over your database with the minimum of fuss.
SQL + openCypher on your MindfulDB.
MindfulDB simply uses EDGE LABELS in the comment section of your otherwise relational database schema so that Cypher queries can be run over your otherwise relational database.
- Download a copy of Boston from www.FactEngine.ai;
- Reverse engineer the schema of your otherwise relational database in Boston to get a Property Graph Schema and a Entity Relationship Diagram of your schema;
- Add the EDGE LABELS for all Edge Types in your Property Graph Schema view and save it. Save the EDGE LABELS to the comments on your otherwise relational database schema (as JSON in the comments);
- Download and start using the MindfulDB DLLs (Direct Link Libraries) to write Cypher queries against your now graph relational database.
Any software language/platform that supports DLLs (Direct Link Libraries) at this stage;
SQLite at this stage