Download
Visual GUI for Amazon DocumentDB on AWS

A Visual GUI for Your Amazon DocumentDB Cluster

DocumentDB is fully managed on AWS and speaks the MongoDB-compatible API. VisuaLeaf connects to your cluster over TLS, from inside your VPC, and gives you one workspace to browse collections across replicas, build queries and aggregation pipelines, map your schema, and chart the results.

Free to start No credit card required Works on Windows, macOS and Linux
VisuaLeaf connected to an Amazon DocumentDB cluster over TLS, showing collections, documents, and query results side by side

The AWS Console Manages the Cluster. It Doesn't Show You the Data.

The DocumentDB console handles instances, snapshots, and scaling, but exploring the documents themselves still means a mongo shell reached through an SSH tunnel into your VPC.

Reaching the cluster is fiddly

DocumentDB runs inside a VPC with TLS on by default, so every look at the data means a bastion, an SSH tunnel, and the right CA certificate.

Aggregation pipelines grow quickly

Long pipelines are hard to read from a terminal, and it is easy to reach for a stage that the DocumentDB compatibility subset does not support.

Schemas drift across the cluster

Flexible BSON documents change shape over time, and that structure is hard to see across a primary and up to 15 read replicas.

VisuaLeaf visual workspace

Connect to your cluster or reader endpoint over the MongoDB-compatible API and turn DocumentDB into a clear workspace: visual queries, pipelines, schema diagrams, and charts, all over TLS from inside your VPC.

Everything You Need for Amazon DocumentDB, Visually

Connect to the cluster over the MongoDB-compatible API, then move from browsing documents into queries, aggregations, schema mapping, replica-aware performance checks, and charts.

Visual Query Builder

Build DocumentDB queries with filters, operators, AND/OR groups, projection, sort, and limits in a visual interface that emits MongoDB-compatible syntax the cluster accepts.

Explore feature

Aggregation Builder

Assemble pipelines stage by stage using the aggregation operators DocumentDB supports, preview results after each stage, and drop to code when you need it.

Explore feature

Schema Visualization

Sample collections across the cluster and render fields, nested objects, arrays, and relationships from flexible JSON and BSON documents as clear schema diagrams.

Explore feature

Collection Compare

Diff collections between local Mongo, a staging cluster, and your DocumentDB cluster, or across regions in a Global Cluster, to catch missing fields and structure drift fast.

Explore feature

Charts & Dashboards

Turn DocumentDB query and aggregation results into charts and dashboards in place, running against a reader endpoint so reporting never loads the primary.

Explore feature

Index & Query Insight

Inspect indexes, review query plans with explain, and see where a query needs an index so it stays fast as storage scales automatically under the cluster.

Explore feature

A Visual Workflow for Everyday DocumentDB Tasks

VisuaLeaf connects the steps that Amazon DocumentDB users usually handle separately: reach the cluster, explore, build, analyze against a replica, and visualize.

Built for Different DocumentDB Users

Whether you are shipping features on Amazon DocumentDB, running the AWS infrastructure behind it, or reporting on the data, VisuaLeaf gives you a clearer way to work with the cluster.

Application Developers

Prototype and debug queries against the MongoDB-compatible API without guessing which operators DocumentDB supports.

Cloud & DevOps Teams

Reach clusters through the VPC over TLS, browse replicas and Elastic Clusters, and compare collections across regions.

Data Analysts

Point at a reader endpoint, build aggregations and charts, and pull insights from DocumentDB without loading the writer.

Teams Migrating to DocumentDB

Compare a source MongoDB against your new cluster to see which structures and features carry over to the compatibility subset.

Comparing DocumentDB GUI Options?

Because Amazon DocumentDB exposes the MongoDB-compatible API, any tool that speaks the Mongo wire protocol can connect to your cluster. These guides help you compare the popular clients and see where VisuaLeaf fits for DocumentDB work.

VisuaLeaf vs. MongoDB Compass

See how VisuaLeaf compares with MongoDB Compass for visual queries, pipelines, and GUI workflows when the target is an Amazon DocumentDB cluster.

Read comparison

VisuaLeaf vs. Studio 3T

Compare features, pricing, and workflows with Studio 3T for document database work.

Read comparison

NoSQLBooster Alternative

Explore how VisuaLeaf compares to NoSQLBooster for shell, query, and schema exploration workflows.

Read comparison

Best Document Database GUI Tools

A roundup of the best document database GUI tools and when to use them.

Read roundup

Frequently Asked Questions

What is an Amazon DocumentDB GUI?
An Amazon DocumentDB GUI is a visual desktop client for the fully-managed AWS document database. Because DocumentDB exposes the MongoDB-compatible API, a GUI like VisuaLeaf can connect to your cluster endpoint, browse databases and collections across the primary and read replicas, inspect JSON and BSON documents, run queries, build aggregation pipelines, and map your schema without living in the mongo shell.
How does VisuaLeaf connect to an Amazon DocumentDB cluster?
DocumentDB is MongoDB API compatible, so VisuaLeaf connects over the MongoDB wire protocol using standard Mongo drivers, with TLS enabled by default. DocumentDB clusters live inside a VPC, so you point VisuaLeaf at the cluster or reader endpoint through an SSH tunnel from a bastion host or over VPC peering, add the DocumentDB CA certificate, and start exploring.
Does VisuaLeaf support every MongoDB feature on DocumentDB?
VisuaLeaf speaks the MongoDB-compatible API that Amazon DocumentDB implements, which is a compatibility subset rather than 100% of MongoDB. Queries, aggregation stages, indexes, and change streams that DocumentDB supports work in VisuaLeaf; operators or commands that DocumentDB has not implemented return the same errors they would from any Mongo client, and VisuaLeaf surfaces those clearly.
Can VisuaLeaf browse DocumentDB read replicas and instances?
Yes. A DocumentDB cluster separates storage from compute and can run up to 15 read replica instances behind a reader endpoint. You can connect VisuaLeaf to the primary for writes or to a reader endpoint to run read-heavy queries and aggregations against replicas without adding load to the writer.
Can I build Amazon DocumentDB aggregation pipelines visually?
Yes. VisuaLeaf lets you assemble DocumentDB aggregation pipelines stage by stage and preview how documents change after each stage, using only the aggregation operators DocumentDB supports. It is a fast way to prototype reporting queries against a cluster or an Elastic Cluster sharded across many nodes.
Can VisuaLeaf help me understand my DocumentDB schema?
Yes. DocumentDB stores flexible JSON and BSON documents, so fields drift over time. VisuaLeaf samples your collections and renders fields, nested objects, arrays, and relationships as schema diagrams, so you can see the real shape of data across a cluster before writing a query or adding an index.

Ready to Work Visually with Amazon DocumentDB?

Download VisuaLeaf Community Edition, connect to your cluster over TLS from inside your VPC, and explore documents, build queries and pipelines, and chart the results in one visual workspace.

Download Free Community Edition
No credit card required
VisuaLeaf charts and dashboards built from Amazon DocumentDB aggregation results