Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which web application framework is highly integrated with Neo4J?

I have been looking at Neo4j today and I find it exciting. I wonder if there is web application framework which is highly integrated with Neo4J? Basically I would like to start experimenting with Neo4J and I thought maybe there is obvious choice of web framework and if there is, I would like to try out that too. Do you know any?

like image 491
Madeline Avatar asked Jul 18 '13 12:07

Madeline


People also ask

What are some of the benefits provided by the Neo4j graph platform?

The Neo4j Graph Platform enables developers to create applications that are best architected as graph-powered systems, built upon the rich connectedness of data.

What does Neo4j stand for?

neo4j.com. Neo4j is implemented in Java and accessible from software written in other languages using the Cypher query language through a transactional HTTP endpoint, or through the binary "Bolt" protocol. The "4j" in Neo4j is a reference to its being built in Java, however is now largely viewed as an anachronism.

What is Neo4j graph database?

Neo4j is an open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications that has been publicly available since 2007.

Who developed Neo4j?

In this interview with Forbes, Neo4j CEO Emil Eifrem explains how he invented the term “graph database” and developed it into a new market category.


1 Answers

EDIT: I take it all back, there's one on the Neo4j website. :p

http://bulbflow.com/overview/

EDIT2: I would check this page:

http://www.neo4j.org/develop/drivers

There's quite a few of them, but I don't know how many of them are 'highly' integrated.

like image 91
GJK Avatar answered Nov 15 '22 09:11

GJK