Skip to content

bio4j/blueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"