On top of the runtime there exists a stream lib where parsers that support proto definitions use a preset handler which streams the parsed accounts and transactions over a grpc connection.
Workflow
Register parsers
Start grpc server
Subscribe to geyser stream
Parse change events
Forward to grpc server for pushing to subscribers
Requirements
Subscribers can filter by owner program the change events pushed to them
Goal
On top of the runtime there exists a stream lib where parsers that support proto definitions use a preset handler which streams the parsed accounts and transactions over a grpc connection.
Workflow
Requirements