Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 380 Bytes

Java SDK Quickstart

Satori is a cloud-based, live data ecosystem for filtering, and building apps on top of any schema-less real-time live data.

This tutorial uses Java SDK for Satori RTM to create a simple command-line publish-subscribe app.

Use the following Apache Maven command to run an app:

mvn clean compile exec:java -Dexec.mainClass="com.mycompany.Program"