Site tracking and analytics storage
Hummingbird serves a 1x1 tracking pixel to users. In the browser's GET request it sends back tracking data generated by javascript.
- node.js v0.1.96
- mongodb
git clone git://github.com/mnutt/hummingbird.git
cd hummingbird
# Update submodules
git submodule update --init
# If you are running an older version of git, you may have to run the following instead:
# git submodule init . && git submodule update .
# Initialize the express submodules
cd deps/express; git submodule update --init; cd ../..
# Copy the default configuration file
cp config/app.json.sample config/app.json
To start the analytics server, run the following:
mongod & (or start mongo some other way)
node server.js
To start the web monitor, run:
node monitor.js
sudo gem install jspec
jspec run --node
- To run the UI locally but stream data from your production server, use the url http://localhost:8088/?ws_server=your-host.com&ws_port=12345
- Michael Nutt michael@nuttnet.net
- Benny Wong benny@bwong.net
Hummingbird is licensed under the MIT License. (See LICENSE)