Integration into a web app

Hi,

I am trying to import graph queries into a web application I am developing, to use Neo4j as a cool data visualization tool.
Would anyone know if such an integration is possible, and what are the ways to make it work?

Thanks a lot!
Maxime

Yes you can integrate neo4j with your Web application by Native Java driver or by using Spring data neo4j (SDN).

1 Like