Skip to content
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

feat: use data from MinIO hosted s3 buckets #289

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hairmare
Copy link
Member

By storing a copy of the ACRCloud data on our own systems we cut down on API usage and the monthly report can be generated fully in-house.

The referenced S3 buckets are world-readable, but only reachable from the RaBe network.

The code that fills these buckets it all over the place, acr-loader loads data into the acrcloud.raw bucket daily on a cron, acr-ingest notices this and creates versioned entries in acrcloud.music. They "talk" to each other via some Kafka topics full of S3 events from MinIO that are consumed as CloudEvents thanks to the minio-cloudevents-service. It's pretty much a bog standard event processing pipeline following a (cloud-native-ish) microservice architecture.

@hairmare hairmare marked this pull request as ready for review May 29, 2023 20:21
@hairmare hairmare mentioned this pull request Jun 5, 2023
11 tasks
@hairmare hairmare marked this pull request as draft March 31, 2024 18:06
@hairmare
Copy link
Member Author

The fact that this change would make it harder for others to re-use this is one of the main reasons this is currently not being pursued further.

Adding some modularity would let us keep both if this is further explored.

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.

None yet

1 participant