Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulscott56/chicken
NodeJS hacks for a bigData stats server
https://github.com/paulscott56/chicken
Last synced: 2 days ago
JSON representation
NodeJS hacks for a bigData stats server
- Host: GitHub
- URL: https://github.com/paulscott56/chicken
- Owner: paulscott56
- Created: 2012-05-04T14:12:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-09T06:15:21.000Z (over 12 years ago)
- Last Synced: 2023-03-22T12:49:26.560Z (almost 2 years ago)
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
chicken
=======NodeJS hacks for a bigData stats server
This project is based on Hummingbird, which can be found at https://github.com/mnutt/hummingbird
Description
---------------Chicken tracks sites by GET request.
Requirements
-------------------* node.js v0.6.16
* npm v1.1.19
* mongodb v2.0.4Installation
--------------# Use npm to install the dependencies
npm install# Copy the default configuration file
cp config/app.json.sample config/app.json# To use the map, download MaxMind's GeoIP database and extract to the root directory:
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gzRunning Chicken
-----------------------------To start the analytics server, run the following:
mongod (or start mongo some other way)
node server.jsBy default a dashboard will be run on port 8080