So, we finally got some time on our hands and will put some of that into continuing the development of the Neo4j REST API!
Our focus at the moment will be: - GET / will return URIs for creating nodes and the reference node as well as the index starting point. - Indexing: Implement the functionality found in IndexService (the neo4j-index <http://components.neo4j.org/neo4j-index/> component) - To have a browse:able representation in addition to JSON, so that you can click your way through the graph - Batch operations: to define more than one operation to be performed in a single transaction Features to focus on after that: - Traverser support - Security - Transaction control operations (begin, commit, rollback) - Extensions - etc... Which features are you guys hungry for? Feedback would be very much appreciated. See more information at our wiki <http://wiki.neo4j.org/content/REST_API> -- Mattias Persson, [[email protected]] Neo Technology, www.neotechnology.com _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

