Examples Directory¶
This section contains interactive Jupyter notebook examples demonstrating how to use the Sift Python client library.
Available Examples¶
- Basic Usage - Introduction to the Sift Python client, covering basic operations and API usage
- Data Ingestion - Learn how to ingest telemetry data into Sift using various methods
Running Examples Locally¶
To run these examples on your local machine:
-
Install the Sift Python client:
-
Set up your environment variables in a
.envfile next to the notebook files: -
Open the notebooks in Jupyter after downloading them:
For more examples including command-line scripts, see the examples directory in the repository.