bio4j / blueprints

Bio4j default Blueprints model implementation
https://github.com/bio4j/bio4j
GNU Affero General Public License v3.0
1 stars 0 forks source link

Bio4j default Blueprints model implementation

Bio4j has an intermediate Blueprints layer, which allows us to make a default implementation of the abstract domain model using Tinkerpop Blueprints API and at the same time stay independent from the choice of database technology.

See also technology specific implementations:

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" % "blueprints" % "0.4.0"