sift_py.ingestion

Module containing components necessary to leverage Sift's data ingestion and rule evaluation API. The fundamental components of this module are the following:

1"""
2Module containing components necessary to leverage Sift's data ingestion and rule evaluation API.
3The fundamental components of this module are the following:
4- `sift_py.ingestion.config.telemetry.TelemetryConfig`
5- `sift_py.ingestion.service.IngestionService`
6"""