-
Notifications
You must be signed in to change notification settings - Fork 9
Upcoming Topics
Jamie Isaacs edited this page Sep 18, 2021
·
21 revisions
- General CQRS/ES/RangeDB Q&A
- Work on EventStoreDB impl
- Add EventStoreDB Docker container support in .travis.yml
- Use gRPC client directly
- Find a better way to manage GlobalSequenceNumber and StreamSequenceNumber
- Monotonically verify GlobalSequenceNumber in tests
- This will be a problem: https://discuss.eventstore.com/t/commit-prepare-position-in-all-stream/352
- Discuss and/or redesign CQRS/BDD package
- Add example application: slashdotdash/conduit blogging impl
- 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
- v1 Release timeline?
- Forgettable Payloads