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

Implement workflow manager - baseline #103

Closed
victorskl opened this issue Feb 12, 2024 · 3 comments · Fixed by #325, #324, #327, #329 or #343
Closed

Implement workflow manager - baseline #103

victorskl opened this issue Feb 12, 2024 · 3 comments · Fixed by #325, #324, #327, #329 or #343
Assignees
Labels
epic feature New feature pipeline Workflow/Pipeline Manager

Comments

@victorskl
Copy link
Member

Context:

  • Initialise workflow manager app following Django/Python
  • Setup local dev and compose, etc
@victorskl victorskl added the pipeline Workflow/Pipeline Manager label Feb 12, 2024
@victorskl victorskl changed the title bootstrap workflow manager baseline Bootstrap workflow manager baseline Feb 25, 2024
@victorskl victorskl self-assigned this Feb 26, 2024
@victorskl
Copy link
Member Author

Before kicking off with the Django (as current proposed tech stack of choice), allow me to explore the tech and study about:

  • ASGI
  • FastAPI
  • mono-Lambda (proxy+) Vs single-responsible Lambda (API routing pattern)

Also ditto Slack standup daily.

@victorskl
Copy link
Member Author

Evaluation is in.

  • will use ASGI integration (over WSGI)
  • will use mono-Lambda reverse proxy pass pattern
  • will continue stick around with Django/DRF for now

@victorskl victorskl changed the title Bootstrap workflow manager baseline Implement workflow manager - baseline Mar 5, 2024
@victorskl victorskl added feature New feature epic labels May 6, 2024
@victorskl
Copy link
Member Author

Service namespace: orcabus.wfm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment