GMOD/jbrowse_analytics

Name: jbrowse_analytics

Owner: Generic Model Organism Database Project

Description: nodejs-based server for handling usage reports coming in from JBrowse instances

Created: 2012-06-07 03:40:20.0

Updated: 2013-11-28 01:02:34.0

Pushed: 2012-12-17 21:52:46.0

Homepage: null

Size: 132

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is a nodejs-based server for handling usage reports coming in from JBrowse instances.

Loads the usage data into a single PostgreSQL database table.

Run as:

# listen to localhost, port 3030, with 4 worker processes
node JBrowseAnalytics.js --bind 127.0.0.1 --port 3030 --workers 4 --db 'tcp/postgres_user:postgres_password@postgres.example.com/dbname'

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.