This is useful for SDK authors. If you want to use Turtlequeue, head to the SDK for your language.
Turtlequeue uses GRPC and protobuf to exchange messages. These are the definitions shared by all the SDKs. See example uses in the Java SDK.
Intall maven and run:
mvn clean compile install && mvn -f admin-pom.xml clean compile install