All documentation can be found in https://www.mongoclient.com/docs
All documentation can be found in https://www.nosqlclient.com/docs
## Docker
...
...
@@ -29,7 +33,7 @@ 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 mongoclient will install mongodb to container and use it.
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.
...
...
@@ -38,15 +42,15 @@ To persist your connections and settings simply bind ```/data/db``` directory to
Please check [history](https://github.com/mongoclient/mongoclient/blob/master/HISTORY.MD) file for version information.
Please check [history](https://github.com/nosqlclient/nosqlclient/blob/master/HISTORY.MD) file for version information.
## License
Mongoclient is licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html).
Nosqlclient is licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License) for prior version 2.0.0, but for 2.0.0 and higher versions are licensed under [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.html).
@@ -4,18 +4,16 @@ The roadmap is likely that priorities will change, but the list below gives an i
## Planned Features
- Adding extension framework to make implementing new features easier to mongoclient for newbies. That means there'll be an addon section on mongoclient.
- Adding extension framework to make implementing new features easier to nosqlclient for newbies. That means there'll be an addon section on mongoclient.
- Change blaze template to REACT.
- [x] Move to ES6
- [x] Move to Flow router
- [x] Move to Meteor 1.4+
- [x] Native shell
- [x] Schema Analyze
- Table View
- [x] Simple query wizard
- SQL Queries
- Improving dump/restore section to make it more usable. Currently it's experimental.
- [x] A migration tool for version transitions of mongoclient. (Import connections, dumps, settings from an older version)
- [x] Writing a brief documentation about contributing and using mongoclient and more.
- [x] Improving dump/restore section to make it more usable. Currently it's experimental.
- [x] A migration tool for version transitions of nosqlclient. (Import connections, dumps, settings from an older version)
- [x] Writing a brief documentation about contributing and using nosqlclient and more.
Apart from these, all open issues, include upcoming enhancements or bug-fixes to be implemented
text:"Mongo executable to be used on shell and schema analyzer is configurable, you can change it from <b>Settings</b>",
title:"Mongo Tools",
text:"Nosqlclient uses mongo binaries and tools for dump/restore, schema analyzer, and shell you can set the directory of binaries from <b>Settings</b>",