Documentation
¶
Overview ¶
Package main demonstrates filtered feed reads — reading the global event feed by an INDEXED axis for introspection.
EventStore.LoadEventsFromPositionFiltered filters the load-from-position read by event type, stream id, and/or stream category, pushing the predicate down to storage instead of loading the whole feed and filtering in Go. It is meant for introspection tooling — audit browsers, migration/backfill scanners, diagnostics — not application read paths (project a read model for those).
Runs on the in-memory adapter, so it needs NO database:
go run ./examples/feed-filter
Click to show internal directories.
Click to hide internal directories.