Skip to content
/ dagger Public
forked from dagger/dagger

Application Delivery as Code that Runs Anywhere

License

Notifications You must be signed in to change notification settings

esafak/dagger

This branch is 1568 commits behind dagger/dagger:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 16, 2024
Apr 18, 2024
Apr 3, 2024
Apr 3, 2024
Apr 22, 2024
Apr 19, 2024
Apr 19, 2024
Apr 16, 2024
Apr 22, 2024
Apr 18, 2024
Apr 10, 2024
Apr 19, 2024
Mar 16, 2024
Apr 8, 2024
Mar 11, 2024
Sep 13, 2023
Apr 22, 2024
Apr 22, 2024
Jul 27, 2023
Apr 3, 2024
Apr 3, 2024
Apr 8, 2024
Feb 9, 2024
Dec 23, 2022
Jan 8, 2024
Nov 30, 2022
Dec 14, 2023
Apr 16, 2024
May 25, 2023
Apr 8, 2024
Oct 25, 2022
Aug 30, 2022
Oct 10, 2023
Apr 18, 2024
Apr 18, 2024
Apr 19, 2024
Apr 19, 2024
Apr 16, 2024
Apr 4, 2024

Repository files navigation

What is Dagger?

Dagger is a tool that lets you replace your software project's artisanal scripts with a modern API and cross-language scripting engine.

  1. Encapsulate all your project's tasks and workflows into simple functions, written in your programming language of choice
  2. Dagger packages your functions into a custom GraphQL API
  3. Run your functions from the CLI, your language interpreter, or a custom HTTP client
  4. Package your functions into a module, to reuse in your next project or share with the community
  5. Search the Daggerverse for existing modules, and import them into yours. All Dagger modules can reuse each other's functions - across language.

Benefits to app teams

  • Reduce complexity: even complex builds can be expressed as a few simple functions
  • No more "push and pray": everything CI can do, your dev environment can do too
  • Use the same language to develop your app and its scripts
  • Easy onboarding of new developers: if you can build, test and deploy - they can too.
  • Everything is cached by default: expect 2x to 10x speedups
  • Parity between dev and CI environments
  • Cross-team collaboration: reuse another team's workflows without learning their stack

Benefits to platform teams

  • Reduce CI lock-in. Dagger functions run on all major CI platforms - no proprietary DSL needed.
  • Don't be a bottleneck. Let app teams write their own functions. Enable standardization by providing them a library of reusable components.
  • Faster CI runs. CI pipelines that are "Daggerized" typically run 2x to 10x faster, thanks to caching and concurrency. This means developers waste less time waiting for CI, and you spend less money on CI compute.
  • A viable platform strategy. App teams need flexibility, and you need control. Dagger gives you a way to reconcile the two, in an incremental way that leverages the stack you already have.

Learn more

Join the community

Contributing

Interested in contributing or building dagger from scratch? See CONTRIBUTING.md.

About

Application Delivery as Code that Runs Anywhere

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 70.5%
  • Rust 10.2%
  • Python 6.0%
  • TypeScript 4.3%
  • Java 3.1%
  • Elixir 2.4%
  • Other 3.5%