Trivium is a platform which follows the rules of SEDA (staged event-driven architecture). So the whole information processing can be broken down into little steps and the runtime determines the best way to invoke those peaces.
- free from external dependencies
- unites in-flight and at-rest information processing
- configuration free object persistence
- java-based object store query syntax
Right now, cloning the repo and starting it within the IDE is the best way.
For every release, there are runnable shell scripts you can use, but at such an early stage it is recommended to clone the repo.
###shell script
./trivium.sh.
###jar file
java -Djava.protocol.handler.pkgs=io.trivium.urlhandler -jar trivium.jar
- Issue Tracker: https://github.com/trivium-io/trivium/issues
- Source Code: https://github.com/trivium-io/trivium
If you are having issues or general feedback, please let us know. We have a mailing list located at: trivium-io@google-groups.com
The project is licensed under the Apache license.