Mingo

Collections

Work with MongoDB collections in Mingo — browse documents, manage indexes, export data, and perform collection operations.

When you open a collection tab, you get access to all the tools and actions you may need to perform on a collection.

Collection Tab

The interface displays the current location (Connection, Database, Collection) with navigation pills for:

  • Documents — browse and manage document contents
  • Aggregator — visual aggregation pipeline creation tool
  • Schema — document schema analysis with statistical operations
  • Indexes — index management interface
  • View — collection views manager
  • Export — multi-format document export tool
  • Import — document import from various sources
  • Actions — additional collection operations

Collection Operations

Copy Collection To

Transfer a collection to a different database or create a new collection copy using Mingo's Dump tool.

Dump Collection

Export collection data to a directory or archive file with preset Dump tool configuration.

Export Collection

Focus the Export view for document extraction in various formats.

Create View

Open a modal form for creating MongoDB views using aggregation pipelines. Use the Aggregator to build pipelines first, then create a view from the result.

Rename Collection

Change the collection's name.

Truncate Collection

Delete all documents while preserving Views and Indexes. There is no undo for this action.

Drop Collection

Remove documents, Views, and Indexes completely. There is no undo for this action.