Sample application
Timestream ships with a fully functional sample application that shows how to create a database and table, populate the table with ~126K rows of sample data, and run sample queries. Follow the steps below to get started with the sample application in any of the supported languages:
-
Clone the GitHub repository Timestream for LiveAnalytics sample applications
following the instructions from GitHub . -
Configure the AWS SDK to connect to Timestream for LiveAnalytics following the instructions described in Getting Started with Java.
-
Run the Java sample application
following the instructions described here