Vijeeth
Vijeeth

Reputation: 9

How to connect neo4j DB with drupal 7?

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:

  1. Match of skills (Nodes)
  2. Recommendation engine / system
  3. Fast response time
  4. Possible to change / add the plug-in
  5. Create users
  6. Use it at AWS or rackspace

Upvotes: 1

Views: 339

Answers (1)

Christophe Willemsen
Christophe Willemsen

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

Related Questions