Skip to content

Task dependencies graph

Sho Nakatani edited this page Jun 18, 2023 · 2 revisions

Items

  1. Design types (trait, struct, enum; with or without generics) of core objects for Fn API
  2. Implement Fn API related things
  3. Design objects to construct pipelines (developers' interface)
  4. Implement pipeline construction related things
  5. https://github.com/laysakura/beam/issues/46
  6. https://github.com/laysakura/beam/issues/47
  7. Other APIs (Runner API, Job API, Artifact API, ...)
  8. https://github.com/laysakura/beam/issues/48
  9. https://github.com/laysakura/beam/issues/49

We need further breakdown, absolutely.

Dependency graph

1 -+-> 2
   |
   +-> 3 --> 4
   |
   +-> 7

5
6
8
9
Clone this wiki locally