Beta access required. Beam is currently in beta. Contact support@allium.so to get access before starting.
Create your first pipeline
Open the pipeline builder
Navigate to app.allium.so/build/beam and click New to create a blank pipeline, or Start with Template for a pre-built example.
Configure your source
Select a blockchain and entity type to stream. For example, Polygon + log to stream all Polygon logs.

Add a filter
Add a Set Filter to narrow down to specific events. Enter the contract addresses you want to monitor and select the field to match against.For example, filter to USDC on Polygon by entering the USDC contract address and matching on the 
address field:
Add a sink
Add a Kafka sink and give it a name (e.g., 
usdc-logs). This determines where your filtered data gets delivered.
Deploy
Click Deploy. Beam creates Kafka topics, provisions credentials, and spins up workers — typically in under 30 seconds.
Verify your deployment
After deploying, check worker health in the Beam UI. You should see:- Total workers — number of worker pods running
- Healthy workers — workers processing data normally
- Unhealthy / crashing / OOM — should all be 0
