Normally you just write a generator that creates nodes, relationships and 
properties that would
resemble YOUR domain model.

You can create a graph using that generator either with the normal java API or 
if it is really large (100M+ nodes and rels) then use the Batch-Inserter-API 
for that.

Then you implement your use-cases on top of your domain model and test and 
verify them on a small graph and performance test them on the large, generated 
graph.

Cheers

Michael

Am 08.08.2011 um 17:49 schrieb Reza Ameri:

> Hi,
> How can I test my application that uses Neo4j?
> I can not find a huge sample graph to test my app with it. Is there any one
> that can help me???
> Thank you all
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to