You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/12 19:44:44 UTC

[streampipes] branch dev updated (49da23c6a -> 00f239196)

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 49da23c6a Merge pull request #850 from apache/extension-modules-checkstyle-enablements
     add 00f239196 Add example files python client (#846)

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  13 +-
 streampipes-client-python/README.md                |  34 +-
 ...introduction-to-streampipes-python-client.ipynb | 214 +++++++++++
 ...cting-data-from-the-streampipes-data-lake.ipynb | 392 +++++++++++++++++++++
 .../docs/getting-started/installation.md           |   2 +-
 .../docs/getting-started/quickstart.md             |  19 +-
 streampipes-client-python/mkdocs.yml               |   4 +
 streampipes-client-python/setup.py                 |   1 +
 .../streampipes_client/client/client.py            |  37 ++
 .../model/resource/data_lake_measure.py            |   6 +-
 .../tests/client/test_client.py                    |  46 ++-
 .../tests/client/test_endpoint.py                  |  44 ++-
 12 files changed, 754 insertions(+), 58 deletions(-)
 create mode 100644 streampipes-client-python/docs/examples/1-introduction-to-streampipes-python-client.ipynb
 create mode 100644 streampipes-client-python/docs/examples/2-extracting-data-from-the-streampipes-data-lake.ipynb