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
- Host: GitHub
- URL: https://github.com/keith-turner/deriggy
- Owner: keith-turner
- License: apache-2.0
- Created: 2018-04-11T19:20:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T16:25:13.000Z (about 7 years ago)
- Last Synced: 2025-01-09T06:13:00.006Z (5 months ago)
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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