README.md 3.8 KB
Newer Older
S
Sercan Özdemir 已提交
1
## Mongoclient, Featured MongoDB Management Tool
S
Sercan Özdemir 已提交
2
Cross-platform, MongoDB 3.2+ support and more features!
S
Sercan Özdemir 已提交
3

S
Sercan Özdemir 已提交
4
[![Join the chat at https://gitter.im/rsercano/mongoclient](https://badges.gitter.im/rsercano/mongoclient.svg)](https://gitter.im/rsercano/mongoclient?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)                     [![Build Status](https://travis-ci.org/rsercano/mongoclient.svg?branch=master)](https://travis-ci.org/rsercano/mongoclient)
S
Sercan Özdemir 已提交
5

S
Sercan Özdemir 已提交
6
[![Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=Y5VD95E96NU6S)                     [![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=mongoclient&url=https://github.com/rsercano/mongoclient&title=Mongoclient&language=Javascript&tags=github&category=software)
S
Sercan Özdemir 已提交
7

S
Sercan Özdemir 已提交
8

S
Sercan Özdemir 已提交
9 10
*Mongoclient is in need of you to buy INSPINA theme's extended licence ($1000) to live longer.*
[Thank you so much](https://github.com/rsercano/mongoclient/wiki/Donators) 
S
Sercan Özdemir 已提交
11 12

[Try Demo Application](http://www.mongoclient.com:3000)
S
Sercan Özdemir 已提交
13

S
Sercan Özdemir 已提交
14
   Database Monitoring     | Easy GridFS, Dump/Restore Management
S
Sercan Özdemir 已提交
15
-------------------------|-------------------------
S
Sercan Özdemir 已提交
16
<img src="http://mongoclient.com/img/ss/main_view.png" width="400">  | <img src="http://mongoclient.com/img/ss/file.png" width="400">
S
Sercan Özdemir 已提交
17

S
Sercan Özdemir 已提交
18
   Autocomplete     | User Management
S
Sercan Özdemir 已提交
19
-------------------------|-------------------------
S
Sercan Özdemir 已提交
20
<img src="http://mongoclient.com/img/ss/auto_complete.png" width="400">  | <img src="http://mongoclient.com/img/ss/um.png" width="400">
S
Sercan Özdemir 已提交
21

S
Sercan Özdemir 已提交
22
<img src="http://www.mongoclient.com/img/logo/head_only_medium.png" align="left" hspace="10" vspace="6">
S
Sercan Özdemir 已提交
23

S
Sercan Özdemir 已提交
24
## Download
S
Sercan Özdemir 已提交
25
Version 1.3.0 has been released ! Please check [FAQ](https://github.com/rsercano/mongoclient/wiki/Frequently-Asked-Questions#6-frequently-asked-questions) before asking anything, other than that you can raise an issue for any feature request or bug.
S
Sercan Özdemir 已提交
26 27 28

### Distributions

S
Sercan Özdemir 已提交
29 30 31
* [Linux x64](https://github.com/rsercano/mongoclient/releases/download/1.3.0/linux-portable-x64.zip)
* [Windows x64](https://github.com/rsercano/mongoclient/releases/download/1.3.0/windows-portable-x64.zip)
* [OSx](https://github.com/rsercano/mongoclient/releases/download/1.3.0/osx-portable.zip)
S
Sercan Özdemir 已提交
32
* [Web Application](https://github.com/rsercano/mongoclient/wiki#31-compile-from-source-browser-edition)
S
Sercan Özdemir 已提交
33 34

To learn more see the [wiki](https://github.com/rsercano/mongoclient/wiki) page.
S
Sercan Özdemir 已提交
35

S
Sercan Özdemir 已提交
36 37 38 39 40
## Docker
Mongoclient now officialy has a docker hub. To install it:

```docker pull mongoclient/mongoclient```

S
typo  
Sercan 已提交
41
Then you can run it as a daemon:
S
Sercan Özdemir 已提交
42 43 44

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

S
Sercan Özdemir 已提交
45
## Version History
S
Sercan Özdemir 已提交
46 47 48
### [1.2.2](https://github.com/rsercano/mongoclient/releases/1.2.2)  
Includes bugfixes. [See details](https://github.com/rsercano/mongoclient/issues?q=milestone%3Av1.2.2)

S
Sercan Özdemir 已提交
49 50 51
### [1.2.1](https://github.com/rsercano/mongoclient/releases/1.2.1)  
Includes bugfixes. [See details](https://github.com/rsercano/mongoclient/issues?q=milestone%3Av1.2.1)

S
Sercan Özdemir 已提交
52 53 54
### [1.2.0](https://github.com/rsercano/mongoclient/releases/1.2.0)  
Includes aggregation section. [See details](https://github.com/rsercano/mongoclient/issues?q=milestone%3Av1.2.0)

S
Sercan Özdemir 已提交
55
### [1.1.0](https://github.com/rsercano/mongoclient/releases/1.1.0)  
S
Sercan Özdemir 已提交
56 57
Includes usermanagement, and bugfixes generally. [See details](https://github.com/rsercano/mongoclient/issues?q=milestone%3Av1.1.0)

S
Sercan Özdemir 已提交
58 59
### [1.0.0](https://github.com/rsercano/mongoclient/releases/1.0.0)  
Includes basic mongodb management features. [See details](https://github.com/rsercano/mongoclient/issues?q=milestone%3Av1.0.0)
S
Sercan Özdemir 已提交
60

S
Sercan Özdemir 已提交
61

S
Sercan Özdemir 已提交
62 63
## License
Project is licensed under [MIT](https://en.wikipedia.org/wiki/MIT_License), which means you are free to do anything with full of my work as long as you provide attribution back to me. Thanks !