Re: [Neo4j] API for building and querying meta model.

2011-05-02 Thread Peter Neubauer
Kobla, for this, I think the best option would be to build your own Server Plugins and expose the Meta Model functionality you need as REST endpoint on the GraphDatabase representation (/db/data/), see http://docs.neo4j.org/chunked/snapshot/server-plugins.html This works even with the HA options w

[Neo4j] API for building and querying meta model.

2011-05-02 Thread Kobla Gbenyo
Hello, I am testing Neo4j Entreprise and I want to use the "Meta Model" API for building and querying my data meta model. I realize that this API ( "Meta Model API") is only used on embedded graph database. Please, could someone tell me a way to build and query meta model in Neo4j Server which