Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallrye/smallrye-health
https://github.com/smallrye/smallrye-health
hacktoberfest health microprofile smallrye
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-health
- Owner: smallrye
- License: apache-2.0
- Created: 2018-05-25T20:16:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-02T07:11:26.000Z (9 months ago)
- Last Synced: 2024-04-02T08:27:42.239Z (9 months ago)
- Topics: hacktoberfest, health, microprofile, smallrye
- Language: Java
- Homepage: https://smallrye.io/
- Size: 1.04 MB
- Stars: 45
- Watchers: 7
- Forks: 36
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
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-healthimage: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]