Added capillaries (#5133)

* Added capillaries

* Trigger Build

* Trigger Build

---------

Co-authored-by: KH <>
This commit is contained in:
KH 2024-06-04 19:10:16 -07:00 committed by GitHub
parent c804cf3f06
commit 2f96d45089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -926,6 +926,7 @@ _Packages that help with building Distributed Systems._
- [arpc](https://github.com/lesismal/arpc) - More effective network communication, support two-way-calling, notify, broadcast. - [arpc](https://github.com/lesismal/arpc) - More effective network communication, support two-way-calling, notify, broadcast.
- [bedrock](https://github.com/z5labs/bedrock) - Provides a minimal, modular and composable foundation for quickly developing services and more use case specific frameworks in Go. - [bedrock](https://github.com/z5labs/bedrock) - Provides a minimal, modular and composable foundation for quickly developing services and more use case specific frameworks in Go.
- [capillaries](https://github.com/capillariesio/capillaries) - distributed batch data processing framework.
- [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go. - [celeriac](https://github.com/svcavallar/celeriac.v1) - Library for adding support for interacting and monitoring Celery workers, tasks and events in Go.
- [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads. - [consistent](https://github.com/buraksezer/consistent) - Consistent hashing with bounded loads.
- [consistenthash](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas. - [consistenthash](https://github.com/mbrostami/consistenthash) - Consistent hashing with configurable replicas.