https://github.com/phpfour/mango
Simple logging and tracking for your application in real-time.
https://github.com/phpfour/mango
Last synced: about 1 month ago
JSON representation
Simple logging and tracking for your application in real-time.
- Host: GitHub
- URL: https://github.com/phpfour/mango
- Owner: phpfour
- License: mit
- Created: 2013-09-11T15:36:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T16:21:15.000Z (over 12 years ago)
- Last Synced: 2025-03-08T17:48:57.431Z (11 months ago)
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mango
Mango is an application process tracking and measurement service especially useful for tracking distributed systems and services.
## Installation
Mango currently supports ZMQ as its RPC mechanism. The following installation assumes you have composer installed.
$ git clone git://github.com/phpfour/mango.git
$ cd mango
$ composer install
Once the components are downloaded, run the server using the following command:
$ cd scripts
$ ./server.php
In a separate terminal, run the following to see it in action:
$ cd scripts
$ ./client.php
The messages should appear in your local MongoDB server, within a database called "mango".
## Roadmap
* YAML based configuration
* REST based API
* More storage backend (MySQL, Redis)
* Metrics (Statsd)
* Silex based web app