Adding influxDB videos for season 7 (#4457)

* 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

* Adding Season 7 videos for the Meet the Developer series

* Update content/resources/videos/Configuring-and-Parsing-Data-with-InfluxDB-Native-Collector-for-MQTT.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/resources/videos/Explicit-Schemas-in-InfluxDB.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/resources/videos/Getting-Started-with-the-Node.js-Client-Library-in-InfluxDB.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update content/resources/videos/Intro-to-InfluxDB-Native-Collector.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
pull/4469/head
peterreg 2022-09-19 14:50:05 -07:00 committed by GitHub
parent 10bc089d2d
commit 7fcdead0ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 110 additions and 2 deletions

View File

@ -1,7 +1,7 @@
--- ---
title: Batching Data with the Python Client Library title: Batching Data with the Python Client Library
description: > 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. 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: menu:
resources: resources:
parent: Videos parent: Videos

View File

@ -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 >}}

View File

@ -0,0 +1,15 @@
---
title: Configuring and Parsing Data with InfluxDB Native Collector for MQTT
description: >
Setting up the InfluxDB native collector for MQTT is a simple, three step process. Here, Gary Fowler walks through the configuration process and discusses the different parsing options available.
menu:
resources:
parent: Videos
weight: 162
youtubeID: uI_HYgx_PIQ
date: 2022-7-12
series: [Meet the Developers S7]
metadata: [Meet the Developer Series]
---
{{< resources/video-content >}}

View File

@ -0,0 +1,15 @@
---
title: Explicit Schemas in InfluxDB
description: >
InfluxDB is a schemaless database. But what if you *want* a schema for your time series data? Well, you can choose to enforce an explicit schema at the bucket level. Here, Zoe Steinkamp covers the basics of schemas, and how to go about using explicit schemas in InfluxDB.
menu:
resources:
parent: Videos
weight: 163
youtubeID: MkbhvurkekE
date: 2022-7-12
series: [Meet the Developers S7]
metadata: [Meet the Developer Series]
---
{{< resources/video-content >}}

View File

@ -0,0 +1,15 @@
---
title: Getting Started with the Node.js Client Library in InfluxDB
description: >
If you use Node.js, the Node.js client library let you interact with the InfluxDB platform quickly, using a familiar language. Here, Zoe Steinkamp discusses some of the features of the Node.js client library to help you get started building awesome applications with InfluxDB even faster.
menu:
resources:
parent: Videos
weight: 164
youtubeID: VxQVda-ilIo
date: 2022-7-12
series: [Meet the Developers S7]
metadata: [Meet the Developer Series]
---
{{< resources/video-content >}}

View File

@ -0,0 +1,15 @@
---
title: Intro to InfluxDB Native Collector
description: >
InfluxDB Native Collector lets you set up direct, cloud-to-cloud connections between web services and InfluxDB to accelerate data collection. Here, Gary Fowler discusses the basics of the Native Collector feature.
menu:
resources:
parent: Videos
weight: 160
youtubeID: J3bQrL8ihSU
date: 2022-7-12
series: [Meet the Developers S7]
metadata: [Meet the Developer Series]
---
{{< resources/video-content >}}

View File

@ -1,7 +1,7 @@
--- ---
title: Querying Data with the Python Client Library title: Querying Data with the Python Client Library
description: > 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. 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: menu:
resources: resources:
parent: Videos parent: Videos

View File

@ -0,0 +1,15 @@
---
title: Using Pandas Dataframes in InfluxDB with Python
description: >
A pandas dataframe might not be as cute and cuddly as a real panda, but for data scientists pandas dataframes are important data sources. Here, Zoe Steinkamp goes over some of the basics of using pandas dataframes with InfluxDB and the difference between pandas and Flux (InfluxDB's native query and analytics language).
menu:
resources:
parent: Videos
weight: 165
youtubeID: cMkQXLCbFQY
date: 2022-9-12
series: [Meet the Developers S7]
metadata: [Meet the Developer Series]
---
{{< resources/video-content >}}

View File

@ -0,0 +1,15 @@
---
title: When to use InfluxDB Native Collector for MQTT
description: >
InfluxDB provides many ways to collect data. The newest one is the Native Collector feature. But when should you use the native collector and when should you use a different option, like Telegraf? Gary Fowler uses MQTT to show the different options and why you might choose one over the other.
menu:
resources:
parent: Videos
weight: 161
youtubeID: I583LSj0bgs
date: 2022-9-12
series: [Meet the Developers S7]
metadata: [Meet the Developer Series]
---
{{< resources/video-content >}}

View File

@ -28,4 +28,7 @@ menu:
#### Season 6 #### Season 6
{{< resources/video-cards series="Meet the Developers S6" >}} {{< resources/video-cards series="Meet the Developers S6" >}}
#### Season 7
{{< resources/video-cards series="Meet the Developers S7" >}}
For additional product and tutorial videos, please visit our [YouTube channel](https://www.youtube.com/channel/UCnrgOD6G0y0_rcubQuICpTQ). For additional product and tutorial videos, please visit our [YouTube channel](https://www.youtube.com/channel/UCnrgOD6G0y0_rcubQuICpTQ).