Skip to content

feat: etl integration #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 26 commits into
base: releases/v19
Choose a base branch
from
Draft

feat: etl integration #318

wants to merge 26 commits into from

Conversation

v-rocheleau
Copy link
Contributor

No description provided.

@v-rocheleau v-rocheleau changed the base branch from main to releases/v19 June 4, 2025 20:10
- ETL_CLIENT_ID=${BENTO_ETL_CLIENT_ID}
- ETL_CLIENT_SECRET=${BENTO_ETL_CLIENT_SECRET}
healthcheck:
test: [ "CMD", "curl", "http://localhost:${BENTO_ETL_INTERNAL_PORT}" ]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should test the service-info endpoint (http://localhost:${BENTO_ETL_INTERNAL_PORT}/service-info), this way we test that the API is actually up

Comment on lines 462 to 463
# TODO: create a service account client for bento_etl (similar to WES)
# TODO: should output client secret after 'bentoctl init-auth'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rm comments, this is all implemented now

docs/etl.md Outdated
@@ -0,0 +1,68 @@
# Bento ETL (Extract, Transform, Load)

Bento ETL is a service that converts and uploads external data to Bento data services.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expand a little bit on what ETL actually is

docs/etl.md Outdated

## Configuration

Please follow the instructions below.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please follow the instructions below to deploy the ETL service in a Bento stack,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants