Sharing what I’ve been building, in case it’s useful to people here. (Disclosure: I work on it.)
A bit of background: I hold all four MongoDB certifications — one of only a handful of people in Brazil to have all four — and spent years doing MongoDB operations work. NoSqlStudio came out of that.
It’s a desktop IDE that puts DataOps in the same place as the client, for MongoDB (and also Cosmos DB, DocumentDB, Redis):
- Live Migration — move data between instances with the application still online, no downtime window.
- Data Mask — replace sensitive values with fake-but-valid data while preserving referential integrity across collections.
- Copy & Compare — clone a database, or diff schemas side by side to promote changes between environments.
- Data modeling that reverse-engineers a model from real data and scores anti-patterns.
The free tier (connect / browse / monitor / model) is a real working app, not a time-limited trial. Windows, macOS, Linux. AI is bring-your-own-key.
Free download: https://nosqlstudio.com/
If you try it, I’d genuinely welcome thoughts on what’s missing for real production work.