Thanks for the suggestions to try the ImpermanentGraphDatabase - I'd come
across that, but I forgot to mention in my email that I'm using Neo purely
via its REST API, so I don't think I can use that, can I? Or can I invoke an
IGD that runs in parallel with my dev datastore?

S



>    Date: Sat, 8 Oct 2011 13:27:54 -0700
> From: Andreas Kollegger <andreas.kolleg...@neotechnology.com>
> Subject: Re: [Neo4j] Run test and development DBs at same time
> To: Neo4j user discussions <user@lists.neo4j.org>
> Message-ID: <ef337405-283a-49d6-825f-154e96c33...@neotechnology.com>
> Content-Type: text/plain; charset=windows-1252
>
> Take a look at ImpermanentTestDatabse, available from the kernel-tests
> library.
>
> import org.neo4j.test.ImpermanentGraphDatabase;
>
> Maven dependency?
>
>    <dependency>
>      <groupId>org.neo4j</groupId>
>      <artifactId>neo4j-kernel</artifactId>
>      <version>${neo4j.version}</version>
>      <classifier>tests</classifier>
>    </dependency>
>
> Cheers,
> Andreas
>
>
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to