Skip to content

jordanlytle/datablase

 
 

Repository files navigation

Datablase

The SIBR statistics API.

Contributing

Please feel free to open PRs adding new calculations to this project! The schema for the database can be found here.

When adding an API endpoint, you must document it using the JSDoc-like syntax recognized by express-swagger-generator so that the API docs are updated.

Environment

Datablase requires some environmental variables to be set. A list of these variables can be found below. They can be set manually, or placed in a .env file.

SIBR_PRODUCTION=0
PGUSER=dbuser
PGHOST=database.server.com
PGPASSWORD=secretpassword
PGDATABASE=mydb
PGPORT=3211

About

The SIBR statistics API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Dockerfile 0.5%