All Projects → nosqlclient → Nosqlclient

nosqlclient / Nosqlclient

Licence: agpl-3.0
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Nosqlclient

Dotnetguide
🦸【C#/.NET/.NET Core学习、工作、面试指南】概述:C#/.NET/.NET Core基础知识,学习资料、文章、书籍,社区组织,工具和常见的面试题总结。以及面试时需要注意的事项和优秀简历编写技巧,希望能和大家一起成长进步👊。【让现在的自己不再迷漫✨】
Stars: ✭ 308 (-90.94%)
Mutual labels:  mongodb, nosql
awesome-blaze
🔥A curated list of awesome things related to Blaze
Stars: ✭ 29 (-99.15%)
Mutual labels:  meteor, meteorjs
fragments
Organise your bookmarks into boards
Stars: ✭ 56 (-98.35%)
Mutual labels:  meteor, meteorjs
Meteor-flow-router-title
Change document.title on the fly within flow-router
Stars: ✭ 23 (-99.32%)
Mutual labels:  meteor, meteorjs
Drmongo
MongoDB admin app built on MeteorJs.
Stars: ✭ 283 (-91.67%)
Mutual labels:  mongodb, meteor
flow-router
🚦 Carefully extended flow-router for Meteor
Stars: ✭ 191 (-94.38%)
Mutual labels:  meteor, meteorjs
svelte-meteor-data
Reactively track Meteor data inside Svelte components
Stars: ✭ 14 (-99.59%)
Mutual labels:  meteor, meteorjs
Meteor-logger-mongo
🍃 Meteor Logging: Store application log messages in MongoDB
Stars: ✭ 20 (-99.41%)
Mutual labels:  meteor, meteorjs
Supervizer
NodeJS Application Manager
Stars: ✭ 278 (-91.82%)
Mutual labels:  management, monitoring
Ofelia
A real-time cross-platform creative coding tool for multimedia development
Stars: ✭ 269 (-92.09%)
Mutual labels:  web-application, cross-platform
hypersubs
an upgraded version of Meteor subscribe, which helps optimize data and performance!
Stars: ✭ 13 (-99.62%)
Mutual labels:  meteor, meteorjs
Mern Social
A MERN stack based social media application [Full-Stack React Projects]
Stars: ✭ 288 (-91.53%)
Mutual labels:  web-application, mongodb
Clinic-Management-System-ASP.NET
👨‍⚕️ A fully featured Clinic Management System based on three tier architecture made using ASP.NET, C# with a well documented README.md file.
Stars: ✭ 82 (-97.59%)
Mutual labels:  web-application, database-management
meteor-react-native
Meteor client for React Native matching Meteor Spec
Stars: ✭ 43 (-98.73%)
Mutual labels:  meteor, meteorjs
maricutodb
PHP Flat File Database Manager
Stars: ✭ 23 (-99.32%)
Mutual labels:  nosql, database-management
Meteor-logger
🧾 Meteor isomorphic logger. Store application logs in File (FS), MongoDB, or print in Console
Stars: ✭ 51 (-98.5%)
Mutual labels:  meteor, meteorjs
meteor-search
🔍 SPIKE of full-text search in MongoDB using Meteor
Stars: ✭ 40 (-98.82%)
Mutual labels:  meteor, meteorjs
cas-bootadmin-overlay
CAS Spring Boot Admin Server Overlay Template
Stars: ✭ 20 (-99.41%)
Mutual labels:  management, web-application
K8s
Important production-grade Kubernetes Ops Services
Stars: ✭ 253 (-92.56%)
Mutual labels:  mongodb, monitoring
Android Nosql
Lightweight, simple structured NoSQL database for Android
Stars: ✭ 284 (-91.64%)
Mutual labels:  mongodb, nosql

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 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:4.0.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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].