Developer
Blog
Community
Platform
GitHub
Slack
v0.15.1
v0.15.0
v0.14.0
v0.13.1
v0.13.0
v0.12.0
v0.11.2
v0.11.1
v0.11.0
v0.10.1
v0.10.0
v0.9.0
v0.8.0
Guides
Learn how to build real-time data apps and streaming data pipelines with Bytewax.
Type:
All types
Tutorial
Sample App
Skill level:
All levels
Easy
Intermediate
Advanced
Time to complete:
Any time
15 min
15-30 min
30-60 min
Tags:
crypto
recovery
connectors
windowing
Kafka
log monitoring
waxctl
Redpanda
websockets
Tutorial
Building Sessions from Search Logs
This guide will teach you how to use Bytewax to aggregate on a custom session window on streaming data using reduce and then calculate metrics downstream.
Sample App
Real-Time Financial Exchange Order Book
At the end of this tutorial users will understand how to use Bytewax to analyze financial exchange data by connecting to a websocket and using Bytewax operators to maintain an order book and analyzing the orders.
Tutorial
Enriching Streaming Data from Redpanda
You'll build a data enrichment pipeline: consume a stream of data from Redpanda or Kafka & enrich it with third-party data. You will also run the pipeline locally or deploy it to the cloud (bonus: AWS example).
Tutorial
Recoverable Streaming Shopping Cart Application
This tutorial will show you how to build a recoverable streaming application that aggregates shoppers data into a shopping cart that is recoverable in the instance that it fails.
Tutorial
Handling Missing Values in Data Streams
Learn how to create a custom sliding window with the stateful map operator to impute values using numpy