«

Connecting

It's necessary to have a running peer server that is serving the database(s) you intend to connect to for analytics.

Running Presto

Presto server requires Java 11.

  • Launch your Presto server from the root of the Datomic distribution with the command below. Note that <path-to-your-etc-dir> is the path to

your config etc directory:

bin/presto run --etc-dir=<path-to-your-etc-dir>

Running bin/presto -h provides a list of the options that can be passed to the Presto launcher script.

Restart the Presto server any time you change your catalog files. Changes to Metaschema files are adopted dynamically, in 1 minute or less.

Check the Metaschema documentation and Metaschema grammar for more information on writing your Metaschema.

You can view a monitoring dashboard by visiting localhost:8989 in a web browser.

The following pages include details on connecting to your analytics endpoint using a variety of tools: