https://github.com/xmidt-org/medley
Consistent hashing with a focus on large numbers of nodes
https://github.com/xmidt-org/medley
Last synced: 12 days ago
JSON representation
Consistent hashing with a focus on large numbers of nodes
- Host: GitHub
- URL: https://github.com/xmidt-org/medley
- Owner: xmidt-org
- License: apache-2.0
- Created: 2021-02-25T04:23:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T16:41:02.000Z (5 months ago)
- Last Synced: 2025-05-13T00:52:28.565Z (12 days ago)
- Language: Go
- Size: 151 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# medley
medley provides service location based on hashing.
[](https://github.com/xmidt-org/medley/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/medley?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/medley)
[](https://sonarcloud.io/dashboard?id=xmidt-org_medley)
[](https://github.com/xmidt-org/medley/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/medley)## Summary
Medley is a Service Locator package that finds services based on hashing some arbitrary object. Currently, only consistent hashing is supported.
## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Install](#install)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Install
go get -u github.com/xmidt-org/medley
## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).