Back to Influxdb

Get started with InfluxDB Cloud

layouts/_default/landing-influxdb.html

latest1.1 KB
Original Source

{{ partial "header.html" . }} {{ partial "topnav.html" . }} {{ $productPathData := findRE "[^/]+.*?" .RelPermalink }} {{ $product := index $productPathData 0 }} {{ $currentVersion := index $productPathData 1 }} {{ $isCloud := in $currentVersion "cloud"}}

{{ partial "sidebar.html" . }} {{ partial "sidebar/sidebar-toggle.html" }}

{{ if $isCloud }}

Get started with InfluxDB Cloud

Get started {{ else }}

Get started with InfluxDB {{ $currentVersion }}

Get started {{ end }} {{ partial "svgs/hive.svg" }} [

Write Data

Write data to InfluxDB using a number of different options.

](write-data)[

Query Data

Use Flux to query and transform your data.

](query-data)[

Process Data

Use InfluxDB tasks to process and downsample data.

](process-data)[

Visualize Data

Build powerful dashboards to visualize your data.

](visualize-data)[

Monitor & Alert

Monitor metrics and send alerts with InfluxDB.

](monitor-alert)

{{ partial "article/format-selector.html" . }}

© {{ now.Year }} InfluxData, Inc.

{{ partial "footer.html" . }}