README.md 2.9 KB
Newer Older
R
rsercano 已提交
1
## Nosqlclient (Formerly Mongoclient), MongoDB Management Tool
2

S
Sercan Özdemir 已提交
3
Cross-platform and self hosted, easy to use, MongoDB 4.0+ support and more features! 
S
Sercan Özdemir 已提交
4

S
Sercan Özdemir 已提交
5
[![Build Status](https://travis-ci.org/nosqlclient/nosqlclient.svg?branch=master)](https://travis-ci.org/nosqlclient/nosqlclient)
6
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6a75fc4e1d3f480f811b5339202400b5)](https://www.codacy.com/app/ozdemirsercan27/mongoclient?utm_source=github.com&utm_medium=referral&utm_content=mongoclient/mongoclient&utm_campaign=Badge_Grade)
R
rsercano 已提交
7 8
[![GitHub release](https://img.shields.io/github/release/nosqlclient/nosqlclient.svg)](https://github.com/nosqlclient/nosqlclient)
[![Github All Releases](https://img.shields.io/github/downloads/nosqlclient/nosqlclient/total.svg)](https://github.com/nosqlclient/nosqlclient)
S
Sercan Özdemir 已提交
9
[![Docker Pulls](https://img.shields.io/docker/pulls/mongoclient/mongoclient.svg)](https://hub.docker.com/r/mongoclient/mongoclient/)
R
rsercano 已提交
10
[![AGPLv3 License](https://img.shields.io/github/license/nosqlclient/nosqlclient.svg)](https://github.com/nosqlclient/nosqlclient/blob/master/LICENSE)
S
Sercan Özdemir 已提交
11

R
rsercano 已提交
12
![Nosqlclient](https://www.nosqlclient.com/img/logo/mongoclient_logo_black_half_size.png)
R
readme  
rsercano 已提交
13

S
Sercan Özdemir 已提交
14 15 16
## Name Change
[Read more about name change](https://medium.com/mongoclient/time-to-change-again-8db4dd56b171)

R
readme  
rsercano 已提交
17
## Demo
S
Sercan Özdemir 已提交
18
[Try Demo Application](https://www.nosqlclient.com/demo/)
S
Sercan Özdemir 已提交
19

S
Sercan Özdemir 已提交
20
## Documentation
R
rsercano 已提交
21
All documentation can be found in https://www.nosqlclient.com/docs
S
Sercan Özdemir 已提交
22

S
Sercan Özdemir 已提交
23 24 25 26
## Docker

```docker pull mongoclient/mongoclient```

S
Sercan Özdemir 已提交
27
To install latest stable release:
S
Sercan Özdemir 已提交
28

S
Sercan Özdemir 已提交
29
```docker pull mongoclient/mongoclient:2.2.0```
S
Sercan Özdemir 已提交
30

S
typo  
Sercan 已提交
31
Then you can run it as a daemon:
S
Sercan Özdemir 已提交
32 33 34

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

R
rsercano 已提交
35
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.
S
Sercan Özdemir 已提交
36

S
Sercan Özdemir 已提交
37 38
To persist your connections and settings simply bind ```/data/db``` directory to your local machine as below.

S
Sercan Özdemir 已提交
39
```docker run -d -p 3000:3000 -v <your_path>:/data/db mongoclient/mongoclient```
S
Sercan Özdemir 已提交
40

Y
Yacloud Co.,Ltd 已提交
41

R
readme  
rsercano 已提交
42
## Distributions
Y
Yacloud Co.,Ltd 已提交
43

S
Sercan Özdemir 已提交
44 45 46
* [Linux x64](https://github.com/nosqlclient/nosqlclient/releases/download/2.2.0/linux-portable-x64.zip)
* [Windows x64](https://github.com/nosqlclient/nosqlclient/releases/download/2.2.0/windows-portable-x64.zip)
* [OSx](https://github.com/nosqlclient/nosqlclient/releases/download/2.2.0/osx-portable.zip)
R
rsercano 已提交
47
* [More](https://nosqlclient.com/docs/start.html)
Y
Yacloud Co.,Ltd 已提交
48 49


R
rsercano 已提交
50
## History
R
rsercano 已提交
51
Please check [history](https://github.com/nosqlclient/nosqlclient/blob/master/HISTORY.MD) file for version information.
S
Sercan Özdemir 已提交
52

S
Sercan Özdemir 已提交
53

S
Sercan Özdemir 已提交
54
## License
R
rsercano 已提交
55
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).
S
Sercan Özdemir 已提交
56

S
Sercan Özdemir 已提交
57
### We use JetBrains products to develop Nosqlclient !
S
Sercan Özdemir 已提交
58
[![www.jetbrains.com](https://github.com/nosqlclient/nosqlclient/blob/master/public/jetbrains.svg)](http://www.jetbrains.com)