6 ms·
Is this similar to Dagger[1] ? [1] https://dagger.io https://dagger.io
by thesorrow 3y ago
Is this similar to Dagger[1] ?
[1] https://dagger.io https://dagger.io
- srevinsaju 3y agoSimilar, but declarative. Dagger uses a programming language, Togomak uses a configuration language on steroids.
- marcosnils 3y agoJust to clarify, Dagger is both declarative and imperative. Yes, you can use multiple programming languages which exposes an imperative API, but your pipeline DAG has to be defined using Dagger's SDKs which is has a declarative form.
- srevinsaju 3y agoWould it make sense to say Dagger is to Pulumi [1], as Terraform is to Togomak? [1]: https://www.pulumi.com/ https://www.pulumi.com/