solana-accountsdb-connector/service-mango-fills
Riordan Panayides 21f614b286 Update fills feed, disable connector-mango 2022-11-21 03:47:20 +00:00
..
src Update fills feed, disable connector-mango 2022-11-21 03:47:20 +00:00
Cargo.toml Refactor metrics 2022-10-07 11:44:53 +01:00
README.md merge fill service 2022-03-28 20:01:16 +02:00
example-config.toml Refactor metrics 2022-10-07 11:44:53 +01:00
template-config.toml Refactor metrics 2022-10-07 11:44:53 +01:00

README.md

connector-fills

This module parses event queues and exposes individual fills on a websocket.

TODO:

  • [] early filter out all account writes we dont care about
  • [] startup logic, dont accept websockets before first snapshot
  • [] failover logic, kill all websockets when we receive a later snapshot, more frequent when running on home connections
  • [] track websocket connect / disconnect
  • [] track latency accountwrite -> websocket
  • [] track queue length