Skip to content

Utility program for loading data into WarpStream demonstrating integration with ClickHouse ClickPipes

Notifications You must be signed in to change notification settings

warpstreamlabs/clickpipes-data-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository demonstrates how to load a sample dataset into WarpStream for integration with ClickHouse ClickPipes product.

Sample datasets of various sizes are available (rows, uncompressed size, compressed size) covering a period of 30 days:

An ordered sample dataset can be downloaded here containing 534m rows.

Once it's downloaded, you can follow these instructions to deploy a WarpStream cluster with self-hosted Agents to Fly.io or these instructions to deploy on Railway. Or, you can use a WarpStream Serverless cluster, and leave it to WarpStream to manage everything for you.

Once you have a functioning WarpStream cluster with SASL credentials, you can run this script:

go run ./main.go -broker $BOOTSTRAP_URL:9092 -username $SASL_USERNAME -password $SASL_PASSWORD

About

Utility program for loading data into WarpStream demonstrating integration with ClickHouse ClickPipes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages