-
Notifications
You must be signed in to change notification settings - Fork 1
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
[elixir] feat: fetch dmap worker #49
Conversation
@paulswartz Feel free to peek in. Still working through the upload to S3 and some small Credo refactors, but overall should be in good shape. |
00e51b0
to
2eabb35
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the sample files have data?
ex_cubic_ingestion/lib/ex_cubic_ingestion/schema/cubic_dmap_dataset.ex
Outdated
Show resolved
Hide resolved
ex_cubic_ingestion/lib/ex_cubic_ingestion/schema/cubic_dmap_dataset.ex
Outdated
Show resolved
Hide resolved
ex_cubic_ingestion/lib/ex_cubic_ingestion/workers/fetch_dmap.ex
Outdated
Show resolved
Hide resolved
ex_cubic_ingestion/lib/ex_cubic_ingestion/workers/fetch_dmap.ex
Outdated
Show resolved
Hide resolved
Coverage of commit
|
Coverage of commit
|
Just wanted to have placeholders for now. I will add some in soon. |
ex_cubic_ingestion/lib/ex_cubic_ingestion/schema/cubic_dmap_feed.ex
Outdated
Show resolved
Hide resolved
ex_cubic_ingestion/lib/ex_cubic_ingestion/workers/fetch_dmap.ex
Outdated
Show resolved
Hide resolved
ex_cubic_ingestion/lib/ex_cubic_ingestion/workers/fetch_dmap.ex
Outdated
Show resolved
Hide resolved
68672eb
to
4d2c2a2
Compare
Coverage of commit
|
Coverage of commit
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍰
This PR adds a worker for fetching DMAP data from Cubic's cloud storage and uploading them to our 'Incoming' bucket.