Skip to content
This repository was archived by the owner on Aug 9, 2025. It is now read-only.

abaeve/pricing-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors