Streaming Graph Trial
Prerequisites
The Streaming Graph trial version requires an API Key to run an instance. To get an API Key for your free trial of thatDot Streaming Graph, click here and fill out the free trial form. An API Key will be emailed to you after form submission.
Getting Started with thatDot Streaming Graph
Getting started is easy:
- Download the software - this is a Java JAR file, if you would prefer a Docker Container please contact the thatDot Support team (support@thatdot.com).
- Create a configuration file (
.conf
extension) containing the API Key and associated email address and place it adjacent to your downloaded JAR file (in the same directory). This is just a plain text file. - Start your instance of Streaming Graph
Download the Software
Get started by downloading the trial version. This trial version requires an API Key to launch an instance.
Create the Configuration File for thatDot Streaming Graph
After downloading the trial version, you will need to create a configuration file with your email address and API Key. This file has a .conf
extension and should be placed in the same directory as your JAR file. To get an API Key, click here and fill out the free trial form. An API Key will be emailed to you after form submission.
quine {
trial {
email = "YOUR_EMAIL@EMAIL.COM"
api-key = "TRIAL_API_KEY"
}
}
Start Instance of thatDot Streaming Graph
Start the trial instance of Streaming Graph with your configuration file using the following command (in this example, the file is called streaming-graph.conf
):
java -jar -Dconfig.file=streaming-graph.conf quine-streaming-graph-trial.jar
You can also choose to configure your instance on the command line when launching an instance instead of using a configuration file:
java -jar -Dquine.trial.email=YOUR_EMAIL@EMAIL.COM -Dquine.trial.api-key=TRIAL_API_KEY quine-streaming-graph-trial.jar
Key Resources to Help Guide You
Once you have the software downloaded and the initial configuration file created you are ready to go.
- Download and Configuration Instructions
- How-to Guides for step-by-step instructions
- Developer Hub for documentation and sample code
- Email thatDot Support (support@thatdot.com)
- Quine.io Discord Community the Open Source core for thatDot Streaming Graph
These materials will help you navigate setting up pipelines, querying real-time data, and detecting anomalies.