All Projects → arzzen → mongodb-info

arzzen / mongodb-info

Licence: MIT License
MongoDB Info - command line tool to get stats.

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mongodb-info

Devstats
📊 A CLI application that fetches stats from developer sites
Stars: ✭ 105 (+707.69%)
Mutual labels:  statistics, stats
Css Analyzer
Analytics for CSS
Stars: ✭ 146 (+1023.08%)
Mutual labels:  statistics, stats
Npm Stats
📈 npm package statistics dashboard build with vue
Stars: ✭ 106 (+715.38%)
Mutual labels:  statistics, stats
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (+500%)
Mutual labels:  statistics, stats
Stdlib
✨ Standard library for JavaScript and Node.js. ✨
Stars: ✭ 2,749 (+21046.15%)
Mutual labels:  statistics, stats
Memcache Info
Simple and efficient way to show information about Memcache.
Stars: ✭ 84 (+546.15%)
Mutual labels:  statistics, stats
Gameday api
A Ruby API for using the Major League Baseball Gameday statistics data. MLB provides very deep statistics for all major league baseball games through Gameday. Statistics include not only the typical boxscore stats, but also down to the physics of every single pitch thrown in the game. You can find the speed, movement, and position of every pitch thrown. The Gameday API makes it easy for Ruby developers to work with all this statistical information. The test directory included with the source code contains many examples of how the API can be used. If you prefer to use SVN, the gameday_api is also available via an SVN repository at: http://code.google.com/p/gamedayapi/ If you like this project, be sure to also check out the Baseball-Tracker project also hosted on GitHub. Baseball-Tracker is a web application that uses the gameday_api. You can find a hosted version of Baseball Tracker at http://baseballstatz.heroku.com
Stars: ✭ 137 (+953.85%)
Mutual labels:  statistics, stats
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+39430.77%)
Mutual labels:  statistics, stats
Stat
Statistics package for Go [DEPRECATED]
Stars: ✭ 198 (+1423.08%)
Mutual labels:  statistics, stats
Scikit Posthocs
Multiple Pairwise Comparisons (Post Hoc) Tests in Python
Stars: ✭ 186 (+1330.77%)
Mutual labels:  statistics, stats
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (+492.31%)
Mutual labels:  statistics, stats
tics
🎢 Simple self-hosted analytics ideal for Express / React Native stacks
Stars: ✭ 22 (+69.23%)
Mutual labels:  mongo, statistics
Ruby Statistics
Ruby gem for some statistical operations without any statistical language dependency
Stars: ✭ 67 (+415.38%)
Mutual labels:  statistics, stats
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (+561.54%)
Mutual labels:  statistics, stats
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+4061.54%)
Mutual labels:  statistics, stats
Streaker
🔥 GitHub contribution streak & stat tracking menu bar app
Stars: ✭ 131 (+907.69%)
Mutual labels:  statistics, stats
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+2530.77%)
Mutual labels:  statistics, stats
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+31838.46%)
Mutual labels:  statistics, stats
Stats
A well tested and comprehensive Golang statistics library package with no dependencies.
Stars: ✭ 2,196 (+16792.31%)
Mutual labels:  statistics, stats
Sportsipy
A free sports API written for python
Stars: ✭ 229 (+1661.54%)
Mutual labels:  statistics, stats

MongoDb Info

Travis

mongodb-info is a simple and efficient way to access stats in command line.

Table of Contents

Screenshots

Installation

Usage

System requirements

Contribution

License

Screenshots

screenshot from 2018-05-15 19-55-16

Usage

# overall stats
./mongodb-info -s '127.7.0.1/dbname'
# or with collection name
./mongodb-info -s '127.7.0.1/dbname' -c 'collection_name'

Installation

Unix like OS

git clone https://github.com/arzzen/mongodb-info.git && cd mongodb-info
sudo make install

For uninstalling, open up the cloned directory and run

sudo make uninstall

For update/reinstall

sudo make reinstall

OS X (homebrew)

@todo

Windows (cygwin)

@todo

System requirements

  • Unix like OS with a proper shell
  • Tools we use: cat ; printf ; shift ; awk ; sed ; tr ; echo ; grep ; cut ; sort ; head ; tail.

Dependences

Contribution

Want to contribute? Great! First, read this page.

Code reviews

All submissions, including submissions by project members, require review. We use Github pull requests for this purpose.

Some tips for good pull requests:

  • Use our code When in doubt, try to stay true to the existing code of the project.
  • Write a descriptive commit message. What problem are you solving and what are the consequences? Where and what did you test? Some good tips: here and here.
  • If your PR consists of multiple commits which are successive improvements / fixes to your first commit, consider squashing them into a single commit (git rebase -i) such that your PR is a single commit on top of the current HEAD. This make reviewing the code so much easier, and our history more readable.

Formatting

This documentation is written using standard markdown syntax. Please submit your changes using the same syntax.

Tests

codecov

make test

Licensing

MIT see LICENSE for the full license text.

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].