-
Notifications
You must be signed in to change notification settings - Fork 9
Upcoming Topics
Jamie Isaacs edited this page Jul 21, 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
- Identify opportunities to add generics from Go 1.18
- Improve code coverage
- Add example backend application
- Discuss and/or redesign CQRS/BDD package
- 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 new backends
- Axon Server
- Redis
- DynamoDB
- Custom
- 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