crate / cratedb-toolkit

CrateDB Toolkit, an SDK for CrateDB and CrateDB Cloud.
https://cratedb-toolkit.readthedocs.io/
GNU Affero General Public License v3.0
7 stars 3 forks source link

DynamoDB: General backlog #231

Open amotl opened 2 months ago

amotl commented 2 months ago

About

Coming from GH-226, GH-247, GH-252, GH-263, and others, there are a few backlog items to be resolved.

Items

General

Full Load

Change Stream

Manual Testing

Other than having solid software tests, which are included into corresponding PRs, the DynamoDB I/O subsystem must be manually tested for semantic soundness and good usability, specifically but not exclusively related to full-load -> cdc convergence.

In the best possible scenario, this would happen on real-world data instead of synthesized or other data coming from testing datasets, because those are mostly uniform and homogeneous. In this spirit, the former is crucial for discovering edge case situations, and hopefully improving them.