layouts/_default/landing-influxdb.html
{{ 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 {{ else }}
Get started {{ end }} {{ partial "svgs/hive.svg" }} [
Write data to InfluxDB using a number of different options.
](write-data)[
Use Flux to query and transform your data.
](query-data)[
Use InfluxDB tasks to process and downsample data.
](process-data)[
Build powerful dashboards to visualize your data.
](visualize-data)[
Monitor metrics and send alerts with InfluxDB.
](monitor-alert)
{{ partial "article/format-selector.html" . }}
© {{ now.Year }} InfluxData, Inc.
{{ partial "footer.html" . }}