Remove demo data (#3499)
* remove demo data from get started * remove demo data ref in OSS Query sample data * remove demo data in Write data to InfluxDB * remove demo data from Sample data * minor editspull/3532/head
parent
0848686fa0
commit
be8a35e3eb
|
|
@ -14,7 +14,6 @@ influxdb/cloud/tags: [get-started, install]
|
|||
After you've [signed up for InfluxDB Cloud](/influxdb/cloud/sign-up/), you're ready to get started:
|
||||
|
||||
1. Do one of the following:
|
||||
- Add [demo data](#add-demo-data).
|
||||
- Add [sample data](#add-sample-data).
|
||||
- [Use your own data](/influxdb/cloud/write-data/) to explore InfluxDB Cloud.
|
||||
2. [Create a notebook](#create-a-notebook):
|
||||
|
|
@ -28,17 +27,6 @@ After you've [signed up for InfluxDB Cloud](/influxdb/cloud/sign-up/), you're re
|
|||
5. (Optional) [Monitor data](#monitor-data)
|
||||
6. (Optional) [Output to a new bucket and export as a task](#output-to-a-new-bucket-and-export-as-a-task)
|
||||
|
||||
## Add demo data
|
||||
|
||||
This example uses InfluxDB Cloud's Website Monitoring demo data bucket. To add the demo data bucket:
|
||||
|
||||
1. Click **Load Data** > **Buckets** in the navigation menu on the left.
|
||||
|
||||
{{< nav-icon "data" >}}
|
||||
|
||||
2. Click **{{< icon "plus" >}} {{< caps >}}Add Demo Data{{< /caps >}}**, and then select the **Website Monitoring** bucket.
|
||||
3. The Demo Data bucket appears in your list of buckets.
|
||||
|
||||
## Add sample data
|
||||
|
||||
{{% note %}}
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ menu:
|
|||
name: Query with demo data
|
||||
parent: Execute queries
|
||||
weight: 110
|
||||
draft: true
|
||||
aliases:
|
||||
- /influxdb/cloud/write-data/#demo-data-for-influxdb-cloud
|
||||
- /influxdb/cloud/query-data/query-demo-data/
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ menu:
|
|||
weight: 10
|
||||
---
|
||||
|
||||
Use **InfluxDB Cloud** sample datasets to quickly access data that lets you explore and familiarize yourself with InfluxDB Cloud without requiring you to have or write your own data.
|
||||
Use **InfluxDB Cloud** sample datasets to quickly access data that lets you explore and familiarize yourself with InfluxDB Cloud without requiring you to have to write your own data.
|
||||
|
||||
- [Choose sample data](#choose-sample-data)
|
||||
- [Explore sample data](#explore-sample-data)
|
||||
- [create sample data dashboards](#create-sample-data-dashboards)
|
||||
- [Create sample data dashboards](#create-sample-data-dashboards)
|
||||
|
||||
{{% note %}}
|
||||
#### Network bandwidth
|
||||
|
|
@ -21,7 +21,7 @@ Use **InfluxDB Cloud** sample datasets to quickly access data that lets you expl
|
|||
Each execution of `sample.data()` downloads the specified dataset from **Amazon S3**.
|
||||
If using [InfluxDB Cloud](/influxdb/cloud/) or a hosted InfluxDB OSS instance,
|
||||
you may see additional network bandwidth costs when using this function.
|
||||
Approximate sample dataset sizes are listed for each [sample dataset](/influxdb/cloud/reference/sample-data/#sample-datasets) and in the output of [`sample.list()`](/influxdb/v2.0/reference/flux/stdlib/influxdb-sample/list/). To explore data without incurring network bandwidth costs, see how to [query demo data](/influxdb/cloud/query-data/execute-queries/query-demo-data/).
|
||||
Approximate sample dataset sizes are listed for each [sample dataset](/influxdb/cloud/reference/sample-data/#sample-datasets) and in the output of [`sample.list()`](/influxdb/v2.0/reference/flux/stdlib/influxdb-sample/list/).
|
||||
{{% /note %}}
|
||||
|
||||
## Choose sample data
|
||||
|
|
@ -53,6 +53,7 @@ Approximate sample dataset sizes are listed for each [sample dataset](/influxdb/
|
|||
```
|
||||
|
||||
## Explore sample data
|
||||
|
||||
Use the [Data Explorer](/influxdb/cloud/visualize-data/explore-metrics/)
|
||||
to query and visualize data in sample data buckets.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ menu:
|
|||
influxdb_cloud_ref:
|
||||
parent: Release notes
|
||||
name: InfluxDB Cloud updates
|
||||
draft: true
|
||||
aliases:
|
||||
- /cloud/about/release-notes
|
||||
- /influxdb/cloud/reference/release-notes/influxdb-cloud
|
||||
|
|
|
|||
|
|
@ -10,11 +10,8 @@ menu: influxdb_cloud_ref
|
|||
weight: 7
|
||||
---
|
||||
|
||||
Use **demo data** and **sample data** to familiarize yourself with time series data and InfluxDB Cloud.
|
||||
InfluxDB Cloud lets you access **Demo data buckets** and **Sample datasets** that contain time
|
||||
series data without having to write data to InfluxDB.
|
||||
Sample datasets are also available for download and can be written to InfluxDB
|
||||
or loaded at query time.
|
||||
Use **sample data** to familiarize yourself with time series data and InfluxDB Cloud.
|
||||
**Sample datasets** in InfluxDB Cloud let you access time series data without having to write data to InfluxDB. Sample datasets are available for download and can be written to InfluxDB or loaded at query time.
|
||||
|
||||
The sample data below contains both static and live datasets. A static sample dataset is not updated regularly and has fixed timestamps. A "live" sample dataset is updated regularly.
|
||||
|
||||
|
|
@ -22,9 +19,6 @@ The sample data below contains both static and live datasets. A static sample da
|
|||
If writing a static sample dataset to a bucket with a limited retention period, use [sample.alignToNow()](/{{< latest "flux" >}}/stdlib/influxdata/influxdb/sample/aligntonow/) to shift timestamps to align the last point in the set to now. This will prevent writing points with timestamps beyond the bucket's retention period.
|
||||
{{% /note %}}
|
||||
|
||||
- [Sample datasets](#sample-datasets)
|
||||
- [InfluxDB Cloud demo data](#influxdb-cloud-demo-data)
|
||||
|
||||
## Sample datasets
|
||||
|
||||
Do one of the following:
|
||||
|
|
@ -199,13 +193,3 @@ option task = {
|
|||
sample.data(set: "noaa")
|
||||
|> to(bucket: "noaa" )
|
||||
```
|
||||
|
||||
## InfluxDB Cloud demo data
|
||||
Use [InfluxDB Cloud demo data buckets](/influxdb/cloud/reference/sample-data/#influxdb-cloud-demo-data) for quick,
|
||||
free access to different time series datasets.
|
||||
|
||||
{{< youtube GSaByPC1Bdc >}}
|
||||
|
||||
{{% note %}}
|
||||
Demo data is not available for use with third-party integrations such as Grafana.
|
||||
{{% /note %}}
|
||||
|
|
@ -19,7 +19,7 @@ related:
|
|||
---
|
||||
|
||||
{{% note %}}
|
||||
To explore InfluxDB using existing data (*without writing your own data*), see how to [add sample data](/influxdb/cloud/query-data/execute-queries/query-sample-data/#add-sample) or [add a demo data bucket](/influxdb/cloud/query-data/execute-queries/query-demo-data/#add-a-demo-data-bucket).
|
||||
To explore InfluxDB using existing data (*without writing your own data*), see how to [add sample data](/influxdb/cloud/query-data/execute-queries/query-sample-data/#add-sample).
|
||||
{{% /note %}}
|
||||
|
||||
1. Learn the [best practices](/influxdb/cloud/write-data/best-practices/) for writing data.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ If using [InfluxDB Cloud](/influxdb/cloud/) or a hosted InfluxDB OSS instance,
|
|||
you may see additional network bandwidth costs when using this function.
|
||||
Approximate sample dataset sizes are listed for each [sample dataset](/influxdb/2.0/reference/sample-data/#sample-datasets) and in the output of [`sample.list()`](/influxdb/v2.0/reference/flux/stdlib/influxdb-sample/list/).
|
||||
|
||||
If you also want to explore Cloud, we offer a way to explore data without incurring network bandwidth costs, using [demo data](/influxdb/cloud/query-data/execute-queries/query-demo-data/).
|
||||
{{% /note %}}
|
||||
|
||||
## Choose sample data
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ If using [InfluxDB Cloud](/influxdb/cloud/) or a hosted InfluxDB OSS instance,
|
|||
you may see additional network bandwidth costs when using this function.
|
||||
Approximate sample dataset sizes are listed for each [sample dataset](/influxdb/v2.1/reference/sample-data/#sample-datasets) and in the output of [`sample.list()`](/influxdb/v2.1/reference/flux/stdlib/influxdb-sample/list/).
|
||||
|
||||
If you also want to explore Cloud, we offer a way to explore data without incurring network bandwidth costs, using [demo data](/influxdb/cloud/query-data/execute-queries/query-demo-data/).
|
||||
{{% /note %}}
|
||||
|
||||
## Choose sample data
|
||||
|
|
|
|||
Loading…
Reference in New Issue