[Neo4j] Run test and development DBs at same time
Steve Jalim
steve at somefantastic.co.uk
Sun Oct 9 10:44:36 CEST 2011
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.kollegger at neotechnology.com>
> Subject: Re: [Neo4j] Run test and development DBs at same time
> To: Neo4j user discussions <user at lists.neo4j.org>
> Message-ID: <EF337405-283A-49D6-825F-154E96C33843 at 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
>
>
>
More information about the User
mailing list