Skip to content

Hypercable Analytics is a fully featured high performance scalable alternative to Google Analytics, build with timescaledb openresty redis and rails.

License

Notifications You must be signed in to change notification settings

taozywu/hypercable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypercable Analytics

Hypercable Analytics is a fully featured high performance scalable alternative to Google Analytics, build with timescaledb openresty redis and rails.

screenshot

local setup

  • env: cp .env.example.docker .env
  • build: docker-compose build
  • start: docker-compose up
  • stop: docker-compose stop
  • add migration: docker-compose run rails rails g migration xxx
  • run migration: docker-compose run rails rake db:migrate
  • collcetor location: http://localhost:8000
  • open http://localhost:3333

production setup

  • git clone
  • edit .env.production
  • docker-compose -f docker-compose.production.yaml run rails rake db:migrate
  • docker-compose -f docker-compose.production.yaml up -d
  • git pull && docker-compose -f docker-compose.production.yaml pull
  • docker-compose -f docker-compose.production.yaml logs --tail="all"

demo site

About

Hypercable Analytics is a fully featured high performance scalable alternative to Google Analytics, build with timescaledb openresty redis and rails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 43.5%
  • Ruby 42.8%
  • JavaScript 3.5%
  • CSS 2.6%
  • SCSS 2.4%
  • Shell 1.4%
  • Other 3.8%