https://github.com/hugofirth/shoal
Scala library for gossip based membership and failure detection
https://github.com/hugofirth/shoal
failure-detection gossip membership scala-library
Last synced: 4 days ago
JSON representation
Scala library for gossip based membership and failure detection
- Host: GitHub
- URL: https://github.com/hugofirth/shoal
- Owner: hugofirth
- License: other
- Created: 2020-08-07T21:50:56.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T18:04:23.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T08:29:55.155Z (8 months ago)
- Topics: failure-detection, gossip, membership, scala-library
- Language: Scala
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Shoal
[](https://github.com/hugofirth/shoal/actions?query=branch%3Amain+workflow%3Abuild) [](https://maven-badges.herokuapp.com/maven-central/io.splitbrain/shoal-core_2.13)
A Scala library for gossip based membership and failure detection
**NOTE**: The readme contents below are auto populated by a scala library generator. There is not yet documentation, a microsite, or a maven build.
## Usage
The packages are published on Maven Central.
```scala
libraryDependencies += "io.splitbrain" %% "shoal-core" % ""
```## Documentation
Links:
- [Website](https://splitbrain.io/shoal/)
- [API documentation](https://splitbrain.io/shoal/api/)## Contributing
The Shoal project welcomes contributions from anybody wishing to participate. All code or documentation that is provided must be licensed with the same license that Shoal is licensed with (Apache 2.0, see [LICENCE](./LICENSE.md)).
People are expected to follow the [Scala Code of Conduct](./CODE_OF_CONDUCT.md) when discussing Shoal on GitHub, Gitter channel, or other venues.
Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted. For more information, check out the [contributor guide](./CONTRIBUTING.md).
## License
All code in this repository is licensed under the Apache License, Version 2.0. See [LICENCE](./LICENSE.md).