Skip to content
/ graphs Public

A friendly graph api for java 17 which provides event streaming for graph visualization and analysis

License

Notifications You must be signed in to change notification settings

moaxcp/graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

390 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A friendly graph api for java 17 which provides event streaming for graph visualization and analysis

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages