From 0056e464c1c14ae9c24a5258fa1dc9d8e6946ba1 Mon Sep 17 00:00:00 2001 From: hsikhwal Date: Thu, 2 Apr 2026 08:12:37 +0000 Subject: [PATCH 1/2] adding badges --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6bec369..5fb1347 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # ASTRA-sim Service +[![CI/CD](https://github.com/astra-sim/astra-sim-service/actions/workflows/workflow.yml/badge.svg)](https://github.com/astra-sim/astra-sim-service/actions/workflows/workflow.yml) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Docker Hub](https://img.shields.io/docker/pulls/astrasim/astra-sim-service)](https://hub.docker.com/r/astrasim/astra-sim-service) +[![GitHub issues](https://img.shields.io/github/issues/astra-sim/astra-sim-service)](https://github.com/astra-sim/astra-sim-service/issues) +[![GitHub stars](https://img.shields.io/github/stars/astra-sim/astra-sim-service)](https://github.com/astra-sim/astra-sim-service/stargazers) +[![InfraGraph](https://img.shields.io/badge/InfraGraph-v0.8.0-blue)](https://infragraph.dev/) + ASTRA-sim Service hides the complexity of configuring and running ASTRA-sim simulations by providing an OpenAPI-based [OpenAPIArt](https://github.com/open-traffic-generator/openapiart/tree/main) interface. It allows users to set up, control, and monitor simulations as remote services. The service supports flexible workload configuration using [MLCommons Chakra](https://github.com/mlcommons/chakra) and infrastructure modeling with [InfraGraph](https://infragraph.dev/). Users can easily configure simulation settings through Jupyter notebooks for interactive experimentation. The repository offers options for both Docker-based and standalone services, and includes ready-to-use sample notebooks for quick start. ![ASTRA-sim service](resources/ASTRA-Sim-Service.png) From acbeb8f6a6ecfd8b0852635c6b4a4f154e46e5ab Mon Sep 17 00:00:00 2001 From: hsikhwal Date: Thu, 2 Apr 2026 09:05:39 +0000 Subject: [PATCH 2/2] adding doc badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fb1347..6f3105b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![GitHub issues](https://img.shields.io/github/issues/astra-sim/astra-sim-service)](https://github.com/astra-sim/astra-sim-service/issues) [![GitHub stars](https://img.shields.io/github/stars/astra-sim/astra-sim-service)](https://github.com/astra-sim/astra-sim-service/stargazers) [![InfraGraph](https://img.shields.io/badge/InfraGraph-v0.8.0-blue)](https://infragraph.dev/) +[![GitHub Pages](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://astra-sim.github.io/astra-sim-service/) ASTRA-sim Service hides the complexity of configuring and running ASTRA-sim simulations by providing an OpenAPI-based [OpenAPIArt](https://github.com/open-traffic-generator/openapiart/tree/main) interface. It allows users to set up, control, and monitor simulations as remote services. The service supports flexible workload configuration using [MLCommons Chakra](https://github.com/mlcommons/chakra) and infrastructure modeling with [InfraGraph](https://infragraph.dev/). Users can easily configure simulation settings through Jupyter notebooks for interactive experimentation. The repository offers options for both Docker-based and standalone services, and includes ready-to-use sample notebooks for quick start.