Skip to content

Maintains a derived graph from multiple changing raw graphs

License

Notifications You must be signed in to change notification settings

keith-turner/deriggy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deriggy

A simple prototype library, built on Apache Fluo, that maintains a derived graph created from multiple raw graphs. As the raw graphs change, the derived graph is updated. For an example of this library in action, see the Mixer project.

The API entry point for this library is Deriggy.

To depend on this project via Maven, add the following to your pom :

<dependency>
    <groupId>com.github.keith-turner</groupId>
    <artifactId>deriggy</artifactId>
    <version>1.0.0</version>
</dependency>

About

Maintains a derived graph from multiple changing raw graphs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages