Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

beakerbrowser/beaker-analytics-server2

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beaker Analytics Server 2

A simple service for accepting Beaker user pings. Collects the following data:

  • A random user ID generated by Beaker and stored internally
  • The Beaker version
  • The OS

Dev environment

Requires Postgres 11.

Env vars

General service settings:

NODE_ENV="development" | "production"
SERVICE_TITLE="Beaker Analytics Server"
SERVICE_ORIGIN="http://localhost:3000"

Database (when NODE_ENV == production):

RDS_HOSTNAME={...}
RDS_USERNAME={...}
RDS_PASSWORD={...}
RDS_PORT={...}
RDS_DB_NAME={...}

Database (when NODE_ENV == development):

PGHOST=localhost
PGUSER={...}
PGPASSWORD={...}
PGPORT=5432
PGDATABASE=beaker_analytics_db

About

Server to collect Beaker usage pings.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.