Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/rdoorn/cluster

Package cluster implements a interface for clustered services. It allows you to interace to a cluster node, and messages sent across will be received by the connected cluster nodes. You can interface freely between these N nodes. Additionaly there is also an API interface for passing commands to the cluster. You can interface through the Cluster Manager using channels. Messages that are not used specificly by the cluster are forwarded to the client application using this cluster library. This interface allows you to send data to the cluster, which will be broadcasted across the connected nodes. These channels are available to read additional cluster status updates With APIEnabled you can recieve API requests though an authenticated web interface Read the Log channel to receive cluster wide logging Example shows a single node able to send and recieve messages You can send any type of data to the cluster

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rdoorn/cluster
Keywords: cluster, golang
License: MIT
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/rdoorn
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago

    Loading...
    Readme
    Loading...