Sign inSign up

ryandem1/oar-service

By ryandem1

Updated over 3 years ago

OAR Test Reporting Framework Ingestion Service https://github.com/ryandem1/oar

Image
0

10K+

ryandem1/oar-service repository overview

OAR Service is the an API that can ingest OAR JSON test results and write them to a Postgres DB. For more information on OAR, please visit the repo: https://github.com/ryandem1/oar

Environment variables for the service are handled through golang's Viper package, and are currently defined as follows:

PG_HOST: "localhost"
PG_PORT: 5432
PG_DB: "oar"
PG_USER: "postgres"
PG_PASS: "postgres"
PG_LL: pgx.LogLevelInfo // Postgres Log Level
PG_POOL_SIZE: 4         // Max number of pool connections
PG_POLL_TIMEOUT: 30     // Time to wait for a connection to be freed up

Tag summary

Content type

Image

Digest

sha256:327f4f389

Size

10.6 MB

Last updated

over 3 years ago

docker pull ryandem1/oar-service