Skip to content

Commit

Permalink
Merge pull request #4 from robertbetts/develop
Browse files Browse the repository at this point in the history
update badges
  • Loading branch information
robertbetts authored Sep 5, 2023
2 parents 9623d1b + 4b76bbd commit aae5325
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## A Distributed Event Driven Service Mesh

[![codecov](https://codecov.io/gh/robertbetts/nuropb/branch/main/graph/badge.svg?token=DVSBZY794D)](https://codecov.io/gh/robertbetts/nuropb)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![CodeFactor](https://www.codefactor.io/repository/github/robertbetts/nuropb/badge)](https://www.codefactor.io/repository/github/robertbetts/nuropb)
[![License: MIT](https://img.shields.io/pypi/l/giteo)](https://www.apache.org/licenses/LICENSE-2.0.txt)

You have a Python class that you want to make available as a service to consumers.
* You potentially want to scale this service horizontally many times over, likely at an unknown scale.
* Your service may need to communicate to other services too
Expand Down

0 comments on commit aae5325

Please sign in to comment.