Skip to content

Commit

Permalink
2024 JAN
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaiziwa committed Jan 4, 2024
1 parent 4a56b04 commit e9466ee
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion docs/.vuepress/components/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default {
{
name: "Basic and Connection",//
rows: [
["Release", tp.ver("2023.9.0","2023-11-28"),tp.ver("8.1.4","2023-12-01"), tp.ver("1.40.4","2023-10-18"),tp.ver("16.3.2","2023-11-07"),tp.ver("7.2","2023-08-28")],
//studio3t compass navicat sqlmanager
["Release", tp.ver("2023.9.1","2023-12-11"),tp.ver("8.1.6","2024-01-02"), tp.ver("1.41.0","2023-12-18"),tp.ver("16.3.3","2023-12-05"),tp.ver("7.2","2023-08-28")],
[{name:"Cost",title:`- Free means that a free version with reduced features is available.\n- Price refers to the price of the most expensive full-featured version.`}, "free-$699/year", "free-$239/license", "free", "$349/license", "free-$180/license"],
["Main Interface",
tp.screen("Studio 3T", "https://studio3t.com/wp-content/uploads/2022/03/Studio_3T_Screenshot_Win_Dark.png"),
Expand Down Expand Up @@ -245,6 +246,7 @@ true, false],
["Multi-Language support", false, false, false, true, false],
["Customize keyboard shortcuts", true, false, false, false, false],
[{name:"Collaboration", title:"Store your files in cloud to start collaboration with your team members."}, {title:"[Click here to view](https://studio3t.com/team-sharing/) Studio 3T's Team Sharing features.", interactive:true}, false, false, {title:"[Click here to view](https://www.navicat.com/en/products#navicat-collaboration) Navicat's collaboration features.", interactive:true}, false],
["AI Helper", {title:"[Click here to view](https://studio3t.com/ai-helper-the-first-natural-language-query-tool-for-mongodb/) Studio 3T's AI helper feature.", interactive:true}, false, false, false, false],
[{name:"Save/restore session", title:"The session restore feature saves information about all open tabs before closing the app and automatically opens previously open tabs so that users can resume work where they left off."}, true, true, false, false, false],
["In-App tutorials", false, {title:"[Click here to view](https://nosqlbooster.com/features#LearnMongoDBwithFreeInteractiveSamples) a screenshot of an interactive sample of NoSQLBooster.", interactive:true}, false, false, false],
// [{name: "History log", title:"History logs provide a history of operations and can help diagnose errors."}, false, true, true, true, false],
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { defaultTheme } = require('@vuepress/theme-default')
module.exports = {
// base: '/mongodb-gui-tools/',
title: 'Top MongoDB GUI Tools',
description: 'Feature Comparison for top MongoDB GUIs (Dec 2023)',
description: 'Feature Comparison for top MongoDB GUIs (Jan 2024)',
pagePatterns: ['**/*.md', '!**/README.md', '!.vuepress', '!node_modules'],


Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: KuaiZiWa
description: Feature Comparison of MongoDB GUI tools
---

# Feature Comparison of MongoDB GUI tools (Dec 2023)
# Feature Comparison of MongoDB GUI tools (Jan 2024)

Here, we will continue to track and examine the following MongoDB GUI tools and compare their features. The products on the list are listed **alphabetically** as follows: [MongoDB Compass](https://www.mongodb.com/products/compass), [Navicat for MongoDB](https://navicat.com/en/products/navicat-for-mongodb), [NoSQLBooster](https://nosqlbooster.com), [NoSQLManager](https://www.mongodbmanager.com) and [Studio 3T](https://studio3t.com).

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ lang: en-US
home: false
author: KuaiZiWa
# title: Feature Comparison for top 5 MongoDB GUI Tools
description: Feature Comparison of MongoDB GUI tools (Dec 2023)
description: Feature Comparison of MongoDB GUI tools (Jan 2024)
---

# Feature Comparison of MongoDB GUI tools (Dec 2023)
# Feature Comparison of MongoDB GUI tools (Jan 2024)

Here, we will track and examine the top 5 MongoDB GUI tools and compare their features and prices. The products on the list are listed **alphabetically** as follows: [MongoDB Compass](https://www.mongodb.com/products/compass), [Navicat for MongoDB](https://navicat.com/en/products/navicat-for-mongodb), [NoSQLBooster](https://nosqlbooster.com), [NoSQLManager](https://www.mongodbmanager.com) and [Studio 3T](https://studio3t.com).

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.12",
"main": "index.js",
"scripts": {
"start":"npm run docs:dev",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
Expand Down

0 comments on commit e9466ee

Please sign in to comment.