Skip to content

Every tool a MongoDB engineer reaches for.

From query and debug to migration, monitoring and AI — NoSqlStudio ships the toolbox you would otherwise stitch together by hand.

Query Studio

Query Studio

Query Studio — unified authoring

Ctrl+Alt+Q

find, Visual, SQL, Fluent and cross-database $lookup converge into one query — with EJSON and GridFS, in a single shell.

Query Studio — unified authoring

SQL → MongoDB translator

Ctrl+Shift+Q

Type SELECT and run it — emits a real aggregation pipeline.

SQL → MongoDB translator

Fluent query builder

Ctrl+Alt+F

Chain methods like a developer, or paint the filter visually. Bidirectional.

Fluent query builder

Visual filter builder

Ctrl+Alt+V

AND/OR/NOR groups, 15 operators, a smart value editor and live JSON + mongosh preview.

Visual filter builder

Cross-database $lookup joins

Relate one or many collections — composite keys, no-FK shared columns, sub-pipelines and client-side cross-database joins.

Cross-database $lookup joins

Schema-aware IntelliSense

Autocomplete that knows your collections, fields and shapes.

Schema-aware IntelliSense

EJSON converter

Paste Extended JSON and flip to shell and back — canonical/relaxed, ObjectId/ISODate/Decimal128.

EJSON converter

GridFS manager

Browse, preview and download files from any GridFS bucket.

GridFS manager

Data Modeling

Data Modeling

Data Modeling — reverse-engineer ER

Reverse-engineer an editable ER diagram, then audit (A–E health score), transform data safely and apply DDL — all in one place.

Data Modeling — reverse-engineer ER

Schema audit + health score

Deterministic anti-pattern audit with an A–E health score and non-destructive one-click fixes.

Schema audit + health score

Safe data transforms

Fix the data, not just the model — preview → dry-run → backup → apply, idempotent and background-job ready.

Safe data transforms

DDL generation + Apply to DB

Observed×Target diff, generate mongosh DDL (collections, $jsonSchema, FK indexes) and apply it to the database.

DDL generation + Apply to DB

Schema sampler + $jsonSchema generator

Ctrl+Alt+E

Sample your collection, see the shape, ship a collMod-ready validator.

Schema sampler + $jsonSchema generator

Live Monitoring

Live Monitoring

Real-time dashboard

Ctrl+Alt+B

Atlas-style monitoring with sparkline drill-down to currentOp.

Real-time dashboard

mongostat live charts

Ctrl+Alt+Shift+M

Live opcounters with per-counter sparklines and AI-assisted explain.

mongostat live charts

Mongo Top

Ctrl+Alt+Shift+T

Per-namespace time/count/latency with an op×namespace heatmap, R/W split and Index Advisor drill-down.

Mongo Top

Current Op

Ctrl+Alt+Shift+O

Live in-flight operations with explain, suggest-index, kill-op and built-in AI analysis.

Current Op

Database Profiler + Index Advisor

Ctrl+Alt+Shift+P

system.profile feed with severity, COLLSCAN flags and one-click index recommendations.

Database Profiler + Index Advisor

Replica set & sharding status

Ctrl+Alt+R

Live view of every member with health, lag and queries-per-second.

Replica set & sharding status

Change Watcher (live Change Streams)

Ctrl+Alt+W

Graphical change streams scoped to cluster/database/collection, with per-field before→after diff and alerts.

Change Watcher (live Change Streams)

Query Regressions

Ctrl+Alt+Shift+Q

Regression alerts that correlate signals from mongostat, profiler and the change watcher.

Query Regressions

Sizing Advisor

Ctrl+Alt+Shift+I

Read-only capacity & sizing assessment — health score, working-set vs RAM, index health and a cloud-tier cost forecast, exportable as a report.

Sizing Advisor

DataOps — Schema & Data

DataOps — Schema & Data

Copy Database

Ctrl+Alt+P

Instance/database/collection-scoped copy across servers with live progress (CDC-aware).

Copy Database

Compare Databases

Ctrl+Alt+Shift+C

Structural + data diff with canonical EJSON export and per-collection drill-down.

Compare Databases

Data Mask (LGPD)

Ctrl+Alt+K

Deterministic PII masking with a scanner + classifier (email/phone/CPF) and an LGPD audit trail.

Data Mask (LGPD)

Live Migration

Ctrl+Alt+Y

Online migration (e.g. from Cosmos) with an assess → bulk → CDC sync → cutover flow.

Live Migration

Import from MySQL / PostgreSQL / MSSQL

Wizard pulls tables in batches and lands them in MongoDB collections.

Redis — Cloud + on-prem

Redis — Cloud + on-prem

Redis Keyspace browser

Connect over redis:// and browse/edit the keyspace — SCAN, typed viewers/editors (string/hash/list/set/zset/stream/JSON), TTL, memory per key and a RESP console.

Redis Keyspace browser

Redis Real-Time

Live INFO dashboard — ops/sec, hit-rate, memory & fragmentation, clients, network, replication and persistence.

Redis Real-Time

Redis Slowlog & Latency

SLOWLOG, LATENCY DOCTOR and CLIENT LIST — slow commands, per-event latency spikes and connections you can kill/filter.

Redis Slowlog & Latency

Redis Maintenance & Ops

CONFIG GET/SET + REWRITE, memory/big-keys + MEMORY DOCTOR, persistence (BGSAVE/BGREWRITEAOF) and ACL.

Redis Maintenance & Ops

Redis DBA · RCA

The DBA's hero: a one-click health sweep that points to the root cause (memory/latency/persistence/cluster/replication) over a live timeline — ranked findings with evidence, actions and optional AI.

Redis DBA · RCA

Redis Pub/Sub

Live tail of channels and patterns (SUBSCRIBE/PSUBSCRIBE) with an embedded publisher to test.

Redis Pub/Sub

Redis Cloud & Enterprise

Control-plane over REST — discover subscriptions × databases, Active-Active and modules, and generate a redis:// string in one click.

Redis Cloud & Enterprise

Platform & Security

Platform & Security

AI assistant (BYO key)

Ctrl+Alt+I

NL → mongosh, explain query, suggest an index. Bring your own LLM provider(s).

AI assistant (BYO key)

V8 script debugger

Ctrl+Alt+D

Breakpoints, step over/into/out, watch and scope chain via V8 inspector.

Task scheduler

Ctrl+Alt+S

Cron-style runner for saved scripts with browser notifications.

Task scheduler

Hardened connection options

SRV, X.509, AWS IAM, Kerberos, OIDC, SSH tunnel and read-only locks per connection.

Kerberos, LDAP & OIDC authentication

Enterprise SSO for MongoDB Enterprise / Atlas — Kerberos (GSSAPI), LDAP and OpenID Connect (OIDC), all working today.