Download NoSQLBooster for MongoDB 6
Author: s | 2025-04-24
Download NoSQLBooster for MongoDB v () for Win macOS Linux License Key. What is NoSQLBooster for MongoDB? The NoSQLBooster for the MongoDB is
NosqlBooster - NoSQLBooster for MongoDB 8.0 Released!
Today, we are incredibly pleased to announce the release of NoSQLBooster 6.0. It brings many new features to improve the productivity of MongoDB'ers, tasks and task scheduler, command-line interface, Golang, PHP and Ruby added to query code, ESNext features optional chaining and nullish coalescing, mark types with colors, greatly improved table view, one-click projection, add date time to export file path, favorites feature and more. If you want to try NoSQLBooster 6.0 out now, you can get it from the following link.NoSQLBooster 6.0 Download LinkThe product will automatically enter the 30-day trial mode after a successful installation. At the end of the 30-day trial period, the product becomes a free edition. The free version is free for personal/commercial use but with limited functions.The following figure shows the main interface of version 6.0. Let's dive in and get an overview of what's coming in NoSQLBooster 6.0!Although we are showing screenshots of NoSQLBooster for Windows, all these new features are available for Mac OS X and Linux as well.What's new?Tasks and task schedulerNoSQLBooster command-line interface (nbcli)ESNext features, optional chaining, and nullish coalescingOptional chainingNullish coalescingGolang, PHP and Ruby added to query code converterEnhanced data viewMark types with colorsGreatly improved table viewTable-View | In-place editTable-View | Column chooserTable-View | Column-moving and freeze columnsOne-click projection and One-click sortingTooltip ImprovementsFavorites FeatureSQL query improvementsOther Notable ImprovementsAdd date time to export file pathExport non-cursor objectsSave/Restore Workspace ImprovementsNew AggregationCursor.pushStage methodMinor improvements and bugfixPatch ReleasesVersion 6.0.1-6.0.2BugfixVersion 6.0.3BugfixVersion 6.0.4BugfixVersion 6.0.5Tasks and task schedulerNoSQLBooster tasks allow you to define, save, and perform different tasks, including query scripts, imports, exports, data migration, and backup and restoration. Task Scheduler lets you define tasks that execute on a one-time basis or a recurring schedule that you specify. It supports tasks that perform daily, weekly, or monthly, and you can choose the day(s) of the week or month when you want each task to execute.NoSQLBooster does not need to run at the scheduled time to run any scheduled tasks. In windows systems, NoSQLBooster uses the Windows Task Scheduler to perform routine tasks automatically. While in MacOS and ubuntu, cron is used to manage and execute scheduled tasks. NoSQLBooster supports the following types of tasks.Run MongoDB Script File (As NoSQLBooster allows you to use 3rd party node modules, the functionality of this script is extensible and flexible)Import from JSON and BSON files...Import Tables from MySQL, PostgreSQL, and MSSQL...Restore MongoDB Databases (mongorestore)Export Collection/Query to JSON, BSON, CSV|TSV and SQLExport Database to JSON, BSON, CSV|TSV, and SQLBackup MongoDB Databases (mongodump)The task view allows you to view all scheduled tasks at a glance easily. For Windows User, You can find the tasks generated by NoSQLBooster in the URI "Task Scheduler(local)\Task Scheduler Library\NoSQLBooster\MongoDB". NoSQLBooster command-line interface (nbcli)This nbcli is a simple command-line interface for NoSQLBooster. It allows you to run javascript or SQL query statement, javascript file, and NoSQLBooster tasks in terminal or integrate NoSQLBooster into your continuous development. This nbcli supports all NoSQLBooster shell extensions, SQL Query, fluent Query API, 3rd party library (lodash, momentjs ...) and Node.js modules installed Download NoSQLBooster for MongoDB v () for Win macOS Linux License Key. What is NoSQLBooster for MongoDB? The NoSQLBooster for the MongoDB is How to use NoSQLBooster for MongoDB? To use NoSQLBooster for MongoDB, follow these basic steps: 1. Download and Install: Visit the NoSQLBooster website and To view JSON array and objects, multiple lines of text, URL pages, pictures, and geographic location information. Favorites FeatureThe favorites feature is used to tag database objects and bookmark scripts, providing you with one-click access. Favorites can be accessed through the favorites item in the main menu.To add a database object to the favorites, select the item in the Databases object tree, click Menu->Favorites, or use the "Add to Favorites" right-click menu operation for the database object. To add a query script to the favorites, please double-click to open this script from the "My Queries" tree, then click Menu->Favorites to bookmark query script or use the "Add to Favorites" right-click menu operation for the query script from the "My Queries" tree SQL query improvementsIn this version, we removed the restrictions on SQL JOIN and subquery statements in the free version and added a dozen SQL snippets. For example, SQL-like, SQL-GroupBy, SQL-DateRange, SQL-Between, etc. Other Notable ImprovementsAdd date time to export file pathWhen exporting MongoDB collection or backing up the database regularly, you may want to add the DateTime to the export file path (e.g.,/exports/backup_yyyy_mm_dd.csv) ). The DateTime variable (e.g., %%YYYY_MM_DD%%%) has been added to NoSQLBooster 6, so you can easily append DateTime to the export path. NoSQLBooster uses moment.js to format date and time. For more formatting, see the moment.js website. Export non-cursor objectsNoSQLBooster V6 allows you to export non-cursor data, includes normal javascript arrays or objects. e.g: db.xxx.find().toArray() or db.xxx.findOne(). Save/Restore Workspace ImprovementsIn previous versions, only one connection and one tab could be restored. There is no such restriction in V6. NoSQLBooster V6 can ultimately save and restore the working space, including all connections and tabs.New AggregationCursor.pushStage methodNoSQLBooster supports mongoose-like fluent query builder API that enables you to build up a query using chaining syntax. All aggregation stage operators in the current version of MongoDB (4.2) have corresponding chainable methods. Considering that MongoDB continues to add aggregation stage operators, we have added this "pushStage" method in this release to be compatible with the possible future stage operators.db.movieDetails.aggregate() .match({type:"movie"}) .pushStage({$limit:5}) //pushStage() method appends the given stage in the last of the pipelines//equal to db.movieDetails.aggregate() .match({type:"movie"}) .limit(5)//or, the equivalent MongoDB JSON-like Query db.movieDetails.aggregate([ { $match: {type:"movie"}}, {$limit: 5}])Minor improvements and bugfixUpgrade MongoDB Node.js driver to 3.5Upgrade major dependencies electron to 7.x, Chrome v78, Node v12.8, and V8 v7.8Support Ed25519 keys for SSH tunnels authenticationSupport MySQL 8 default authentication (caching_sha2_password)In the tree/table view, press "CMD+PageDown" to go to the next page and "CMD+PageUp" to go to the previous pageAdd "Tools" item to the main menu which is quickly linked to a bunch of built-in toolsPatch ReleasesVersion 6.0.1-6.0.2BugfixAdded, an option to adjust the maximum number of sub-columns allowed by the column group in the table view, and when the subfield exceeds the threshold, it will be displayed as a normal object field. Menu Options-> Output Panel -> Table View: Max Column Len of the Column Group.Improved, prompts the user to save unsaved tab contents when closing the tab. Menu Options ->Warning Message ->Comments
Today, we are incredibly pleased to announce the release of NoSQLBooster 6.0. It brings many new features to improve the productivity of MongoDB'ers, tasks and task scheduler, command-line interface, Golang, PHP and Ruby added to query code, ESNext features optional chaining and nullish coalescing, mark types with colors, greatly improved table view, one-click projection, add date time to export file path, favorites feature and more. If you want to try NoSQLBooster 6.0 out now, you can get it from the following link.NoSQLBooster 6.0 Download LinkThe product will automatically enter the 30-day trial mode after a successful installation. At the end of the 30-day trial period, the product becomes a free edition. The free version is free for personal/commercial use but with limited functions.The following figure shows the main interface of version 6.0. Let's dive in and get an overview of what's coming in NoSQLBooster 6.0!Although we are showing screenshots of NoSQLBooster for Windows, all these new features are available for Mac OS X and Linux as well.What's new?Tasks and task schedulerNoSQLBooster command-line interface (nbcli)ESNext features, optional chaining, and nullish coalescingOptional chainingNullish coalescingGolang, PHP and Ruby added to query code converterEnhanced data viewMark types with colorsGreatly improved table viewTable-View | In-place editTable-View | Column chooserTable-View | Column-moving and freeze columnsOne-click projection and One-click sortingTooltip ImprovementsFavorites FeatureSQL query improvementsOther Notable ImprovementsAdd date time to export file pathExport non-cursor objectsSave/Restore Workspace ImprovementsNew AggregationCursor.pushStage methodMinor improvements and bugfixPatch ReleasesVersion 6.0.1-6.0.2BugfixVersion 6.0.3BugfixVersion 6.0.4BugfixVersion 6.0.5Tasks and task schedulerNoSQLBooster tasks allow you to define, save, and perform different tasks, including query scripts, imports, exports, data migration, and backup and restoration. Task Scheduler lets you define tasks that execute on a one-time basis or a recurring schedule that you specify. It supports tasks that perform daily, weekly, or monthly, and you can choose the day(s) of the week or month when you want each task to execute.NoSQLBooster does not need to run at the scheduled time to run any scheduled tasks. In windows systems, NoSQLBooster uses the Windows Task Scheduler to perform routine tasks automatically. While in MacOS and ubuntu, cron is used to manage and execute scheduled tasks. NoSQLBooster supports the following types of tasks.Run MongoDB Script File (As NoSQLBooster allows you to use 3rd party node modules, the functionality of this script is extensible and flexible)Import from JSON and BSON files...Import Tables from MySQL, PostgreSQL, and MSSQL...Restore MongoDB Databases (mongorestore)Export Collection/Query to JSON, BSON, CSV|TSV and SQLExport Database to JSON, BSON, CSV|TSV, and SQLBackup MongoDB Databases (mongodump)The task view allows you to view all scheduled tasks at a glance easily. For Windows User, You can find the tasks generated by NoSQLBooster in the URI "Task Scheduler(local)\Task Scheduler Library\NoSQLBooster\MongoDB". NoSQLBooster command-line interface (nbcli)This nbcli is a simple command-line interface for NoSQLBooster. It allows you to run javascript or SQL query statement, javascript file, and NoSQLBooster tasks in terminal or integrate NoSQLBooster into your continuous development. This nbcli supports all NoSQLBooster shell extensions, SQL Query, fluent Query API, 3rd party library (lodash, momentjs ...) and Node.js modules installed
2025-03-31To view JSON array and objects, multiple lines of text, URL pages, pictures, and geographic location information. Favorites FeatureThe favorites feature is used to tag database objects and bookmark scripts, providing you with one-click access. Favorites can be accessed through the favorites item in the main menu.To add a database object to the favorites, select the item in the Databases object tree, click Menu->Favorites, or use the "Add to Favorites" right-click menu operation for the database object. To add a query script to the favorites, please double-click to open this script from the "My Queries" tree, then click Menu->Favorites to bookmark query script or use the "Add to Favorites" right-click menu operation for the query script from the "My Queries" tree SQL query improvementsIn this version, we removed the restrictions on SQL JOIN and subquery statements in the free version and added a dozen SQL snippets. For example, SQL-like, SQL-GroupBy, SQL-DateRange, SQL-Between, etc. Other Notable ImprovementsAdd date time to export file pathWhen exporting MongoDB collection or backing up the database regularly, you may want to add the DateTime to the export file path (e.g.,/exports/backup_yyyy_mm_dd.csv) ). The DateTime variable (e.g., %%YYYY_MM_DD%%%) has been added to NoSQLBooster 6, so you can easily append DateTime to the export path. NoSQLBooster uses moment.js to format date and time. For more formatting, see the moment.js website. Export non-cursor objectsNoSQLBooster V6 allows you to export non-cursor data, includes normal javascript arrays or objects. e.g: db.xxx.find().toArray() or db.xxx.findOne(). Save/Restore Workspace ImprovementsIn previous versions, only one connection and one tab could be restored. There is no such restriction in V6. NoSQLBooster V6 can ultimately save and restore the working space, including all connections and tabs.New AggregationCursor.pushStage methodNoSQLBooster supports mongoose-like fluent query builder API that enables you to build up a query using chaining syntax. All aggregation stage operators in the current version of MongoDB (4.2) have corresponding chainable methods. Considering that MongoDB continues to add aggregation stage operators, we have added this "pushStage" method in this release to be compatible with the possible future stage operators.db.movieDetails.aggregate() .match({type:"movie"}) .pushStage({$limit:5}) //pushStage() method appends the given stage in the last of the pipelines//equal to db.movieDetails.aggregate() .match({type:"movie"}) .limit(5)//or, the equivalent MongoDB JSON-like Query db.movieDetails.aggregate([ { $match: {type:"movie"}}, {$limit: 5}])Minor improvements and bugfixUpgrade MongoDB Node.js driver to 3.5Upgrade major dependencies electron to 7.x, Chrome v78, Node v12.8, and V8 v7.8Support Ed25519 keys for SSH tunnels authenticationSupport MySQL 8 default authentication (caching_sha2_password)In the tree/table view, press "CMD+PageDown" to go to the next page and "CMD+PageUp" to go to the previous pageAdd "Tools" item to the main menu which is quickly linked to a bunch of built-in toolsPatch ReleasesVersion 6.0.1-6.0.2BugfixAdded, an option to adjust the maximum number of sub-columns allowed by the column group in the table view, and when the subfield exceeds the threshold, it will be displayed as a normal object field. Menu Options-> Output Panel -> Table View: Max Column Len of the Column Group.Improved, prompts the user to save unsaved tab contents when closing the tab. Menu Options ->Warning Message ->
2025-04-23Download MongoDB 8.0.5 Date released: 22 Feb 2025 (one month ago) Download MongoDB 8.0.4 Date released: 07 Dec 2024 (4 months ago) Download MongoDB 8.0.1 Date released: 10 Oct 2024 (6 months ago) Download MongoDB 8.0.0 Date released: 23 Sep 2024 (6 months ago) Download MongoDB 7.0.14 Date released: 13 Sep 2024 (6 months ago) Download MongoDB 6.0.17 Date released: 09 Sep 2024 (7 months ago) Download MongoDB 6.0.4 Date released: 26 Jan 2023 (2 years ago) Download MongoDB 5.0.15 Date released: 26 Jan 2023 (2 years ago) Download MongoDB 5.0.5 Date released: 25 Jan 2022 (3 years ago) Download MongoDB 5.0.2 Date released: 10 Sep 2021 (4 years ago) Download MongoDB 5.0.1 Date released: 23 Jul 2021 (4 years ago) Download MongoDB 4.4.19 Date released: 31 Jan 2023 (2 years ago) Download MongoDB 4.4.7 Date released: 22 Jul 2021 (4 years ago) Download MongoDB 4.4.6 Date released: 03 Jun 2021 (4 years ago) Download MongoDB 4.4.5 Date released: 09 Apr 2021 (4 years ago) Download MongoDB 4.4.2 Date released: 18 Nov 2020 (4 years ago) Download MongoDB 4.2.13 Date released: 09 Apr 2021 (4 years ago) Download MongoDB 4.2.11 Date released: 18 Nov 2020 (4 years ago) Download MongoDB 4.2.7 Date released: 26 May 2020 (5 years ago) Download MongoDB 4.2.5 Date released: 26 Mar 2020 (5 years ago)
2025-03-26Under user data directory (Menu-> Help-> Open User Data directory)To start nbcli, click "Menu -> Tools -> Open NoSQLBooster Command Line ...", you can use "Menu -> Options -> Add Command Line to path..." to add nbcli to user's PATH.To be clear, nbcli is not a REPL (Read Evaluate Print Loop) tool.Read More About It ESNext features, optional chaining, and nullish coalescingNoSQLBooster embraces the new features of ESNext. Version 6.0 adds two new features, optional chaining and nullish coalescing, which are very handy.Optional chainingThe optional chaining (?.) lets us write code where we can immediately stop running some expressions if we run into a null or undefined. You might find yourself using ?. to replace a lot of code that performs repetitive nullish checks using the && operator.// Beforeif (foo && foo.bar && foo.bar.baz) { // ...}// After-ishif (foo?.bar?.baz) { // ...}Nullish coalescingThe nullish coalescing operator (??) is a logical operator that returns its right-hand side operand when its left-hand side operand is null or undefined and otherwise returns its left-hand side operand.The ?? operator can replace uses of || when trying to use a default value. const foo = null ?? 'default string';console.log(foo);// expected output: "default string"const baz = 0 ?? 42;console.log(baz);// expected output: 0Golang, PHP and Ruby added to query code converterThe MongoDB query converter now supports Golang, PHP, and Ruby in addition to Node.js, Java, Python, C #, and mongo shell languages. Enhanced data viewMark types with colorsGive different colors to different types, making the data easier to identify and view. If this looks a little too flashy, you can use the option "Menu -> Options -> Output Panel -> Mark Types with Colors" to turn it off. Greatly improved table viewTable-View | In-place editIn addition to the tree open view, you can now double-click to open the edit-in-place text control to edit and submit content in the table view. Table-View | Column chooserThe newly designed column chooser can easily select fields or embedded fields. You can also see that more functions have been added in the header context menu of the table. After selecting the fields, you can also use the right-click menu to save the query results view as a MongoDB read-only view (Include Visible Columns or Exclude Hidden Columns) Table-View | Column-moving and freeze columnsTo move a column, just drag the column's header to the desired position. You can also drag the column to the frozen zone to freeze some fields so that they do not scroll out of view. The _ id field is located in the frozen zone by default. One-click projection and One-click sortingIn addition to one-click filtering and one-click grouping, one-click projection and one-click sorting have been added in version 6. One-click projection allows you to easily select several fields in the results view and form a new query. One-click sorting can re-sort the chosen fields in ascending and descending order. All one-click features support embedded fields. Tooltip ImprovementsInformative tooltips are getting better now. You can press the "p" key
2025-04-02Thanks for downloading Studio 3T 2023.6.0 Download of Studio 3T 2023.6.0 will start in 5 seconds... Problems with the download? Please restart the download. Studio 3T 2023.6.0 File Name: Studio-3T-aarch-64.dmg File Size: 255.8 MB Date Added: September 6, 2023 PriceFree Version2023.6.0 Release DateSeptember 6, 2023 Publisher3T Software Labs - Publisher's DescriptionUsed by most MongoDB professionals, Studio 3T makes working with MongoDB easy with features like Visual Query Builder, IntelliShell, SQL Query, Aggregation Editor and much more.Studio 3T as a MongoDB clientA client is a software program or application that allows you to connect to a server. Go wild with Studio 3T’s Connection Manager and connect to as many MongoDB servers as you need.Studio 3T as a MongoDB GUIA Graphical User Interface (GUI) does exactly as it says. It provides a user interface with graphical menus, icons, dialogs, wizards, and other visual elements. The alternative to using a MongoDB GUI would be to use the mongo shell, though Studio 3T still has IntelliShell – an easy-to-navigate, built-in version – for when you need one.Studio 3T as a MongoDB IDEAn Integrated Development Environment (IDE) consolidates the many aspects of application and database development into one fully-featured “studio” environment. Studio 3T does exactly that by providing a GUI that has editors with auto-completion and syntax highlighting, built-in JSON validation, automatic query code generation in seven languages, and many other features that help you work faster and save time.
2025-04-01A Step by Step MongoDB Installation on Windows:In this informative MongoDB Training Series, we discussed in detail about the Introduction to MongoDB, its common whereabouts and its history too in our previous tutorial.In this tutorial, we will see the installation and configuration setup of MongoDB, how it does and how a beginner with no background knowledge could install it easily without getting help from anyone.Table of Contents:Pre-Requisite Information On WindowsMongoDB Download On WindowsInstallation Guide On WindowsConfiguration Through Mongo ShellConfiguration Through Robomongo i.e. Robo 3tConclusionWas this helpful?Recommended ReadingPre-Requisite Information On WindowsThe users of Windows must know that their windows desktop has got one of the two versions i.e. 32-bit & 64-bit.This information could be found out in the properties of one’s “My Computer” or “This PC” on their device i.e. either their windows is 32-bit or 64-bit.Further reading =>> Is My Windows 32 bit Or 64 bitMeanwhile, in order to check the windows version, one can also use command prompt in the way as narrated in the snippet below:The command is C:\>wmic os get osarchitectureFigure 1: Command To Know Windows VersionAfter finding this out, the 32-bit windows users would follow the guide to install the version of MongoDB which supports 32-bit and vice versa. MongoDB is available in both the versions which support their respective 32-bit & 64-bit windows.For instance, 32-bit windows users have got the advantage of having qualitative development and testing environments.Meanwhile, if one must get into production environments, then they must have to adopt 64-bit windows, because in this case, using 32-bit would limit the data usage which would be stored in MongoDB. Therefore, the 32-bit windows version supports the MongoDB version which has the database size lesser than 2 GigaBytes.MongoDB Download On WindowsClick on the following link to Download MongoDB On WindowsFigure 2: To Get the Download File of MongoDB from WebsiteORClick on any one of the following links which suit your Windows Version.Windows [64-bit]Windows [32-bit]Installation Guide On WindowsFollow the below steps to install the proposed file:Step 1: Open the file. We have installed for 64-bit version with the name as “MongoDB-win32-x86_64-2008plus-ssl-v3.4-latest-signed”. It is saved in the Local Disk C:/, click on the file where you’ve saved it to start the wizard.Figure 3Step 2: Click “Next“.Figure 4Step 3: Tick the check box next to ‘I accept the terms in the License Agreement’ and again click on “Next“.Figure 5Step 4: Click “Complete” to install all the features of MongoDB. As for “Custom”, this option would be used to install only the specific components of MongoDB and also if a user wants to change the location of where the installation must be done.Figure 6Step 5: Click “Install” to begin the installation drive.Figure 7Figure 8Step 6: After the installation has
2025-04-15