Skip to content

Instantly share code, notes, and snippets.

@jsignell
Created July 7, 2023 17:35
Show Gist options
  • Save jsignell/f7d2f9cca8a3d361bf7e9337ff4d8402 to your computer and use it in GitHub Desktop.
Save jsignell/f7d2f9cca8a3d361bf7e9337ff4d8402 to your computer and use it in GitHub Desktop.

Benefits of Cirrus

Cirrus is a STAC-based geospatial processing pipeline built using a serverless and scalable architecture. ref

Serverless

  • Save time by not managing architecture directly

Scalable

  • Do small workloads daily, but when you need to process some whole new datasets that works too
  • Only get the compute resource that you need - cost-effective, performant, sustainable

Open Source

  • Build on the experience of others. You don't need to run into every bug yourself.
  • Extend it however suits your individual needs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment