Before you begin
All streaming methods require an API key and the Sift URL for your environment. See Authentication.What do you want to do?
- I want to send telemetry from Python: Install the Python client library and stream sensor data to Sift quickly.
- I want to send telemetry from an existing service: Define an ingestion config and stream structured data over gRPC from any application.
- I already have protobuf data: Register your protobuf schema and stream serialized messages directly to Sift.
- I want to send JSON quickly: POST JSON to Sift over REST without pre-registering a schema.
- I already use Influx: Point any Influx client at Sift using your API key as the authentication token.
- I need help troubleshooting: Diagnose common reasons telemetry does not appear in Sift.