You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
Sometimes in distributed systems, there is a need to deploy components as a result of some user interactions.
For instance, deploy spark cluster for distributive computations when a user wants so.
Need to research about something I'll call "Deploy pipelines".
The idea is simple: write an OutputT which will (based on input pipeline elements) deploy something
(for instance docker containers, k8s pods, spark clusters, etc.)
The text was updated successfully, but these errors were encountered:
Sometimes in distributed systems, there is a need to deploy components as a result of some user interactions.
For instance, deploy spark cluster for distributive computations when a user wants so.
Need to research about something I'll call "Deploy pipelines".
The idea is simple: write an
OutputT
which will (based on input pipeline elements) deploy something(for instance docker containers, k8s pods, spark clusters, etc.)
The text was updated successfully, but these errors were encountered: