Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/smallrye/smallrye-health


https://github.com/smallrye/smallrye-health

hacktoberfest health microprofile smallrye

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

:microprofile-health: https://github.com/eclipse/microprofile-health/
:ci: https://github.com/smallrye/smallrye-health/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-health

image:https://github.com/smallrye/smallrye-health/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-health&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/thorntail/thorntail.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye/smallrye-health?color=green[]

= SmallRye Health

SmallRye Health is an implementation of {microprofile-health}[Eclipse MicroProfile Health].

== Instructions

Compile and install this project:

[source,bash]
----
mvn clean install
----

=== Project structure

* link:implementation[] - Implementation of the Eclipse MicroProfile Health API.
* link:testsuite[] - Test suite to run the implementation against the Eclipse MicroProfile Health TCK.
* link:doc[] - Project documentation.
* link:ui[] - A small UI for /health

=== Links

* http://github.com/smallrye/smallrye-health/[Project Homepage]
* {microprofile-health}[Eclipse MicroProfile Health]