Native client to a Mongo cluster or DynamoDB.
Why it matters: Mongo Aggregation Pipeline / DynamoDB partition-key gymnastics are notoriously painful. "I want SQL" is the universal first reaction. Federation with relational + REST data closes the loop.
Scope (v1): Mongo: mongodb://…/db.collection, schema inferred from sampling. Filter pushdown (translate WHERE into the Mongo query DSL). DynamoDB: a separate provider — partition+sort key are first-class, GSI/LSI awareness for index pushdown.
Effort: 3-4 days each.
Native client to a Mongo cluster or DynamoDB.
Why it matters: Mongo Aggregation Pipeline / DynamoDB partition-key gymnastics are notoriously painful. "I want SQL" is the universal first reaction. Federation with relational + REST data closes the loop.
Scope (v1): Mongo:
mongodb://…/db.collection, schema inferred from sampling. Filter pushdown (translate WHERE into the Mongo query DSL). DynamoDB: a separate provider — partition+sort key are first-class, GSI/LSI awareness for index pushdown.Effort: 3-4 days each.