Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/influxdb3/cloud/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ related:
InfluxData provisions and operates the underlying infrastructure, so you can
write and query time series data without running or scaling servers yourself.

This guide walks through the basic steps of getting started with
{{% product-name %}}, including the following:

{{< children type="ordered-list" >}}

> [!Important]
> #### InfluxDB 3 Cloud is in early access
>
Expand Down Expand Up @@ -59,3 +64,5 @@ definitions for a table are immutable.

Tags should hold unique identifying information like `sensor_id`, `building_id`,
or `trace_id`. All other data should be stored as fields.

{{< page-nav next="/influxdb3/cloud/get-started/setup/" nextText="Set up InfluxDB" >}}
Loading