Rockset
This page describes how to integrate WarpStream with Rockset, ingest data into Rockset from WarpStream, and query the data in Rockset.
Prerequisites
Step 1: Create a topic in your WarpStream cluster
export BOOTSTRAP_HOST=<YOUR_BOOTSTRAP_BROKER> \
SASL_USERNAME=<YOUR_SASL_USERNAME> \
SASL_PASSWORD=<YOUR_SASL_PASSWORD>;warpstream kcmd -bootstrap-host $BOOTSTRAP_HOST -tls -username $SASL_USERNAME -password $SASL_PASSWORD -type create-topic -topic rockset_demoStep 2: Produce some records
Step 3: Set up a Rockset Integration with WarpStream

Step 4: Create a Collection from your Integration

Step 5: Filter out records with null values for user_id

Step 6: Save your Collection

Step 7: Produce more messages to your WarpStream topic
Next steps
Last updated
Was this helpful?