Connecting
This page covers:
Prerequisites
This page assumes that an administrator has already:
Before you connect, you need to:
- Install the AWS CLI version 1.11.170 or greater
- Install the Datomic CLI tools
- Configure a shell environment with AWS access keys for Datomic
- Know the region and name of the Datomic system you want to connect to
Connecting
Use the Datomic tools to create an analytics connection,
passing in the arguments analytics
and your Datomic system name.
datomic analytics access <system-name>
Testing Your Connection
Test your analytics connection in two different ways:
- Browse to the analytics dashboard by visiting localhost:8989 in a web browser. A monitoring dashboard will be displayed.
- Install the SQL CLI and use it to validate your configuration.
Once you have verified your connection via the dashboard and the SQL CLI, you can explore your data from the CLI or set up and run the analytics tools of your choice.