diff --git a/content/influxdb/cloud/get-started.md b/content/influxdb/cloud/get-started.md index 297ec8c44..4b38b7a7f 100644 --- a/content/influxdb/cloud/get-started.md +++ b/content/influxdb/cloud/get-started.md @@ -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 %}} diff --git a/content/influxdb/cloud/query-data/execute-queries/query-demo-data.md b/content/influxdb/cloud/query-data/execute-queries/query-demo-data.md index cc4bd361d..c86742747 100644 --- a/content/influxdb/cloud/query-data/execute-queries/query-demo-data.md +++ b/content/influxdb/cloud/query-data/execute-queries/query-demo-data.md @@ -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/ diff --git a/content/influxdb/cloud/query-data/execute-queries/query-sample-data.md b/content/influxdb/cloud/query-data/execute-queries/query-sample-data.md index e1ec04471..ebb3ea8e8 100644 --- a/content/influxdb/cloud/query-data/execute-queries/query-sample-data.md +++ b/content/influxdb/cloud/query-data/execute-queries/query-sample-data.md @@ -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. diff --git a/content/influxdb/cloud/reference/release-notes/cloud-updates.md b/content/influxdb/cloud/reference/release-notes/cloud-updates.md index 7d86a543e..1b3ebc52b 100644 --- a/content/influxdb/cloud/reference/release-notes/cloud-updates.md +++ b/content/influxdb/cloud/reference/release-notes/cloud-updates.md @@ -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 diff --git a/content/influxdb/cloud/reference/sample-data.md b/content/influxdb/cloud/reference/sample-data.md index 4c0db5402..ed38e96e0 100644 --- a/content/influxdb/cloud/reference/sample-data.md +++ b/content/influxdb/cloud/reference/sample-data.md @@ -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 %}} \ No newline at end of file diff --git a/content/influxdb/cloud/write-data/_index.md b/content/influxdb/cloud/write-data/_index.md index f629e2d80..f847ebd73 100644 --- a/content/influxdb/cloud/write-data/_index.md +++ b/content/influxdb/cloud/write-data/_index.md @@ -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. diff --git a/content/influxdb/v2.0/query-data/execute-queries/query-sample-data.md b/content/influxdb/v2.0/query-data/execute-queries/query-sample-data.md index c6d552faf..dcd0ab6ad 100644 --- a/content/influxdb/v2.0/query-data/execute-queries/query-sample-data.md +++ b/content/influxdb/v2.0/query-data/execute-queries/query-sample-data.md @@ -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 diff --git a/content/influxdb/v2.1/query-data/execute-queries/query-sample-data.md b/content/influxdb/v2.1/query-data/execute-queries/query-sample-data.md index f995a343d..126849141 100644 --- a/content/influxdb/v2.1/query-data/execute-queries/query-sample-data.md +++ b/content/influxdb/v2.1/query-data/execute-queries/query-sample-data.md @@ -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