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+Qfind, Visual, SQL, Fluent and cross-database $lookup converge into one query — with EJSON and GridFS, in a single shell.
Query Studio — unified authoringSQL → MongoDB translator
Ctrl+Shift+QType SELECT and run it — emits a real aggregation pipeline.
SQL → MongoDB translatorFluent query builder
Ctrl+Alt+FChain methods like a developer, or paint the filter visually. Bidirectional.
Fluent query builderVisual filter builder
Ctrl+Alt+VAND/OR/NOR groups, 15 operators, a smart value editor and live JSON + mongosh preview.
Visual filter builderCross-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 joinsSchema-aware IntelliSense
Autocomplete that knows your collections, fields and shapes.
Schema-aware IntelliSenseEJSON converter
Paste Extended JSON and flip to shell and back — canonical/relaxed, ObjectId/ISODate/Decimal128.
EJSON converterData 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 ERSchema audit + health score
Deterministic anti-pattern audit with an A–E health score and non-destructive one-click fixes.
Schema audit + health scoreSafe data transforms
Fix the data, not just the model — preview → dry-run → backup → apply, idempotent and background-job ready.
Safe data transformsDDL generation + Apply to DB
Observed×Target diff, generate mongosh DDL (collections, $jsonSchema, FK indexes) and apply it to the database.
DDL generation + Apply to DBSchema sampler + $jsonSchema generator
Ctrl+Alt+ESample your collection, see the shape, ship a collMod-ready validator.
Schema sampler + $jsonSchema generatorLive Monitoring
Live Monitoring
Real-time dashboard
Ctrl+Alt+BAtlas-style monitoring with sparkline drill-down to currentOp.
Real-time dashboardmongostat live charts
Ctrl+Alt+Shift+MLive opcounters with per-counter sparklines and AI-assisted explain.
mongostat live chartsMongo Top
Ctrl+Alt+Shift+TPer-namespace time/count/latency with an op×namespace heatmap, R/W split and Index Advisor drill-down.
Mongo TopCurrent Op
Ctrl+Alt+Shift+OLive in-flight operations with explain, suggest-index, kill-op and built-in AI analysis.
Current OpDatabase Profiler + Index Advisor
Ctrl+Alt+Shift+Psystem.profile feed with severity, COLLSCAN flags and one-click index recommendations.
Database Profiler + Index AdvisorReplica set & sharding status
Ctrl+Alt+RLive view of every member with health, lag and queries-per-second.
Replica set & sharding statusChange Watcher (live Change Streams)
Ctrl+Alt+WGraphical 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+QRegression alerts that correlate signals from mongostat, profiler and the change watcher.
Query RegressionsSizing Advisor
Ctrl+Alt+Shift+IRead-only capacity & sizing assessment — health score, working-set vs RAM, index health and a cloud-tier cost forecast, exportable as a report.
Sizing AdvisorDataOps — Schema & Data
DataOps — Schema & Data
Copy Database
Ctrl+Alt+PInstance/database/collection-scoped copy across servers with live progress (CDC-aware).
Copy DatabaseCompare Databases
Ctrl+Alt+Shift+CStructural + data diff with canonical EJSON export and per-collection drill-down.
Compare DatabasesData Mask (LGPD)
Ctrl+Alt+KDeterministic PII masking with a scanner + classifier (email/phone/CPF) and an LGPD audit trail.
Data Mask (LGPD)Live Migration
Ctrl+Alt+YOnline migration (e.g. from Cosmos) with an assess → bulk → CDC sync → cutover flow.
Live MigrationImport 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 browserRedis Real-Time
Live INFO dashboard — ops/sec, hit-rate, memory & fragmentation, clients, network, replication and persistence.
Redis Real-TimeRedis Slowlog & Latency
SLOWLOG, LATENCY DOCTOR and CLIENT LIST — slow commands, per-event latency spikes and connections you can kill/filter.
Redis Slowlog & LatencyRedis Maintenance & Ops
CONFIG GET/SET + REWRITE, memory/big-keys + MEMORY DOCTOR, persistence (BGSAVE/BGREWRITEAOF) and ACL.
Redis Maintenance & OpsRedis 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 · RCARedis Pub/Sub
Live tail of channels and patterns (SUBSCRIBE/PSUBSCRIBE) with an embedded publisher to test.
Redis Pub/SubRedis Cloud & Enterprise
Control-plane over REST — discover subscriptions × databases, Active-Active and modules, and generate a redis:// string in one click.
Redis Cloud & EnterprisePlatform & Security
Platform & Security
AI assistant (BYO key)
Ctrl+Alt+INL → mongosh, explain query, suggest an index. Bring your own LLM provider(s).
AI assistant (BYO key)V8 script debugger
Ctrl+Alt+DBreakpoints, step over/into/out, watch and scope chain via V8 inspector.
Task scheduler
Ctrl+Alt+SCron-style runner for saved scripts with browser notifications.
Task schedulerHardened 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.