Examples & Tutorials
Real-world workflow examples you can use and adapt
Carbon Credit Verification
Track solar energy generation, validate readings, and mint RECs using FSM state machines
FSMAggregatorIoT
View example
Order Fulfillment
Process orders through payment, shipment, and delivery states with multi-step validation
FSMProcessNodeE-commerce
View example
Real-Time Analytics
Aggregate event streams with time-based windows for dashboard metrics
AggregatorDataSourceAnalytics
View example
Featured: Carbon Credit MRV Workflow
What it does
- ✓ Ingests 209 solar energy readings
- ✓ Validates readings for anomalies
- ✓ Calculates carbon credits (kW × 0.0005)
- ✓ Tracks compliance state (APPROVED/UNDER_REVIEW)
- ✓ Mints Renewable Energy Certificates
Nodes Used
DataSource- Solar readings (209 events)
FSMProcessNode- Compliance validation
ProcessNode- Carbon calculation
Sink- REC collection