Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.14 KB

README.adoc

File metadata and controls

16 lines (12 loc) · 1.14 KB

graphs

An easy to use java api for graphs with support for properties and event streaming. The graph api follows a few principles which keeps things simple for the user:

  • a graph is always valid

  • referencing missing elements will create them

  • for event graphs, creating and changing a graph, vertices, or edges will result in an event

  • never return null

Java CI with Gradle Quality Gate Maven Central Javadocs

Check out the user manual for more information.