Giter VIP home page Giter VIP logo

devops-solutions-map's Introduction

DevOps Solutions Map

DevOps Solutions Map is a Python-based application that helps you to produce a DevOps tool chain map according to their position in the delivery loop and their use case.

This tool has been inspired by the various tech radar approach.

DevOps Solutions Map

Usage

The application is available as a container image you may host and run. The data are formatted using a YAML file that will be rendered by the web application. The content is rendered using the file items order.

Basic container with volume run

Basic run example, where version is the latest available version :

podman run -v ./data:/data:Z ghcr.io/wivik/devops-solutions-map:(version)

Note : you may also use Docker instead of Pdoman, of course.

With built-in assets

You can use your company brand logo instead of the project's by replacing the static/img/logo.png file in the image's content. Also the solutions.yaml file can be integrated in this way too.

Basic Containerfile example :

FROM ghcr.io/wivik/devops-solutions-maps:(version)

COPY mylogo.png /devops-map/static/img/logo.png
COPY solutions.yaml /devops-map/data/solutions.yaml

Data file format

Please refer to the dedicated documentation.

Contribute

Fork the project, create a branch, open a Pull Request.

Please ensure you're using the conventional commits specification for changelog generation.

License

This project is licensed under MIT.

The mascot is licensed under CreativeCommons CC-BY-SA 4.0.

devops-solutions-map's People

Contributors

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