Hi, you could use either * Server-Plugins: http://docs.neo4j.org/chunked/snapshot/server-plugins.html * Unmanaged Extensions:http://docs.neo4j.org/chunked/snapshot/server-unmanaged-extensions.html * or the (J)Ruby-Script-Extensions: http://wiki.neo4j.org/content/Ruby-script_extension
For what you intend ServerPlugins should be the easiest way to go. You just add the node. Neo4j is thread safe. Cheers Michael Am 11.08.2011 um 21:14 schrieb shlomyb: > I use NEO4J Server with REST technology. > For my proect needs , I want to add some features to Neo4J API > For example , in the RelationShip API I want to give the user the > opportunity to link between to nodes using unique identifier with an option > to create them (one or both) if they are not exist? > > 1.Where\what is a good starting point to do so (in code/document ].. etc.) > > 2. As I said I am using REST technology , so what is the best way to add a > node in a multi-threded environment? > > > > > > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Extend-the-reference-API-tp3247126p3247126.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

