Skip to content

Quick Start using Server

By running opensampl-server up, you get a full stack ready to receive your time data.

This creates:

  1. A TimescaleDB instance, with schema already fully formatted
  2. A BackendAPI ready to be used to ingest data
  3. A Grafana server with a dashboard already built to visualize clock data.

In order to ingest data, you simply have to run opensampl load with appropriate arguments, and it will go straight into your new TimescaleDB instance and become visible on Grafana.

See the Configuration page on configuring your server instance.