Working with document-based data

For document-based data connectors - currently MongoDB and Amazon DynamoDB - Database View and Table View are replaced by Collection View.

"Collection" is the term that Structural uses to refer to MongoDB collections and DynamoDB tables.

Structural also allows you to run collection scans to identify the data structure.

Scan collections Collection scans identify the fields and data types in a collection.

Last updated

Was this helpful?