Search code examples
codeigniterneo4jdatabase-migrationgremlin

what are the steps to implement neo4j, gremlin for codeigniter user


I need to migrate from RDBMS to GRAPH and decide to implement neo4j with gremlin. But I only have PHP as a server side language. What are the steps to implement neo4j (and gremlin?) in codeigniter environment. May be this question is too general but I'm sure many people have the same problem like me.


Solution

  • Not sure, but since Cypher http://docs.neo4j.org/chunked/snapshot/cypher-query-lang.html is the native Neo4j language and very SQL-like, that might be an easier option?