Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.18 KB

Readme.md

File metadata and controls

34 lines (19 loc) · 1.18 KB

bio4j-neo4j

Welcome to the Neo4j implementation of Bio4j! In order to get general information regarding Bio4j project please go to our main repository.

Getting started

You've got two main options:

Import Bio4j from scratch

Please visit the section Importing Bio4j if you want to import your own Bio4j DB from scratch.

AWS (Amazon Web Services) users

Using a query language

SBT dependency

To use it in your sbt-project, add this to build.sbt:

resolvers += "Era7 maven releases" at "http://releases.era7.com.s3.amazonaws.com"

libraryDependencies += "bio4j" % "neo4jdb" % "0.2.0"