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
We should have a simple script that can deploy a complete set of objects needed for a file processing pipeline in scale, including a workspace, job-type, recipe, and strike. This script can form the base for rapid deployment of the pieces needed for processing to other clusters, and will also be useful in testing environments.
The script should utilize variables when possible to allow using the script for a variety of algorithms.
a fresh database should be assumed.
the script should make the following items:
a workspace that points to the data to be processed
2a. add the job-type to seed-Silo
2b. a job-type that will process the data
a recipe that runs the job-type
a strike that calls said recipe and is tied to the created workspace.
The text was updated successfully, but these errors were encountered:
We should have a simple script that can deploy a complete set of objects needed for a file processing pipeline in scale, including a workspace, job-type, recipe, and strike. This script can form the base for rapid deployment of the pieces needed for processing to other clusters, and will also be useful in testing environments.
The script should utilize variables when possible to allow using the script for a variety of algorithms.
a fresh database should be assumed.
the script should make the following items:
2a. add the job-type to seed-Silo
2b. a job-type that will process the data
The text was updated successfully, but these errors were encountered: