Nosqlclient (Formerly Mongoclient)

跨平台、加上web的、易于使用的mongodb管理工具 —— 以前的Mongoclient。(Cross-platform, plus web, easy to use mongodb management tool - Formerly Mongoclient.)

Github stars Tracking Chart

nosqlclient(原mongoclient),MongoDB管理工具,跨平台、易于使用、MongoDB 3.4+支持和更多特性。

Nosqlclient是完全免费的,开源的,它将永远。但如果您需要内部部署,特殊功能实施或企业支持,请通过发送邮件至info@mongoclient.com与官方联系。

Nosqlclient 特性:
  • 支持LDAP,Kerberos(GSSAPI)企业认证
  • 初学者帮助查询向导
  • 主动收集读/写操作的活动图表
  • 实时监控内存和数据库统计信息
  • 智能mongodb壳自动完成
  • 支持X509认证
  • SSH隧道
  • 就地数据更新,插入
  • 将结果集导出为JSON,CSV
  • 导入mongoexport结果
  • 数据库转储/还原
  • 用户管理从直观的用户界面无需查询
  • File(GridFS)管理从一个直观的用户界面无需查询
  • 索引管理从一个直观的UI没有查询
  • 汇总管道工具,您的流水线列表之间的拖放阶段
  • 支持扩展的JSON
  • 管理存储的功能
  • 多个结果视图保持其历史和查询风格
  • 模式分析器(使用variety.js)
  • 现场自动完成查询
  • 支持SCRAM_SHA_1和MONGODB_CR认证
企业版特色:
  • 保存实时监控数据供以后使用
  • 每个事件的电子邮件通知(RAM,CPU使用率)为指定级别
  • 性能分析仪
  • 保存并与您的队友分享您的查询,只有一个链接。
  • 从直观的GUI管理副本集和分片集群
  • 保存聚合工具的查询以供日后使用
  • 数据库与数据库之间的数据比较
  • 优先支持响应时间(2个工作日)
  • 联系官方以了解更多...

Nosqlclient有桌面和Web发行版,无论你选择什么,它都将在几秒钟内准备就绪!

Nosqlclient 2.0.0以前版本以MIT许可发布,但是对于2.0.0及更高版本,它们以AGPLv3授权。

Overview

Name With Ownernosqlclient/nosqlclient
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 6)
Platform
License:GNU Affero General Public License v3.0
Release Count13
Last Release Name4.0.1 (Posted on )
First Release Name1.0.0 (Posted on )
Created At2016-02-07 14:34:53
Pushed At2023-08-15 07:45:24
Last Commit At2023-08-15 10:45:23
Stargazers Count3.5k
Watchers Count107
Fork Count364
Commits Count1.3k
Has Issues Enabled
Issues Count418
Issue Open Count18
Pull Requests Count114
Pull Requests Open Count1
Pull Requests Close Count30
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

Nosqlclient (Formerly Mongoclient), MongoDB Management Tool

Cross-platform and self hosted, easy to use, MongoDB 4.0+ support and more features!

Currently only DOCKER builds are supported, desktop distributions will be removed in the next version.

Build Status
Codacy Badge
Code Coverage
GitHub release
Github All Releases
Docker Pulls
AGPLv3 License

Nosqlclient

Chat

Join us on Slack, feel free to request to join our private #development channel if you're planning to contribute.

Demo

Try Demo Application

Documentation

All documentation can be found in https://www.nosqlclient.com/docs

Docker

docker pull mongoclient/mongoclient

To install latest stable release:

docker pull mongoclient/mongoclient:2.2.0

Then you can run it as a daemon:

docker run -d -p 3000:3000 mongoclient/mongoclient

To set an external mongodb which is required for meteor to work, you can set MONGO_URL environment variable. Otherwise nosqlclient will install mongodb to container and use it.

To persist your connections and settings simply bind /data/db directory to your local machine as below.

docker run -d -p 3000:3000 -v <your_path>:/data/db mongoclient/mongoclient

Distributions

History

Please check history file for version information.

License

Nosqlclient is licensed under MIT for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under AGPLv3.

We use JetBrains products to develop Nosqlclient !

www.jetbrains.com

To the top