Reputation: 9
We have a problem with connecting Neo4j DB to Drupal 7, is there anyone have a solution or plug-in for it? Requirements for plug-in or solution is:
Upvotes: 1
Views: 339
Reputation: 20185
There is an ongoing project for Drupal here : https://www.drupal.org/project/neo4j_connector
I never tested it but I know it exist.
BTW you can easy plug in by making http requests to the neo4j rest api, there are some php http clients available on github :
https://github.com/neoxygen/kwark
https://github.com/jadell/neo4jphp
Upvotes: 0