Skip to content

ontometrics/object-graph-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Graph Mapper

Same idea as an ORM, but with an OGM, we are mapping objects to a graph database.

We are using reflection to support true genericity.

Goals of this project:

  • Absolute minimal imprint on the code to support persistence, use existing annotations wherever possible.
  • Put in an API layer so that we can use any graph database.
  • Allow for discovery, e.g. automatically evolving the schema as things change.

This first version is working with neo4j. Pretty simple to adapt to other graph/object databases.

About

Code for mapping object graphs to graph databases.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages