skylark VS ytt

Compare skylark vs ytt and see what are their differences.

skylark

Skylark in Go: the Skylark configuration language, implemented in Go [MOVED to go.starlark.net] (by google)

ytt

YAML templating tool that works on YAML structure instead of text (by carvel-dev)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
skylark ytt
1 14
1,184 1,589
- 1.2%
0.0 7.0
about 5 years ago 12 days ago
Go Go
BSD 3-clause "New" or "Revised" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

skylark

Posts with mentions or reviews of skylark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-14.
  • YAML and Configuration Files
    12 projects | news.ycombinator.com | 14 Aug 2021
    My stance is that YAML is a good format for configuration management and generation -- it's wonderful at filling gaps as your deployment model increases in complexity to provide a mechanism to "render" your configuration -- much like Skylark [1] does (derived from Google's internal GCL).

    YAML ends up being a powerfully declarative model [2] for the state of a data structure, rather than a straight representation, ironically often enough being used in turn for an imperative model like in Ansible [3]. Definitely friendlier than JSON. But personally, I really like YAML because it lets me compose using a traits/mixins-like model using & and , which allows for verbose, structured configuration inputs but concise configuration files.

    docker-compose YAML files extension fields [4], imo, are a great example of this type of model in action. When you leave this much pre-deserialization flexibility in your configuration representation, it makes building cool stuff like docker-compose ECS support x-aws- extension keys [5] and other plugin system-type capabilities much more straightforward than, for example, adding a new language feature to HCL.

    [1]: https://github.com/google/skylark

ytt

Posts with mentions or reviews of ytt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.

What are some alternatives?

When comparing skylark and ytt you can also consider the following projects:

yaml-rust - A pure rust YAML implementation.

kustomize - Customization of kubernetes YAML configurations

libyaml - Canonical source repository for LibYAML

cue - CUE has moved to https://github.com/cue-lang/cue

cue - The home of the CUE language! Validate and define text-based and dynamic configuration

tanka - Flexible, reusable and concise configuration for Kubernetes

hjson-js - Hjson for JavaScript

strictyaml - Type-safe YAML parser and validator.

json5 - JSON5 — JSON for Humans

hull - The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows