Code Monkey home page Code Monkey logo

cue_demo's Introduction

CUE (Configure Unify Execute)

CUE is an open-source Data Validation language and inference engine with its roots in logic programming.

Instead of writing code like typical languages, you provide values, types, definitions, and constraints to Cue, and it checks if what you entered is correct.

For those familiar with Rego, it's important to note that CUE and Rego are both declarative configuration languages but they have some key differences.

Overall, the choice between CUE and Rego depends on your specific use case.

If you need a general-purpose configuration language with data validation capabilities, CUE might be a better fit.

On the other hand, if your main focus is on defining and enforcing policies, Rego in combination with Open Policy Agent could be more suitable.

CUE is still evolving and things are going to change.

This repo will display examples of how CUE can be used in different scenarios.

Validate

validate dir contains the ArgoCD installation manifests in yaml format and the CUE files to validate them.

git clone https://github.com/J0hn-B/cue_demo.git && cd validate/
$ tree
    .
    |-- argocd.yml          # argocd installation
    |-- check.cue           # CUE Definitions
    `-- validate_tool.cue   # Logic and the sequence of commands to run the validation.

To validate the argocd manifests, run the following command:

cue cmd validate

Follow the instructions on terminal.

cue_demo's People

Contributors

j0hn-b avatar

Stargazers

 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.