An open API service indexing awesome lists of open source software.

https://github.com/ozonophore/yoda

The simple project as a small ETL system
https://github.com/ozonophore/yoda

yoda

Last synced: 7 months ago
JSON representation

The simple project as a small ETL system

Awesome Lists containing this project

README

          

# yoda

[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]

## Nginx configuration

| **Parameter** | **Value** |
|---------------|--------------------------------|
| BACKEND_HOST | Host webapp(example: frontend) |
| BACKEND_PORT | Port of webapp (example: 8080) |

## Webapp configuration

| **Parameter** | **Value** |
|------------------|---------------------------------------------------------------------------------------|
| YODA_SERVER_PORT | Port of webapp (example: 8080) |
| YODA_DB_DSN | DSN of database (example: postgres://user:password@localhost:5432/db?sslmode=disable) |
| YODA_MQ_URL | URL of message queue (example: amqp://guest:guest@localhost:5672/) |

## App configuration

| **Parameter** | **Value** |
|-------------------|---------------------------------------------------------------------------------------|
| YODA_DB_DSN | DSN of database (example: postgres://user:password@localhost:5432/db?sslmode=disable) |
| YODA_MQ_CONSUMER | Queue name for consumer (example: yoda-consumer) |
| YODA_MQ_PUBLISHER | Queue name for publisher (example: yoda-publisher) |

[ci-img]: https://github.com/ozonophore/yoda/actions/workflows/go.yml/badge.svg

[ci]: https://github.com/ozonophore/yoda/actions/workflows/go.yml

[cov-img]: https://codecov.io/gh/ozonophore/yoda/branch/master/graph/badge.svg

[cov]: https://codecov.io/gh/ozonophore/yoda