-
Notifications
You must be signed in to change notification settings - Fork 9
Upcoming Topics
Jamie Isaacs edited this page Apr 4, 2022
·
21 revisions
- General CQRS/ES/RangeDB Q&A
- Optimize Merge Record Iterators In Order with a min-heap
- Switch from WebSockets to Server-Sent Events (SSE) in the UI
- Add example backend application: https://gothinkster.github.io/realworld/docs/intro
- Discuss and/or redesign CQRS/BDD package
- Identify opportunities to add generics from Go 1.18
- Getting Started Guide for RangeDB
- Beginner topics
- aggregates, commands, events
- in-memory projection
- Intermediate topics
- BDD testing
- projections and read models (in-memory, key/value, RDBMS)
- aggragetes with internal projections
- Advanced topics
- GDPR/CCPA (crypto shredding, delete stream)
- projection snapshots
- Beginner topics
- Switch from travis.ci to github actions
- Add support for Axon Server
- Work on EventStoreDB impl
- Add EventStoreDB Docker container support in
.travis.ymlgithub actions - Use gRPC client directly
- Find a better way to manage GlobalSequenceNumber and StreamSequenceNumber
- Use commit position for GlobalSequenceNumber
- Monotonically verify GlobalSequenceNumber in tests
- This will be a problem: https://discuss.eventstore.com/t/commit-prepare-position-in-all-stream/352
- Add EventStoreDB Docker container support in
- v1 Release timeline?
- Forgettable Payloads