Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 516 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 516 Bytes

trellis-rosid-common

NOTE: this project has been migrated into the Trellis/Rosid repository.

Common classes for Rosid-based implementations of the Trellis API. Rosid is based on a Kafka event bus and a (potentially distributed) common data store.

The basic principle behind this implementation is to represent resource state as a stream of (re-playable) operations.

Building

This code requires Java 8 and can be built with Gradle:

./gradlew install