diff --git a/docs/backlog.md b/docs/backlog.md new file mode 100644 index 0000000..4ebf7c0 --- /dev/null +++ b/docs/backlog.md @@ -0,0 +1,14 @@ +# Backlog + +## Iteration +1 +- [x] Add Kotori decoders +- [x] Add DynamoDB and MongoDB CDC translators +- [x] Resolve dependencies: `bson` vs. `pymongo`? +- [ ] Documentation +- [x] Release v0.0.2 + +## Iteration +2 +- [ ] Performance: Batching! +- [ ] MongoDB: Implement stream resumption using `start_after` +- [ ] Feature: Filter by events, e.g. Ignore "delete" events? +- [ ] Integration Testing the "example" programs?