hyperstack
Real-time streaming data pipelines for Solana - transform on-chain events into typed state projections.
Installation
[]
= "0.2"
Or with all features:
[]
= { = "0.1", = ["full"] }
Features
| Feature | Default | Description |
|---|---|---|
interpreter |
✅ | AST transformation runtime and VM |
macros |
✅ | Proc-macros for defining streams |
server |
✅ | WebSocket server and projection handlers |
sdk |
❌ | Rust client for connecting to HyperStack servers |
full |
❌ | Enables all features |
Sub-crates
This is an umbrella crate that re-exports:
hyperstack-interpreter- AST transformation runtimehyperstack-macros- Stream definition macroshyperstack-server- WebSocket serverhyperstack-sdk- Rust client SDK
Usage
use hyperstack;
// Define a stream
License
Apache-2.0