Atom that visualizes the current CIDARO srl microservices infrastructure.
version 1.0.0-beta
Status · Description · Install
Bismuth is currently in beta version and it is currently visible at this link.
Bismuth is a simple React App that visualizes using the d3.js library a graph that displays our microservices infrastructure.
The frameworks and libraries used are the following:
Since it's just a React Application, you can serve and install it locally by using all your preferred tools.
If you want to use Docker instead, follow the guide below:
To install Bismuth using docker, run the following command to build the image:
docker build --compress --force-rm --rm -t bismuth:latest .And then just run the newly created image:
docker run -it --rm -p 80:80 -d bismuth:latest