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

https://github.com/socketcluster/scc-state

Cluster state tracking and notification engine for SocketCluster clusters.
https://github.com/socketcluster/scc-state

Last synced: 12 months ago
JSON representation

Cluster state tracking and notification engine for SocketCluster clusters.

Awesome Lists containing this project

README

          

# scc-state
Cluster state tracking and notification engine for SCC.

### Usage

```js
SCC_STATE_LOG_LEVEL=1 node server.js
```

### Log levels

* 3 - log everything
* 2 - warnings and errors
* 1 - errors only
* 0 - log nothing

### Build and deploy to DockerHub

Replace `x.x.x` with the version number.

```
docker build -t socketcluster/scc-state:vx.x.x .
```

```
docker push socketcluster/scc-state:vx.x.x
```