add season 2 for meet the developer series (#3536)

pull/3534/head^2
Scott Anderson 2022-01-05 08:15:48 -07:00 committed by GitHub
parent 0df875945f
commit 348fe3ac59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 196 additions and 18 deletions

View File

@ -6,6 +6,8 @@ menu:
flux_0_x:
name: Get started
weight: 1
related:
- /resources/videos/purpose-of-flux/
---
Flux is a **functional data scripting** language designed to unify querying,

View File

@ -1,12 +1,15 @@
---
title: Flux data model
description: >
...
Learn how Flux structures data and how you can modify that structure to shape
data to your needs.
menu:
flux_0_x:
name: Data model
parent: Get started
weight: 101
related:
- /resources/videos/flux-basics/
---
To get the most out of using Flux to process your data, you must understand

View File

@ -7,6 +7,8 @@ menu:
name: Query basics
parent: Get started
weight: 103
related:
- /resources/videos/flux-basics/
---
Most Flux queries follow the same basic structure.

View File

@ -9,6 +9,8 @@ menu:
name: Process data
weight: 5
influxdb/cloud/tags: [tasks]
related:
- /resources/videos/influxdb-tasks/
---
Process and analyze your data with tasks in the InfluxDB **task engine**. Use tasks (scheduled Flux queries)

View File

@ -15,6 +15,7 @@ weight: 101
related:
- /influxdb/cloud/process-data/manage-tasks/
- /influxdb/cloud/process-data/manage-tasks/create-task/
- /resources/videos/influxdb-tasks/
---
{{< duplicate-oss >}}

View File

@ -8,6 +8,8 @@ menu:
parent: Key concepts
name: Data elements
influxdb/cloud/tags: [key concepts, schema]
related:
- /resources/videos/data-model-building-blocks/
---
{{< duplicate-oss >}}

View File

@ -16,6 +16,7 @@ related:
- /influxdb/cloud/reference/syntax/line-protocol
- /influxdb/cloud/reference/syntax/annotated-csv
- /influxdb/cloud/reference/cli/influx/write
- /resources/videos/ingest-data/, How to Ingest Data in InfluxDB (Video)
---
{{% note %}}

View File

@ -7,6 +7,8 @@ menu:
influxdb_cloud:
parent: write-best-practices
influxdb/cloud/tags: [best practices, write]
related:
- /resources/videos/ingest-data/, How to Ingest Data in InfluxDB (Video)
---
Use these tips to optimize performance and system overhead when writing data to InfluxDB.

View File

@ -7,6 +7,8 @@ menu:
name: Schema design
weight: 201
parent: write-best-practices
related:
- /resources/videos/data-model-building-blocks/
---
{{< duplicate-oss >}}

View File

@ -9,6 +9,8 @@ menu:
name: Process data
weight: 6
influxdb/v2.1/tags: [tasks]
related:
- /resources/videos/influxdb-tasks/
---
Process and analyze your data with tasks in the InfluxDB **task engine**. Use tasks (scheduled Flux queries)

View File

@ -15,6 +15,7 @@ weight: 101
related:
- /influxdb/v2.1/process-data/manage-tasks/
- /influxdb/v2.1/process-data/manage-tasks/create-task/
- /resources/videos/influxdb-tasks/
---
An **InfluxDB task** is a scheduled Flux script that takes a stream of input data, modifies or analyzes

View File

@ -9,6 +9,8 @@ menu:
parent: InfluxDB internals
influxdb/v2.1/tags: [storage, internals]
products: [oss]
related:
- /resources/videos/tsm-engine/
---
The InfluxDB storage engine ensures that:

View File

@ -8,6 +8,8 @@ menu:
parent: Key concepts
name: Data elements
influxdb/v2.1/tags: [key concepts, schema]
related:
- /resources/videos/data-model-building-blocks/
---
InfluxDB {{< current-version >}} includes the following data elements:

View File

@ -17,6 +17,7 @@ related:
- /influxdb/v2.1/reference/syntax/line-protocol
- /influxdb/v2.1/reference/syntax/annotated-csv
- /influxdb/v2.1/reference/cli/influx/write
- /resources/videos/ingest-data/, How to Ingest Data in InfluxDB (Video)
---
1. Learn the [best practices](/influxdb/v2.1/write-data/best-practices/) for writing data.

View File

@ -7,6 +7,8 @@ menu:
name: Schema design
weight: 201
parent: write-best-practices
related:
- /resources/videos/data-model-building-blocks/
---
Design your [schema](/influxdb/v2.1/reference/glossary/#schema) for simpler and more performant queries.

View File

@ -9,6 +9,12 @@ menu:
---
### Meet the Developer Series
{{< resources/video-cards tags="Meet the Developers" >}}
#### Season 1
{{< resources/video-cards series="Meet the Developers S1" >}}
#### Season 2
{{< resources/video-cards series="Meet the Developers S2" >}}
For additional product and tutorial videos, please visit our [YouTube channel](https://www.youtube.com/channel/UCnrgOD6G0y0_rcubQuICpTQ).

View File

@ -5,10 +5,10 @@ description: >
menu:
resources:
parent: Videos
weight: 102
weight: 112
youtubeID: VJvinU8_f00
date: 2021-11-22
tags: [Meet the Developers]
series: [Meet the Developers S1]
metadata: [Meet the Developer Series]
---

View File

@ -0,0 +1,21 @@
---
title: Building Blocks of the InfluxDB Data Model
description: >
The InfluxDB data model is made up of measurements, tags, and fields.
This model constitutes the shape InfluxDB expects from data.
Here, Jacob Marble discusses what each of those components are, and how to use
them with InfluxDB.
menu:
resources:
parent: Videos
weight: 123
youtubeID: 3qTTqsL27lI
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /influxdb/cloud/reference/key-concepts/data-elements/
- /influxdb/cloud/write-data/best-practices/schema-design/
---
{{< resources/video-content >}}

View File

@ -0,0 +1,22 @@
---
title: Flux Basics
description: >
Flux is a powerful scripting and querying language that allows you to do more
with your time series data.
Here, Paul Hummer discusses some of the basic functions and concepts for
getting started with Flux, and explains how to write a simple Flux query.
menu:
resources:
parent: Videos
weight: 122
youtubeID: osSJueQW-EE
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /{{< latest "flux" >}}/get-started/
- /{{< latest "flux" >}}/get-started/data-model/
- /{{< latest "flux" >}}/get-started/query-basics/
---
{{< resources/video-content >}}

View File

@ -6,10 +6,10 @@ menu:
resources:
name: Geolocation and InfluxDB
parent: Videos
weight: 105
weight: 115
youtubeID: Mj1KdzC6EKU
date: 2021-11-22
tags: [Meet the Developers]
series: [Meet the Developers S1]
metadata: [Meet the Developer Series]
related:
- /influxdb/cloud/query-data/flux/geo/

View File

@ -0,0 +1,21 @@
---
title: Tasks & InfluxDB
description: >
Tasks are a great way to automate processes in InfluxDB.
Here, Greg Linton and Rick Spencer discuss the different types of tasks
available in InfluxDB, walkthrough an example of a task, and highlight several
of the options available to developers to customize their tasks.
menu:
resources:
parent: Videos
weight: 125
youtubeID: zgCmdtZaH9M
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /influxdb/cloud/process-data/
- /influxdb/cloud/process-data/get-started/
---
{{< resources/video-content >}}

View File

@ -0,0 +1,22 @@
---
title: How to Ingest Data in InfluxDB
description: >
InfluxDB can do a lot of great things with your data.
But how do you actually get your data into InfluxDB?
Here, Barbara Nelson and Rick Spencer discuss the different ways to ingest
data into InfluxDB and the advantages of each one.
menu:
resources:
parent: Videos
weight: 124
youtubeID: xYnFVvRTlkQ
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /influxdb/cloud/write-data/, Write data to InfluxDB Cloud
- /{{< latest "influxdb" >}}/write-data/, Write data to InfluxDB OSS
- /influxdb/cloud/api-guide/client-libraries/, InfluxDB client libraries
---
{{< resources/video-content >}}

View File

@ -0,0 +1,20 @@
---
title: Intro to Telegraf
description: >
Telegraf is an open-source data collection agent by InfluxData.
Here, Samantha Wang and Barbara Nelson cover the basics of what Telegraf is,
how it works, and how it simplifies data collection.
menu:
resources:
parent: Videos
weight: 126
youtubeID: vGJeo3FaMds
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /{{< latest "telegraf" >}}/
- /{{< latest "telegraf" >}}/plugins/
---
{{< resources/video-content >}}

View File

@ -5,10 +5,10 @@ description: >
menu:
resources:
parent: Videos
weight: 104
weight: 114
youtubeID: EzFEy-xJYhM
date: 2021-11-22
tags: [Meet the Developers]
series: [Meet the Developers S1]
metadata: [Meet the Developer Series]
related:
- /influxdb/cloud/monitor-alert/

View File

@ -0,0 +1,19 @@
---
title: The Purpose of Flux
description: >
Flux is a scripting and querying language developed by InfluxData to work with time series data.
Here, Paul Hummer and Rick Spencer discuss why InfluxData created Flux and how
it helps developers do more with their time series data.
menu:
resources:
parent: Videos
weight: 121
youtubeID: QwOJttyg858
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /{{< latest "flux" >}}/get-started/
---
{{< resources/video-content >}}

View File

@ -5,10 +5,10 @@ description: >
menu:
resources:
parent: Videos
weight: 103
weight: 113
youtubeID: Ymp28MxosFQ
date: 2021-11-22
tags: [Meet the Developers]
series: [Meet the Developers S1]
metadata: [Meet the Developer Series]
---

View File

@ -7,10 +7,10 @@ description: >
menu:
resources:
parent: Videos
weight: 106
weight: 116
youtubeID: S2WL-s7SgPs
date: 2021-11-22
tags: [Meet the Developers]
series: [Meet the Developers S1]
metadata: [Meet the Developer Series]
---

View File

@ -0,0 +1,20 @@
---
title: InfluxDB TSM Engine
description: >
Understanding the way in which InfluxDB's Time Structure Mergetree (TSM) engine
stores data on disk can help you design better solutions using your time series data.
Here, Jacob Marble goes over what the TSM engine is and he walks through an
example that shows what data points look like when stored on disk in this format.
menu:
resources:
parent: Videos
weight: 127
youtubeID: C5sv0CtuMCw
date: 2022-01-04
series: [Meet the Developers S2]
metadata: [Meet the Developer Series]
related:
- /{{< latest "influxdb" >}}/reference/internals/storage-engine/
---
{{< resources/video-content >}}

View File

@ -6,10 +6,10 @@ description: >
menu:
resources:
parent: Videos
weight: 101
weight: 111
youtubeID: iMKCe3WKFo0
date: 2021-11-30
tags: [Meet the Developers]
series: [Meet the Developers S1]
metadata: [Meet the Developer Series]
---

View File

@ -5,9 +5,10 @@ description: >
time series platform, used to collect and report metrics. Telegraf supports four categories of plugins -- input, output, aggregator, and processor.
menu:
telegraf_1_21:
name: Telegraf v1.21
weight: 1
related:
- /resources/videos/intro-to-telegraf/
---
Telegraf is a plugin-driven server agent for collecting & reporting metrics,

View File

@ -1,10 +1,9 @@
{{ $series := .Get "series" }}
{{ $videos := (union .Page.Pages .Page.Sections) }}
{{ $tags := split (.Get "tags") ", " }}
{{ $series := split (.Get "series") ", " }}
<div class="videos-wrapper">
{{ range where $videos "Params.tags" "intersect" $tags }}
{{ range where $videos "Params.series" "intersect" $series }}
<div class="video-card">
<a href="{{ .RelPermalink }}"><img src="https://img.youtube.com/vi/{{ .Params.youtubeID }}/mqdefault.jpg" alt="{{ .Title }}"></a>
<p class="video-title">{{ .Title }}</p>