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

https://github.com/shivanshvij/dbleader

A simple continuous leader election library for Go.
https://github.com/shivanshvij/dbleader

database election golang leader

Last synced: about 2 months ago
JSON representation

A simple continuous leader election library for Go.

Awesome Lists containing this project

README

          

# DBLeader

A simple continuous leader election library for Go.

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
![Go Version](https://img.shields.io/badge/go%20version-%3E=1.22-61CFDD.svg)

## Contributing

Bug reports and pull requests are welcome on GitHub at [https://github.com/shivanshvij/dbleader][gitrepo]. For more contribution information check out [the contribution guide](contributing).

## License

This project is available as open source under the terms of the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

## Code of Conduct

Everyone interacting in this project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/master/code-of-conduct.md).

[gitrepo]: https://github.com/shivanshvij/dbleader
[contributing]: https://github.com/shivanshvij/dbleader/blob/main/CONTRIBUTING.md