-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
James Kerber edited this page Sep 3, 2022
·
8 revisions
- Event pipeline declaration and handling
- Layer and Service management
- Per-Layer error handling
- Refactor for greater clarity
- Performance optimization
- Reach 50% test coverage
- Implement scaffolding:
Scaffold
,SeriesScaffold
,ParallelScaffold
- Provide documentation on scaffolding
- More examples
- More advanced scaffolding concepts:
ReducerLayer
- Support for distributed computing (see
@yagura/hokura
) - Refactor error handling (
ErrorHandlingService
) - Reach 90% test coverage
- Live metrics output
- Kubernetes liveliness/readiness probing support
- Memory usage optimization
- Reach 99% test coverage
- Basic CLI tooling (TODO @marcociarrocca)
- API docs generation (
@yagura/http
)
- Prometheus metrics support (?)
- Upgrade to ES2022
- Data persistence & State restoration
- First LTS release
- (Features TBD)