ssec-jhu / dplutils

Distributed(Data, Discovery) Pipeline Uitilities
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add framework for graph streaming, ray implementation #43

Closed amitschang closed 9 months ago

amitschang commented 9 months ago

To overcome some drawbacks of ray data pipelines for the kinds of workloads we want:

A few things that are out of scope here, but can be more easily integrated:

Notes:

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d691281) 100.00% compared to head (a3b4529) 100.00%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #43 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 9 11 +2 Lines 269 551 +282 ========================================== + Hits 269 551 +282 ``` | [Flag](https://app.codecov.io/gh/ssec-jhu/dplutils/pull/43/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ssec-jhu) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ssec-jhu/dplutils/pull/43/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ssec-jhu) | `100.00% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ssec-jhu#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jamienoss commented 9 months ago

On the case, but looks like there's a fair bit to review.

amitschang commented 9 months ago

On the case, but looks like there's a fair bit to review.

cool, take your time! Sorry bout the size, but only way it made sense to me was to bring it all together

amitschang commented 9 months ago

thanks y'all!