DeltaStream
Learn how to connect DeltaStream and WarpStream.
DeltaStream is a serverless stream processing platform that integrates with streaming storage services. DeltaStream provides a SQL-based interface wherein you can easily create stream processing applications such as streaming pipelines, materialized views, microservices, and many more.
This document walks you through setting up WarpStream to be used as a data Store in DeltaStream.
Step 1: Setting up the WarpStream credentials
Prerequisites
DeltaStream account: get access to DeltaStream by registering here.
WarpStream account: get access to WarpStream by registering here.
The WarpStream cluster is up and running with active, populated topics.
Create a WarpStream credential
Navigate to your WarpStream console and select the appropriate Cluster.
Select Credentials from the top row navigation.

Name the credential and then click to create.
dsCred
in this example.

Follow the instructions, and save the credentials in a safe place.
Step 2: Connect DeltaStream to WarpStream
Back in DeltaStream, navigate to the Resources section, click Add Store, and select Kafka.

Fill in the Kafka dialog as follows:
Name - In this example WarpStream
Region - Select from the available areas (the one most applicable)
URLs to connect - Applicable bootstrap server and port, here
serverless.warpstream.com:9092
SASL Hash Function - select SHA512
Username - This is the username from the credential you created in WarpStream
Password - This is the password from the credential you created in WarpStream


Next Steps
Everything is now configured for you to define DeltaStream Objects and start executing queries against your Apache Kafka®-compatible WarpStream data stores.
Last updated
Was this helpful?