AIW Neo4j ETL 2.0 -- A Query Results Handler for Protempa for Loading
Data and Abstractions into Neo4j 
Department of Biomedical Informatics, Emory University

OVERVIEW

AIW Neo4j ETL is a Protempa query results handler for loading data and 
		abstractions into the Neo4j graph database.

WHAT'S NEW

Version 1.0 initial release.

REQUIREMENTS

The current version is known to work with Oracle Java 7. It is
expected to work with OpenJDK 7 as well.

This package uses the Maven build system, available from
http://maven.apache.org. You must install maven, if you do not already
have it, to work with the source code. We use Maven 3.

AIW Neo4j ETL is a plugin to the Protempa temporal query system,
which is available from the same site where you got this software.

INSTALLATION

The easiest way to get AIW Neo4j ETL is using Maven. It is available from
the https://oss.sonatype.org/service/local/staging/deploy/maven2/ repository. 
Use the following dependency declaration:

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>aiw-neo4j-etl</artifactId> 
    <version>2.0</version>
</dependency>

It is also available in tarball and zip file formats from
https://github.com/eurekaclinical/aiw-neo4j-etl.git. Put
AIW Neo4j ETL-2.0.jar on your classpath to use.

CONTACTING US

Please send an email to help@eurekaclinical.org for support or questions.

LICENSING

AIW Neo4j ETL is freely available as open source under the GNU General Public
License, Version 3. A copy of the license is in the LICENSE.txt file provided 
in this distribution.

AIW Neo4j ETL is Copyright (C) 2015-2015 Emory University.

FOR MORE INFORMATION

Please see https://github.com/eurekaclinical/aiw-neo4j-etl.git for technical
documentation and more information.
