An open API service indexing awesome lists of open source software.

https://github.com/keith-turner/deriggy

Maintains a derived graph from multiple changing raw graphs
https://github.com/keith-turner/deriggy

Last synced: 4 months ago
JSON representation

Maintains a derived graph from multiple changing raw graphs

Awesome Lists containing this project

README

        

Deriggy
-------

A simple prototype library, built on [Apache Fluo][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][Deriggy.java].

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

```xml

com.github.keith-turner
deriggy
1.0.0

```

[Deriggy.java]: src/main/java/deriggy/api/Deriggy.java
[fluo]: https://fluo.apache.org
[Mixer]: https://github.com/keith-turner/mixer