This adds videos for Seasons 4-6 (#4177)
* This adds videos for Seasons 4-6 * Update Intro-to-Client-Libraries.md * Update API-Invocable-Scripts.md * Update Edge-Data-Replication.md * Update Flux-Data-Structure.md * Update Flux-Functions.md * Update Optimizing-Flux-Functions.md * Update Intro-to-Check-&-Notifications.md * Update Checks-&-Notification-in-Action.md * Update Aggregator-&-Processor-Plugins-in-Telegraf.md * Update Using-MQTT-and-InfluxDB-for-IoT.md * Update Basics-of-Geo-temporal-data-and-InfluxDB.md * Update Flux-and-S2-Geometry.md * Update Using-Flux-to-query-geo-temporal-data.md * Update InfluxDB-in-the-IoT-stack.md * Update Architecture-Overview-for-IoT-and-InfluxDB.md * Update Configuring Replications For Downsampling To Cloud.md * Update Retaining-Data-Shape-When-Downsampling-To-Cloud.md * Update Using-Scripts-in-InfluxDB.md * Update Invocable-Scripts-and-Tasks.md * Update Invocable-Scripts-for-Alerting.md * Update Batching-Data-with-the-Python-Client-Library.md * Update Querying-Data-with-the-Python-Client-Library.md * Update Using-the-InfluxDB-Python-Client-Library-Administrative-API.md * Update Basics-of-Geo-temporal-data-and-InfluxDB.md * Update Basics-of-Geo-temporal-data-and-InfluxDB.md * Update content/resources/videos/API-Invocable-Scripts.md * Update content/resources/videos/Checks-&-Notification-in-Action.md * Update API-Invocable-Scripts.md * Testing Circle ci fix * Edits for videos seasons 4-6 * Resolve conflict duplicate videos * Further revisions to videos seasons 4-6 * update filenames * video edits Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> Co-authored-by: Kelly <kelly@influxdata.com>pull/4204/head
parent
91a8b7c826
commit
7abe87fbc2
|
|
@ -60,6 +60,8 @@ An **empty group key** groups all data in a stream of tables into a single table
|
|||
|
||||
_For an example of how group keys work, see the [Table grouping example](#table-grouping-example) below._
|
||||
|
||||
{{< youtube 5-AwY8ly6NA >}}
|
||||
|
||||
## Data sources determine data structure
|
||||
The Flux data model is separate from the queried data source model.
|
||||
Queried sources return data structured into columnar tables.
|
||||
|
|
|
|||
|
|
@ -11,7 +11,4 @@ weight: 6
|
|||
influxdb/cloud/tags: [monitor, alert, checks, notification, endpoints]
|
||||
---
|
||||
|
||||
Monitor your time series data and send alerts by creating checks, notification
|
||||
rules, and notification endpoints. Or use [community templates to monitor](/influxdb/cloud/monitor-alert/templates/) supported environments.
|
||||
|
||||
{{< duplicate-oss >}}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: API Invokable Scripts
|
||||
description: >
|
||||
InfluxDB lets you [invoke scripts](/influxdb/cloud/api-guide/api-invokable-scripts/) using the InfluxDB APIs ([InfluxDB Cloud API]](/influxdb/cloud/api/) and [InfluxDB OSS (open source) API](/influxdb/latest/api/). Here, Jay Clifford explains how to use this feature with custom endpoints to improve the functionality, efficiency, and security of your applications.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 140
|
||||
youtubeID: JwuPpuY-ZF8
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Aggregator & Processor Plugins in Telegraf
|
||||
description: >
|
||||
[Telegraf](/telegraf/latest/) has over 300 plugins available in four different categories (input, output, aggregator, and processor). Here, developer Mya Longmire talks about two of those categories, aggregators and processors, covering what they do and how to use them.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 146
|
||||
youtubeID: gfHIh7UU7UQ
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Architecture Overview for IoT and InfluxDB
|
||||
description: >
|
||||
InfluxDB benefits stakeholders throughout the IoT industry. Here, Brian Gilmore discusses the different layers of IoT technology infrastructure, and the ways that InfluxDB benefits people in various roles.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 152
|
||||
youtubeID: gYPFihq72Wc
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Basics of Geo temporal data and InfluxDB
|
||||
description: >
|
||||
Combining time series data with geo-location data creates geo-temporal data. Here, developer Nathaniel Cook discusses some of the basics for working with geo-temporal data in InfluxDB. To learn more about Flux and S2 geometry, see [Part 2](https://youtu.be/comMs1cxYT4). To learn more about using Flux to query geo-temporal data, see [Part 3](https://youtu.be/iT_qKqDWm98).
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 148
|
||||
youtubeID: OlT1-kMNdCs
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Batching Data with the Python Client Library
|
||||
description: >
|
||||
If you're already a Python user, InfluxDB's Python client library lets you use a familiar language, to quickly get up-to-speed with InfluxDB. Here, Sunbrye Ly discusses the different options and settings around batching data using the Python client library.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 158
|
||||
youtubeID: MZrwhbNdrVk
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Checks & Notification in Action
|
||||
description: >
|
||||
Here, Zoe Steinkamp uses a real world example to demonstrate how and when to use the different types of checks and notifications available in InfluxDB. If you're just getting started, see Zoe's video on [Intro to Checks and Notifications](https://youtu.be/-QdldB3RxMw).
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 145
|
||||
youtubeID: 3Th_OcwJ47s
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Edge Data Replication
|
||||
description: >
|
||||
Many IoT and IIoT applications work at the edge. Here, Sam Dillard talks about a feature for including edge data in cloud, how to structure hybrid edge-cloud systems using just InfluxDB, and the high level of data management across these configurations.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 141
|
||||
youtubeID: qsj_TTpDyf4
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Flux Data Structure
|
||||
description: >
|
||||
[Flux](/flux/v0.x/) is the native data language for the InfluxDB platform. Here, Scott Anderson discusses the 'stream of tables' concept, and how that relates to Flux's data structure.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 142
|
||||
youtubeID: 5-AwY8ly6NA
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Flux Functions
|
||||
description: >
|
||||
Functions are the building blocks of the Flux scripting language. Here, Scott Anderson describes what [Flux functions](/flux/v0.x/stdlib/all-functions/) are, how they work, and how to use them.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 143
|
||||
youtubeID: 8gt_MdCFw3k
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Flux and S2 Geometry
|
||||
description: >
|
||||
Our mini-series on geo-temporal data continues with a dive into S2 geometry. Here, Nathanial Cook describes what S2 geometry is, how it accelerates geo-spatial data processing, and how to use S2 cell data in InfluxDB. To learn more about the basics of geo-temporal data and InfluxDB, see [Part 1](https://youtu.be/OlT1-kMNdCs). To learn more about using Flux to query geo-temporal data, see [Part 3](https://youtu.be/iT_qKqDWm98).
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 149
|
||||
youtubeID: comMs1cxYT4
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: InfluxDB in the IoT stack
|
||||
description: >
|
||||
Time series data is critical to IoT and IIoT use cases. Here, Brian Gilmore discusses the IoT technology stack, where InfluxDB fits into that stack, and what benefits InfluxDB brings to those working in the IoT stack.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 151
|
||||
youtubeID: yURE_xJRhp0
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Intro to Check & Notifications
|
||||
description: >
|
||||
The InfluxDB platform provides several different types of checks and notifications to keep you informed about how your application is functioning. Here, Zoe Steinkamp outlines the key concepts behind checks and notifications in InfluxDB. To see these concepts in action see Zoe's video [Checks and Notifications in action](https://youtu.be/3Th_OcwJ47s).
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 144
|
||||
youtubeID: -QdldB3RxMw
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Intro to Client Libraries
|
||||
description: >
|
||||
[Client libraries](/influxdb/latest/api-guide/client-libraries/) are a powerful way to harness the power of InfluxDB's API using familiar programming languages. Here, Jay Clifford explains what client libraries are, how they work, and why you should use them when working with InfluxDB.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 139
|
||||
youtubeID: 2q-QbvXm_2Y
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Invocable Scripts and Tasks
|
||||
description: >
|
||||
Here, Adam Anthony discusses how to use invocable scripts and tasks together in InfluxDB to streamline processes and create more efficient applications.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 156
|
||||
youtubeID: QfwYnPaQ5Yo
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Invocable Scripts for Alerting
|
||||
description: >
|
||||
Here, Adam Anthony discusses how you can combine invocable scripts with your alerting policies. Discover how you can use the same scripts with internal and external sources to provide consistency in alerting behavior across your application.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 157
|
||||
youtubeID: MDXhUeF-TQ0
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Optimizing Flux Functions
|
||||
description: >
|
||||
Flux queries are scripts that let you work with your data in InfluxDB. Here, Scott Anderson provides some tips for [optimizing Flux queries](/influxdb/latest/query-data/optimize-queries/), so that your data and applications are more performant.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 143
|
||||
youtubeID: ZorlId2_XEg
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S4]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Querying Data with the Python Client Library
|
||||
description: >
|
||||
If you're already a Python user, InfluxDB's Python client library lets you use a familiar language, to quickly get up-to-speed with InfluxDB. Here, Sunbrye Ly discusses the different options and settings for querying data using the Python client library.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 159
|
||||
youtubeID: MvVsBBThYag
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Retaining Data Shape When Downsampling To Cloud
|
||||
description: >
|
||||
Downsampling data creates smaller data sets, which can significantly reduce data transfer costs. Here, Sam Dillard describes several different approaches to downsampling, their advantages, and when you might want to use each one.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 154
|
||||
youtubeID: ZZ7KfVVUE44
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Using Flux to query geo temporal data
|
||||
description: >
|
||||
In the final installment of our series on geo-temporal data, Nathanial Cook walks us through a use case to show how to use Flux to query geo-temporal data. To learn more about the basics of geo-temporal data and InfluxDB, see [Part 1](https://youtu.be/OlT1-kMNdCs). To learn more about Flux and S2 geometry, see [Part 2](https://youtu.be/comMs1cxYT4).
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 150
|
||||
youtubeID: iT_qKqDWm98
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Using MQTT and InfluxDB for IoT
|
||||
description: >
|
||||
MQTT is one of the most common protocols used in IoT and IIoT. Here, Brian Gilmore and Mya Longmire talk discuss some MQTT basics, how to use MQTT with InfluxDB, and some of the advantages that combining MQTT and InfluxDB bring to IoT and IIoT tech stacks.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 147
|
||||
youtubeID: pCmzR6FiTMk
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S5]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Using Scripts in InfluxDB
|
||||
description: >
|
||||
Here, Adam Anthony provides a quick overview of scripts in the InfluxDB platform. He highlights some key use cases for scripts and what advantages they have for various users.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 155
|
||||
youtubeID: 0AhgTy4OduA
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Using the InfluxDB Python Client Library Administrative API
|
||||
description: >
|
||||
If you're already a Python user, InfluxDB's Python client library lets you use a familiar language, to quickly get up-to-speed with InfluxDB. Here, Sunbrye Ly discusses some of the administrative tasks available with the Python client library and when you might want to use them.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 160
|
||||
youtubeID: xw46AxSQc_c
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
|
|
@ -19,4 +19,13 @@ menu:
|
|||
#### Season 3
|
||||
{{< resources/video-cards series="Meet the Developers S3" >}}
|
||||
|
||||
#### Season 4
|
||||
{{< resources/video-cards series="Meet the Developers S4" >}}
|
||||
|
||||
#### Season 5
|
||||
{{< resources/video-cards series="Meet the Developers S5" >}}
|
||||
|
||||
#### Season 6
|
||||
{{< resources/video-cards series="Meet the Developers S6" >}}
|
||||
|
||||
For additional product and tutorial videos, please visit our [YouTube channel](https://www.youtube.com/channel/UCnrgOD6G0y0_rcubQuICpTQ).
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Configuring Replications For Downsampling To Cloud
|
||||
description: >
|
||||
Getting data from the edge to the cloud is often a critical process for IoT and IIoT processes. Here, Sam Dillard describes how to configure the Edge Data Replication (EDR) feature in InfluxDB, which automates the transfer of data from the edge to the cloud in a reliable, durable way.
|
||||
menu:
|
||||
resources:
|
||||
parent: Videos
|
||||
weight: 153
|
||||
youtubeID: yCComgh-B74
|
||||
date: 2022-6-30
|
||||
series: [Meet the Developers S6]
|
||||
metadata: [Meet the Developer Series]
|
||||
---
|
||||
|
||||
{{< resources/video-content >}}
|
||||
Loading…
Reference in New Issue