Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 998 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 998 Bytes

pricing-fetcher

Coverage Status Build Status

Backend worker that will periodically poll CCP Datasources for market prices and publish internally.

Still very much a work in progress but the idea is fairly complex.

Some constraints I'm putting on it:

  1. It must be threaded
    1. Must be able to download multiple pages concurrently
  2. It must be poolable
    1. Meaning it must have a way for something to limit how much it can suck on the internets
  3. Must be asynchronous
    1. The transactions it's downloading are not sticking around in memory for very long
  4. The state of the regions download must be known and publishable
    1. Meaning it can send a message when it starts and has completely finished