HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Duologic

no profile record

Submissions

Show HN: Jsonnet implementation in Jsonnet

github.com
1 points·by Duologic·पिछला वर्ष·0 comments

Registry Explorer

oci.dag.dev
2 points·by Duologic·पिछला वर्ष·1 comments

Stanisław Barzowski on the jsonnet Language [audio]

se-radio.net
2 points·by Duologic·3 वर्ष पहले·0 comments

Microsoft and Grafana Labs invest $40M in Isovalent

isovalent.com
12 points·by Duologic·4 वर्ष पहले·0 comments

comments

Duologic
·7 माह पहले·discuss
I work at Grafana and did quite a bit of work on Tanka in the past, so yes.
Duologic
·7 माह पहले·discuss
Any particular libraries you use to generate TF-JSON from jsonnet?

I wrote a generator a little while ago that can create jsonnet libraries from the TF schemas: https://github.com/Duologic/soysonnet

Example lib here: https://github.com/Duologic/soysonnet-aws

I only needed it for AWS so I didn't spend more time on it.
Duologic
·पिछला वर्ष·discuss
I noticed phillebaba using it during his Spegel talk at FOSDEM.
Duologic
·2 वर्ष पहले·discuss
This reminds me of the Danish Navy oak: https://en.m.wikipedia.org/wiki/Visings%C3%B6#History
Duologic
·3 वर्ष पहले·discuss
I'm interested in the code that processes the swagger/openapi into jsonnet, can you link to that?
Duologic
·4 वर्ष पहले·discuss
Hit me up on the #jsonnet channel on Kubernetes Slack or the #tanka channel on Grafana Slack if you want to go a bit more in depth.
Duologic
·4 वर्ष पहले·discuss
At Grafana Labs we're using jsonnet at scale, while being a powerful functional language it is also excellent for rendering JSON/YAML config. We have developed Tanka[0] to work with Kubernetes, for other purposes I can recommend this course[1] (authored by me).

[0] https://tanka.dev/

[1] https://jsonnet-libs.github.io/jsonnet-training-course/