azuqua / notp

A library for writing distributed systems that use a gossip protocol to communicate state management, consistent hash rings for sharding, and vector clocks for history. https://www.npmjs.com/package/clusterluck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add convenience commands to CLI tool for reading nodes from a ring, pinging external nodes

kevinwilson541 opened this issue · comments

  • Need a way to read a list of nodes from the CLI tool for convenience (over the JSON blob returned by inspect)
  • Need a way to ping external nodes from the CLI to check cluster health

Resolved.