Skip to content

Commit

Permalink
Update data-ingestion-and-preparation readme to include grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
gilad-shaham committed Dec 21, 2020
1 parent b96cc15 commit 7e827ff
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
21 changes: 19 additions & 2 deletions data-ingestion-and-preparation/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"- [Accessing Platform NoSQL and TSDB Data Using the Frames Library](#data-ingest-frames)\n",
"- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)\n",
"- [Running Distributed Python with Dask](#data-ingest-dask)\n",
"- [Running DataFrames on GPUs using NVIDIA cuDF](#data-ingest-gpu)"
"- [Running DataFrames on GPUs using NVIDIA cuDF](#data-ingest-gpu)\n",
"- [Creating Dashboards with Grafana](#data-grafana)"
]
},
{
Expand Down Expand Up @@ -553,6 +554,22 @@
"> **Note:** To use the cuDF library, you need to create a RAPIDS Conda environment.\n",
"> For more information, see the [**virtual-env**](../virtual-env.ipynb) tutorial."
]
},
{
"source": [
"<a id=\"data-grafana\"></a>"
],
"cell_type": "markdown",
"metadata": {}
},
{
"source": [
"## Creating Dashboards with Grafana\n",
"\n",
"You can create a Grafana dashboard programmatically using the Iguazio API. This allows you to define a dashboard that reads from the Iguazio data layer and display tables and charts of this data. The [**grafana-grafwiz example**](grafana-grafwiz.ipynb) demonstrates how to do that."
],
"cell_type": "markdown",
"metadata": {}
}
],
"metadata": {
Expand All @@ -576,4 +593,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
7 changes: 7 additions & 0 deletions data-ingestion-and-preparation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Learn about different methods for ingesting data into the Iguazio Data Science P
- [Getting Data from AWS S3 Using curl](data-ingest-s3-curl)
- [Running Distributed Python with Dask](#data-ingest-dask)
- [Running DataFrames on GPUs using NVIDIA cuDF](#data-ingest-gpu)
- [Creating Dashboards with Grafana](#data-grafana)

<a id="data-ingest-overview"></a>
## Overview
Expand Down Expand Up @@ -282,3 +283,9 @@ The [**gpu-cudf-vs-pd**](gpu-cudf-vs-pd.ipynb) tutorial demonstrates how to use

> **Note:** To use the cuDF library, you need to create a RAPIDS Conda environment.
> For more information, see the [**virtual-env**](../virtual-env.ipynb) tutorial.
<a id="data-grafana"></a>

## Creating Dashboards with Grafana

You can create a Grafana dashboard programmatically using the Iguazio API. This allows you to define a dashboard that reads from the Iguazio data layer and display tables and charts of this data. The [**grafana-grafwiz example**](grafana-grafwiz.ipynb) demonstrates how to do that.

0 comments on commit 7e827ff

Please sign in to comment.