Skip to main content

Run FireWorks workflows in Google Cloud

Project description

Borealis

Runs FireWorks workflows on Google Compute Engine (GCE).

See the repo Borealis.

  • Borealis is the git repo name.
  • borealis-fireworks is the PyPI package name.
  • borealis-fireworker.service is the name of the systemd service.
  • fireworker is the recommended process username and home directory name.

Background

You can launch as many Fireworker nodes as you want as Google Compute Engine (GCE) VM instances, and/or run local workers, as long as they can all connect to the LaunchPad server running MongoDB. Metadata parameters and the worker's gce_my_launchpad.yaml file (if that file doesn't exist, then my_launchpad.yaml) configure the MongoDB host, port, and DB name. Users can have their own DB names on a shared MongoDB server, and each user can have multiple DB names -- each an independent launchpad space for workflows and their Fireworker nodes.

Workers get Fireworks from the LaunchPad, run them in "rapidfire" mode, and eventually time out and shut themselves down.

Workers can run any Firetasks that are loaded on their disk images, but the best fit is to run the DockerTask Firetask. DockerTask pulls task input files from Google Cloud Storage (GCS), runs a payload task as a shell command within a Docker container, and pushes task output files to GCS.

DockerTask parameters include the Docker image to pull, the command shell tokens to run in the Docker container, and its input and output files and directories.

DockerTask pulls the inputs from and pushes the outputs to Google Cloud Storage (GCS). This avoids needing a shared NFS file service which costs 10x as much as GCS storage and doesn't scale as well.

Using a Docker image lets you bundle up the payload task with its entire runtime, e.g. Python version, pips, Linux apts, and config files. Your workflow can use one or more Docker images, and they're isolated from the Fireworker.

Team Setup

TODO: Install & configure dev tools, create a GCP project, auth stuff, install MongoDB on a GCE VM or set up Google-managed MongoDB, create a Fireworker disk image & image family, ...

Individual Developer Setup

TODO: Install & configure dev tools, make a storage bucket with a globally-unique name, build a Docker image to run, ...

Run

TODO

Change Log

v0.3.2 - 2020-02-17

  • Add info to the logs.

v0.3.1 - 2020-02-17

  • Python 2 compatibility fixes.
  • Explain the ConnectionError that arises when fireworker can't contact the Docker server.

v0.3.0 - 2020-02-14

  • Move the setup files from borealis/installation/ to borealis/setup/.
  • Add a fireworker --setup option to print the setup path to simplify the steps to copy those files when setting up a server Disk Image.
  • Add a fireworker -l <launchpad_filename> option for compatibility with lpad. The default is back to my_launchpad.yaml.
  • Add a gce -l <launchpad_filename> option, like lpad, to read the db name, username, and password when creating VMs. The default is my_launchpad.yaml.

v0.2.1 - 2020-02-13

  • Bug fix in the gce_my_launchpad.yaml fallback code.

v0.2.0 - 2020-02-13

  • Read launchpad config info from gce_my_launchpad.yaml if possible, falling back to my_launchpad.yaml for compatibility with previous releases. This lets people use one launchpad config file for their GCE workflows and another one for their other workflows.
  • Improve the server installation steps and augment the fireworker --help text to display its directory.

v0.1.1 - 2020-02-13

  • Correct the pip name in startup.sh.
  • Use print() instead of logging in gce.py so the messages aren't filtered by the log level.
  • Refine the installation instructions.

v0.1.0 - 2020-02-10

  • Initial dev build.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

borealis-fireworks-0.3.2.tar.gz (27.6 kB view details)

Uploaded Source

Built Distribution

borealis_fireworks-0.3.2-py2.py3-none-any.whl (31.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file borealis-fireworks-0.3.2.tar.gz.

File metadata

  • Download URL: borealis-fireworks-0.3.2.tar.gz
  • Upload date:
  • Size: 27.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.0

File hashes

Hashes for borealis-fireworks-0.3.2.tar.gz
Algorithm Hash digest
SHA256 d8b29ee835a6aa0a368abc438fc0f97a5bd6a1e6e15f67d7f8012e0bec2c2d33
MD5 ad714f22edab169de83cce9b8212afe9
BLAKE2b-256 5304aab104e26413111fc7f663d62b5bfb35a8220eed9dbe9bf46d0628f25e17

See more details on using hashes here.

File details

Details for the file borealis_fireworks-0.3.2-py2.py3-none-any.whl.

File metadata

  • Download URL: borealis_fireworks-0.3.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 31.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.8.0

File hashes

Hashes for borealis_fireworks-0.3.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a87fd71ea6c22a0eaf9348980350d6750cd60d27d6ec6069b948999cdcb115f1
MD5 4b963b0060df8105135900bcae4dadb3
BLAKE2b-256 dd7e0641fbea4821c0dee2a1b7df1318e345327a4f713e0bf2bf4b220093a4f4

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page