libconfini VS noyaml

Compare libconfini vs noyaml and see what are their differences.

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
libconfini noyaml
8 9
155 414
- -
0.0 5.3
almost 2 years ago 2 months ago
C CSS
GNU General Public License v3.0 only GNU Affero General Public License v3.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.

libconfini

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

noyaml

Posts with mentions or reviews of noyaml. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Kubernetes Through the Developer's Perspective
    3 projects | dev.to | 26 Mar 2024
    Most commonly written in YAML, these files are large and complex to read and understand. And being written in YAML comes with its challenges (and quirks) since it is an additional programming language that devs need to learn.
  • JSON Canvas – An open file format for infinite canvas data
    12 projects | news.ycombinator.com | 11 Mar 2024
    YAML is kind of like C++:

    > You like C++ because you're only using 20% of it. And that's fine, everyone only uses 20% of C++, the problem is that everyone uses a different 20% :)

    https://eli.thegreenplace.net/2009/10/17/the-c-bashing-seaso...

    The YAML footguns are too numerous to reproduce here, so here are some sources:

    https://stackoverflow.com/questions/3790454/how-do-i-break-a...

    https://www.arp242.net/yaml-config.html

    https://noyaml.com/

  • Why the fuck are we templating YAML? (2019)
    27 projects | news.ycombinator.com | 23 Jan 2024
    Relevant: https://noyaml.com/

    YAML and its ecosystem is full of footguns and ergonomics problems, especially when the length of the document extends beyond the height of a user's editor or viewport. Loss of context with indentation, non-compliant or unsafe parsers, and strange boolean handling to name a few.

    It becomes even worse when people decide that static YAML data files should have variable substitution or control flow via templating. "Stringly-typed programming" if you will. If we all started writing JSON text templates I think a lot of people would rightly argue we should write small stdlib-only programs in Python, Typescript, or Ruby to emit this JSON instead of using templated text files. Then it becomes apparent that the YAML template isn't a static data file at all, but part of a program which emits YAML as output. We're already exposing people to basic programming if we're using YAML templates. People brew a special kind of YAML-templated devops hell using tools like Kustomize and Helm, each of which are "just YAML" but are full of idiosyncracies and tool-specific behaviour which make the use of YAML almost coincidental rather than a necessity.

    Yes, sometimes people would prefer to look at YAML instead of JSON, in which case I suggest you use a YAML serialization library, or pipe output into a tool like `yq` so you can view the pretty output. In a pinch you could even output JSON and then feed it through a YAML formatter.

    The Kubernetes community seems to have this penetrating "oh, it's just YAML" philosophy which means we get mediocre DSLs in "just YAML" which actually encode a lot of nuanced and unintuitive behaviour which varies from tool to tool.

    Look at kyverno, for examle: it uses _parentheses_ in YAML key names to change the semantics of security policies! https://kyverno.io/docs/writing-policies/validate/ . This is different to what I think is the (much better ideas of) something like kubewarden, gatekeeper, or jspolicy, which allow engineers to write their policies in anything that compiles to WASM, OPA, and Typescript/Javascript respectively.

    We engineers, as a discipline, have decades of know-how building and using general purpose programming languages with type checkers, linters, packaging systems, and other tools, but we throw them all away as soon as YAML comes along. It's time to put the stringified YAML templates away and engage in the ecosystem of mature tools we already to use to perform one simple task they are already good at: dumping JSON on stdout.

    Let's move the control flow back into the tool and out of the YAML.

  • YAML's homepage is displayed in YAML
    2 projects | news.ycombinator.com | 28 Dec 2023
    The webpage documenting some of the sharp edges of yaml is also displayed as an editable yaml document

    https://noyaml.com/

  • stopDoingJson
    3 projects | /r/ProgrammerHumor | 9 Dec 2023
    It’s the least secure config format, even worse than XML IMO since it’s unsafe even with trusted inputs. https://noyaml.com/
  • That's a Lot of YAML
    1 project | /r/hypeurls | 29 Sep 2023
    14 projects | news.ycombinator.com | 28 Sep 2023

What are some alternatives?

When comparing libconfini and noyaml you can also consider the following projects:

config-parser - A slim, fully managed C# library for reading/writing .ini, .conf, .cfg etc configuration files.

yj - CLI - Convert between YAML, TOML, JSON, and HCL. Preserves map order.

bubblewrap - Low-level unprivileged sandboxing tool used by Flatpak and similar projects

hjson - Hjson, a user interface for JSON

ini-parser - Read/Write an INI file the easy way!

doximus - static, smart and developer friendly API documentation generator

toml - Tom's Obvious, Minimal Language

json2jsii - Generates jsii-compatible structs from JSON schemas

crudini - A utility for manipulating ini files

PyYAML

guile-gi - Bindings for GObject Introspection and libgirepository for Guile

crd-to-sample-yaml - Generate a sample YAML file from a CRD