Y
Hacker News
new
|
ask
|
show
|
jobs
by
thesorrow
965 days ago
Is this similar to Dagger[1] ?
[1]
https://dagger.io
1 comments
srevinsaju
965 days ago
Similar, but declarative. Dagger uses a programming language, Togomak uses a configuration language on steroids.
link
marcosnils
965 days ago
Just 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.
link
srevinsaju
965 days ago
Would it make sense to say Dagger is to Pulumi [1], as Terraform is to Togomak?
[1]:
https://www.pulumi.com/
link