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?
相关问题
- Can I parameterize labels and properties on CREATE
- run neo4j with docker-compose - neo4j not accessib
- How to create multiple nodes with cypher in neo4j
- Order by relationship properties neo4j
- How can I specify which relationship type to use a
相关文章
- Swift and Objective-c framework exposes its intern
- Neo4j DATE Data Types
- How can I get the number of nodes of a Neo4j graph
- What is the fully qualified path of the Neo4j data
- Anyone know about Rhomobile?
- State Machine Framework for JBoss/Java? [closed]
- ERROR: iPhone Private Frameworks “No such file or
- Neo4j in Azure mobile services
If you are into php you can try Yii2 framework. There isn't official support for neo4j however Yii2 does a great job with caching so you can use the php driver for neo4j and all you need to do additionally is to cache your queries using Yii2's Data Caching.
You can even create your own ActiveRecord Class so you can use neo4j with Yii2's native functions for querying and displaying data.
I have made a project in the past using this repository but it is for an older version of neo4j. So unless you want to use a previous version of neo4j better avoid that.
In general, any framework you choose to go with they may not have native support for neo4j but you could always use one of the drivers for that language. The only issue you are ever going to face is caching so you better chose a framework you can easily integrate a data caching for your queries and you are good to go.
I'm saying that caching is the only thing that matters because even you find a framework that has native support for neo4j, you will end up creating raw queries in the end. Graph databases can do so complex queries that is just hard to implement all of the features in a framework.
I've had a great deal of success working with the XN Framework (http://xnlogic.com/xn-framework) on numerous client projects. It isn't free, but, its feature set is ridiculous and has a lot of features that I'm asked for at pretty much every client engagement (e.g. auditing/compliance out of the box and fine-grained security, anyone?). It's worked on constantly, and I know from first-hand experience it's extremely well supported, which makes enterprise application development a lot easier than it traditionally is. As someone who's been in that space for his entire career, I can't tell you how much easier it's made my life and how much added value I've been able to bring to my clients.
Also, if I may, it is blazingly fast, and its DSL is simple and amazingly expressive.
On open source projects, I've used Michael Hunger's Spring Data Neo4j (SDN) framework which I've found to be more than sufficient for getting entire teams off the ground and running with Neo4j. It also lessens the learning curve for teams new to graph databases (honestly, most of the dev team doesn't even need to know much about graph databases beyond some basics). It's also in the middle of being worked on and improved, with an RC due out soon for the next version and a new major release due in the near future. Michael obviously has strong ties to Neo4j, so you know it's quality and well implemented.
Hope this helps!
You may also want to check out the ANNE stack: https://github.com/mchengal/ANNE-stack
It's like the MEAN stack but with Neo4j instead of MongoDB.
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.
You might also have a look at Structr (https://structr.org).
(Disclaimer: I'm the project inititator of Structr)
Coils is specifically designed for building Neo4j WebApps:
https://github.com/zubairq/coils