Code Monkey home page Code Monkey logo

yaml's Introduction

YAML (YAML Ain't Markup Language) prev - yet another markup language

pro

Devops| link | Shivam Sharma |



YAML files are like spreadsheets, but for computers. Just like a spreadsheet, a YAML file can store data in a table-like format. But unlike a spreadsheet, a YAML file is written in a human-readable format that is easy for computers to understand. This makes YAML files ideal for storing configuration data, such as the settings for a software application.

Eg:

name: Shivam
age: 21
address: !!omap
  city: Delhi
  state: New- Delhi
  country: India
  phone: !!seq
    office: !!int 3462873
    home: 
        - 1111111
        - 2222222

Learning Resources (highly recommanded for yaml learn)

Properties

  • Easy to read & simpler then json and xml files
  • We can't add commands.
  • Nice Strict syntax - (Indentation)

Usage

  • Used in Kubernetes, Docker
  • Used to store data in key-value pairs.
  • CI/CD tools like GitHub Actions, CircleCI, use YAML to create workflows.

Yaml devops tool that gonna help u surely

yaml's People

Contributors

drizer909 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.