From 67aa4a10e83e05eed2cac1c395459805be16cfb7 Mon Sep 17 00:00:00 2001 From: Adrien Aury <44274230+adrienaury@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:00:20 +0000 Subject: [PATCH] docs: add badges --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce391ff..d438aff 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -# SILO +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/CGI-FR/SILO/ci.yml?branch=main) +[![Go Report Card](https://goreportcard.com/badge/github.com/cgi-fr/silo)](https://goreportcard.com/report/github.com/cgi-fr/silo) +![GitHub all releases](https://img.shields.io/github/downloads/CGI-FR/SILO/total) +![GitHub](https://img.shields.io/github/license/CGI-FR/SILO) +![GitHub Repo stars](https://img.shields.io/github/stars/CGI-FR/SILO) +![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/CGI-FR/SILO) +![GitHub release (latest by date)](https://img.shields.io/github/v/release/CGI-FR/SILO) -SILO (Sparse Input Linked Output) is an open-source command-line interface (CLI) tool designed for processing data in JSONLine format. It provides functionality to ingest data from standard input (stdin) and isolate entites (which are groups of related values) into a file, allowing users to create a referential of all entities discovered within the JSONLine data. +# SILO - Sparse Input Linked Output -SILO can be used in addition to LINO and PIMO tools to generate consistency sources. +SILO is an open-source command-line interface (CLI) tool designed for processing data in JSONLine format. It provides functionality to ingest data from standard input (stdin) and isolate entites (which are groups of related values) into a file, allowing users to create a referential of all entities discovered within the JSONLine data. + +SILO can be used in addition to LINO and PIMO tools to generate consistency sources accross multiple databases. Here is an short example where SILO can be useful :