PrerequisitesIt is recommended to review the Sift Data Model before proceeding with this section.
- An API token
- The appropriate Sift URL for your environment
- Ingestion-config-based Streaming: Define the schema of your data and stream compact structured messages to Sift over gRPC.
- Protobuf Ingestion: Stream arbitrary protocol buffers to Sift over gRPC.
- Schemaless Ingestion: Send JSON to Sift over REST without pre-registering an ingestion config.
- Data import: Import data from files or URLs and upload them directly to Sift.
- Influx Line Protocol: Stream data to Sift using any Influx client.