Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 415 Bytes

cloudkit-multiplex

About

cloudkit-multiplex is a means by which node operation events can be multiplexed to other cloud native transports, for example:

  • eclair websocket subscription -> AWS SNS topic
  • bitcoin zmq subscription -> AWS kinesis stream
  • lightning/lnd invoice created hook (using rpc middleware interceptor) -> AWS SQS queue

Usage

multiplex start --source eclair --destination sns