Go YAML

Open-source Go projects categorized as YAML

YAML is a digestible data serialization language that is often utilized to create configuration files and works in concurrence with any programming language. YAML targets many of the same communications applications as Extensible Markup Language but has a minimal syntax which intentionally differs from SGML.

Topics: Golang Go JSON TOML CLI

Top 23 Go YAML Projects

  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

  • Project mention: Best practices for distributing and updating a Go CLI on Linux? | /r/golang | 2023-05-18

    Can you use a framework like urfavecli https://github.com/urfave/cli? This will auto-update every time it detects a new version from your CLI's GitHub repository

  • yq

    yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor

  • Project mention: Show HN: Flatito, grep for YAML and JSON files | news.ycombinator.com | 2024-03-25

    What I often use to just get the full key paths is yq (https://github.com/mikefarah/yq), piping into grep when necessary

      yq -o=props 

  • 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.

    InfluxDB logo
  • dasel

    Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool. Supports conversion between formats and can be used as a Go package.

  • Project mention: jq 1.7 Released | news.ycombinator.com | 2023-09-06
  • DevOps

    I created this repository to keep my learning, notes, and code in one place for various tools in DevOps. Now, it's helping thousands of learners, practitioners, and professionals every day in their DevOps journey.

  • Project mention: Pradumnasaraf/DevOps: This repo contains all my learning related to DevOps | /r/kubernetesx | 2023-06-14
  • koanf

    Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.

  • Project mention: Nees help install knadh/koanf | /r/golang | 2023-05-27

    LINK: https://github.com/knadh/koanf

  • trdsql

    CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.

  • ytt

    YAML templating tool that works on YAML structure instead of text

  • Project mention: 10 Ways for Kubernetes Declarative Configuration Management | dev.to | 2024-01-01

    YTT - YTT is a templating tool that understands YAML structure. It helps you easily configure complex software via reusable templates and user provided values using the Starlark language.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • murex

    A smarter shell and scripting environment with advanced features designed for usability, safety and productivity (eg smarter DevOps tooling)

  • Project mention: State of the Terminal | news.ycombinator.com | 2024-05-16
  • dyff

    /ˈdʏf/ - diff tool for YAML files, and sometimes JSON

  • Project mention: difftool to generate config with only new changes | /r/kubernetes | 2023-05-18

    I personally used dyff https://github.com/homeport/dyff it helped a lot when seeing exactly what was going to change.

  • k2tf

    Kubernetes YAML to Terraform HCL converter

  • go-yaml

    YAML support for the Go language

  • Project mention: I want to contribute to open-source software written in Go | /r/golang | 2023-06-04
  • yj

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

  • Project mention: That's a Lot of YAML | news.ycombinator.com | 2023-09-28

    For anyone looking for such a script, there's some CLIs that make it easy. One is `yq -o props` [1], another way is to use `yq -j` or `yj` [2] to convert to JSON and pipe it to `gron` [3].

    [1] https://github.com/mikefarah/yq

    [2] https://github.com/sclevine/yj

    [3] https://github.com/tomnomnom/gron

  • tfk8s

    A tool for converting Kubernetes YAML manifests to Terraform HCL

  • jd

    JSON diff and patch

  • Project mention: Any tool to "clean" helm chart values? | /r/devops | 2023-05-21

    I don't believe that you need any special tool - just show values in vanilla chart & compare it with your values; probably YQ and JD.

  • restish

    Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in

  • Project mention: Looking for Open-source web app back-end repository written in Golang | /r/golang | 2023-12-08

    Project using APIBin for examples https://rest.sh

  • grabana

    User-friendly Go library for building Grafana dashboards

  • Project mention: Write Grafana dashboards in Python, without losing thousands of dashboards in the zoo | /r/kubernetes | 2023-07-11

    How does it compare to grafanalib (Python) or grabana (Go)?

  • draft

    Generate High Level Cloud Architecture diagrams using YAML syntax. (by lucasepe)

  • gookit/config

    📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名 (by gookit)

  • Project mention: topoconfig: enhancing config declarations with graphs | dev.to | 2023-10-03

    gookit/config

  • aconfig

    Simple, useful and opinionated config loader.

  • rcc

    Repeatable, movable and isolated Python environments for your automation. 🚀

  • faq

    Format Agnostic jQ -- process various formats with libjq

  • dark

    (grafana) Dashboards As Resources in Kubernetes (by K-Phoen)

  • Project mention: Write Grafana dashboards in Python, without losing thousands of dashboards in the zoo | /r/kubernetes | 2023-07-11

    There’s also a Kubernetes controller based on grabana: dark (Dashboards As Resources in Kubernetes).

  • jk

    Configuration as Code with ECMAScript

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go YAML related posts

  • Show HN: Flatito, grep for YAML and JSON files

    4 projects | news.ycombinator.com | 25 Mar 2024
  • Building a flat-file CMS with Angular

    3 projects | dev.to | 5 Mar 2024
  • K8s Service Meshes: The Bill Comes Due

    2 projects | news.ycombinator.com | 2 Mar 2024
  • Using facts and the GitHub API in Ansible

    2 projects | dev.to | 30 Dec 2023
  • Jaq – A jq clone focused on correctness, speed, and simplicity

    28 projects | news.ycombinator.com | 29 Nov 2023
  • Runtime error with plugin that uses io.popen to run executable during plugin startup

    2 projects | /r/neovim | 29 Nov 2023
  • Alternatives to Helm/Kustomize for complex Kubernetes Deployments

    2 projects | /r/kubernetes | 10 Nov 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 17 May 2024
    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. Learn more →

Index

What are some of the best open-source YAML projects in Go? This list will help you:

Project Stars
1 urfave/cli 21,702
2 yq 10,872
3 dasel 4,889
4 DevOps 2,611
5 koanf 2,393
6 trdsql 1,891
7 ytt 1,591
8 murex 1,378
9 dyff 1,181
10 k2tf 1,144
11 go-yaml 1,034
12 yj 929
13 tfk8s 927
14 jd 759
15 restish 661
16 grabana 647
17 draft 574
18 gookit/config 523
19 aconfig 515
20 rcc 429
21 faq 419
22 dark 418
23 jk 399

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com