A compose file visualization tool that supports compose-spec and allows you to gernerate graph in several formats.
Project description
Table of Contents
About The Project
compose-viz
is a compose file visualization tool that follows compose-spec and allows you to gernerate graph in several formats.
If you are looking for a compose file vizualization tool, and you are using one of the compose-spec implementations (e.g. docker-compose/podman-compose), then compose-viz
is a great choice for you.
Getting Started
Prerequisities
Graphviz
You need to install Graphviz to generate graphs.
Installation
Using pip
pip install compose-viz
Using .whl
See releases.
Docker Image
Example
This example yml is from docker compose beginner tutorial.
cd examples/voting-app/
# using python script
cpv -m svg docker-compose.yml
# using docker image
docker run --rm -it -v $(pwd):/in wst24365888/compose-viz -m svg docker-compose.yml
# using docker image in powershell
docker run --rm -it -v ${pwd}:/in wst24365888/compose-viz -m svg docker-compose.yml
And this is what the result looks like:
Check out the result here.
Usage
cpv [OPTIONS] INPUT_PATH
Options
Option | Description |
---|---|
-o, --output-filename FILENAME |
Output filename for the generated visualization file. [default: compose-viz] |
-m, --format FORMAT |
Output format for the generated visualization file. See supported formats. [default: png] |
-r, --root-service SERVICE_NAME |
Root of the service tree (convenient for large compose yamls) |
-l, --legend |
Include a legend in the visualization. |
-v, --version |
Show the version of compose-viz. |
--help |
Show help and exit. |
Roadmap
- Support more vizualization components.
See the open issues for a full list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/amazing-feature
) - Commit your Changes with Conventional Commits
- Push to the Branch (
git push origin feat/amazing-feature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Author
- HSING-HAN, WU (Xyphuz)
- Mail me: xyphuzwu@gmail.com
- About me: https://www.xyphuz.com
- GitHub: https://github.com/wst24365888
Project Link
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file compose_viz-0.3.2.tar.gz
.
File metadata
- Download URL: compose_viz-0.3.2.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.2 Linux/6.5.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99683cbb769248b93355cc3735a81b568e8404badd841afe2977476f14e45b68 |
|
MD5 | e1a2d63eff5f177110c1802729747c8a |
|
BLAKE2b-256 | d6a6034740206d25721ea5c779d95b098d881b5e6a10975c05fbb402c3cb98e7 |
File details
Details for the file compose_viz-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: compose_viz-0.3.2-py3-none-any.whl
- Upload date:
- Size: 17.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.10.2 Linux/6.5.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58071fba1de2012ef654342b5b010651ffa53aa78da0dbdbf12231483f8eba40 |
|
MD5 | 83ed9fb662f0d39415404e7b6fec467f |
|
BLAKE2b-256 | dbb69a1670ac63e137d5c62489db214964df352d408831ad35dc80e9809e8cdb |