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
- Host: GitHub
- URL: https://github.com/ozonophore/yoda
- Owner: ozonophore
- License: apache-2.0
- Created: 2023-02-26T14:41:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T20:58:07.000Z (over 1 year ago)
- Last Synced: 2025-01-27T09:09:14.393Z (9 months ago)
- Topics: yoda
- Language: Go
- Homepage:
- Size: 43.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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