Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ba-st/stargate-consul
Integration with Consul HTTP API to register and deregister services
https://github.com/ba-st/stargate-consul
consul pharo stargate
Last synced: about 2 months ago
JSON representation
Integration with Consul HTTP API to register and deregister services
- Host: GitHub
- URL: https://github.com/ba-st/stargate-consul
- Owner: ba-st
- License: mit
- Created: 2020-01-29T14:34:07.000Z (almost 5 years ago)
- Default Branch: release-candidate
- Last Pushed: 2024-07-19T20:10:37.000Z (6 months ago)
- Last Synced: 2024-07-20T00:56:32.880Z (6 months ago)
- Topics: consul, pharo, stargate
- Language: Smalltalk
- Homepage:
- Size: 229 KB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Stargate Consul
![Logo](assets/logo.svg)
This library provides a [Stargate](https://github.com/ba-st/Stargate) operational
plugin to interact with the [Consul](https://www.consul.io) HTTP API.[![Pharo Unit Tests](https://github.com/ba-st/Stargate-Consul/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/unit-tests.yml)
[![GS64 - Unit Tests](https://github.com/ba-st/Stargate-Consul/actions/workflows/unit-tests-gs64.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/unit-tests-gs64.yml)
[![Coverage Status](https://codecov.io/github/ba-st/Stargate-Consul/coverage.svg?branch=release-candidate)](https://codecov.io/gh/ba-st/Stargate-Consul/branch/release-candidate)[![Baseline Groups](https://github.com/ba-st/Stargate-Consul/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/loading-groups.yml)
[![GS64 Components](https://github.com/ba-st/Stargate-Consul/actions/workflows/loading-gs64-components.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/loading-gs64-components.yml)
[![Pharo - Integration Tests](https://github.com/ba-st/Stargate-Consul/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/integration-tests.yml)
[![GS64 - Integration Tests](https://github.com/ba-st/Stargate-Consul/actions/workflows/integration-tests-gs64.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/integration-tests-gs64.yml)[![Markdown Lint](https://github.com/ba-st/Stargate-Consul/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/markdown-lint.yml)
[![Shellcheck](https://github.com/ba-st/Stargate-Consul/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/ba-st/Stargate-Consul/actions/workflows/shellcheck.yml)[![GitHub release](https://img.shields.io/github/release/ba-st/Stargate-Consul.svg)](https://github.com/ba-st/Stargate-Consul/releases/latest)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-informational)](https://pharo.org)[![GS64 3.7.0](https://img.shields.io/badge/GS64-3.7.0-informational)](https://gemtalksystems.com/products/gs64/)
[![GS64 3.7.1](https://img.shields.io/badge/GS64-3.7.1-informational)](https://gemtalksystems.com/products/gs64/)Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/ba-st/Stargate-Consul/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/ba-st/Stargate-Consul/issues/new?labels=Type%3A+Feature)The integration provided in the operational plugin interacts with Consul HTTP
API to register and deregister the configured services when the API starts/stops.## License
- The code is licensed under [MIT](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
To load the project in a Pharo image follow these [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)