From 2586a0101ad26cb4b096643f91994d682765f733 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 8 Oct 2024 10:36:27 -0600 Subject: [PATCH] chore: add several badges Signed-off-by: tison --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c254b5f..889bd3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Morax +[![Discord][discord-badge]][discord-url] +[![Apache 2.0 licensed][license-badge]][license-url] +[![Build Status][actions-badge]][actions-url] + +[discord-badge]: https://img.shields.io/discord/1291345378246922363?logo=discord&label=discord +[discord-url]: https://discord.gg/RRxbfYGqHM +[license-badge]: https://img.shields.io/crates/l/morax-cli +[license-url]: LICENSE +[actions-badge]: https://github.com/tisonkun/morax/workflows/CI/badge.svg +[actions-url]:https://github.com/tisonkun/morax/actions?query=workflow%3ACI + Morax is aimed at providing message queue and data streaming functionality based on cloud native services: * Meta service is backed by Postgres compatible relational database services (RDS, Aurora, etc.).