Perhaps you want to write an unmanaged extension for Neo4j server: http://docs.neo4j.org/chunked/milestone/server-unmanaged-extensions.html Which can then use Neo4j's core API.
Michael On Wed, Aug 6, 2014 at 10:58 AM, Axel Morgner <[email protected]> wrote: > Hi, > > if you want to access nodes and relationships on the database level, > Neo4j's REST API is what you need. > > I asked because you wrote that you want to write your own services. > Typically, this makes only sense if you have special requirements, like > f.e. return aggregated (complex) objects or input validation, which in turn > requires additional schema information etc., so it's not a trivial task. We > did all this in the implementation of Structr's REST backend which is a > Jetty-based REST server on top of the Neo4j core API. It can be configured > through REST calls or using a backend UI, storing advanced schema > information in an in-graph meta-schema. > > Best, > Axel > > Am 06.08.2014 um 10:47 schrieb Amrutha Valli: > > Hi Axel, > > My requirement is to create nodes and acces them using a restful service > do u have any example for the same . > > Regards, > Amrutha > > On Wednesday, August 6, 2014 2:14:44 PM UTC+5:30, Axel wrote: >> >> Hi Amrutha, >> >> Neo4j has a built-in RESTful API: http://docs.neo4j.org/chunked/ >> stable/rest-api.html >> >> Do you have specific requirements that go beyond that? >> >> Best, >> Axel >> >> Am 06.08.2014 um 10:34 schrieb Amrutha Valli: >> >> Hi, >> >> Can any one help me to write restful services to access / creates data >> on Neo4j using core java api. >> >> Regards, >> Amrutha >> >> >> >> -- >> >> Axel Morgner · [email protected] · @amorgner >> >> CEO Structr (c/o Morgner UG) · Hanauer Landstr. 291a · 60314 Frankfurt · >> Germany >> phone: +49 151 40522060 · skype: axel.morgner >> >> http://structr.org - Graph Application System based on Neo4j, won >> Graphie Award for Most Innovative Open Source Graph Application >> structr Mailing List and Forum >> <https://groups.google.com/forum/#%21forum/structr> >> Graph Database Usergroup "graphdb-frankfurt" >> <http://www.meetup.com/graphdb-frankfurt> >> > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > > > > -- > > Axel Morgner · [email protected] · @amorgner > > CEO Structr (c/o Morgner UG) · Hanauer Landstr. 291a · 60314 Frankfurt · > Germany > phone: +49 151 40522060 · skype: axel.morgner > > http://structr.org - Graph Application System based on Neo4j, won Graphie > Award for Most Innovative Open Source Graph Application > structr Mailing List and Forum > <https://groups.google.com/forum/#%21forum/structr> > Graph Database Usergroup "graphdb-frankfurt" > <http://www.meetup.com/graphdb-frankfurt> > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
