This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch chore/add-example in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 557c04ddc1e85a2ff1859e5577cf70bf3ab27c8e Author: bossenti <[email protected]> AuthorDate: Mon Jan 16 10:02:43 2023 +0100 [hotfix] add stream example to Mkdocs Signed-off-by: bossenti <[email protected]> --- streampipes-client-python/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/streampipes-client-python/mkdocs.yml b/streampipes-client-python/mkdocs.yml index 64ffbab3b..dbff3772b 100644 --- a/streampipes-client-python/mkdocs.yml +++ b/streampipes-client-python/mkdocs.yml @@ -82,4 +82,5 @@ nav: - Examples: - Introduction to the StreamPipes Python Client: examples/1-introduction-to-streampipes-python-client.ipynb - Extracting Data from the StreamPipes Data Lake: examples/2-extracting-data-from-the-streampipes-data-lake.ipynb + - Exploring Live Data from a StreamPipes Data Stream: examples/3-getting-live-data-from-the-streampipes-data-stream.ipynb - Reference: reference/*
