EVE_MarketAnalyzer
EVE_MarketAnalyzer copied to clipboard
A suite to store and process EVE online market data
Configure virtual linux box for developers - Add daily snapshot for recovery - Add ODBC connections to dummy dev account (read only) - Add ODBC connections to dev-mirror tables (read/write)...
http://eveonline-third-party-documentation.readthedocs.org/en/latest/xmlapi/serv_serversstatus/ If the EVE server isn't online, unlikely to be receiving new kills from zkb. Add test in "no kills received" logic chain? Use eveapi (currently submodule in pcu_cron branch)...
have all "data fetch" scripts in one central location for easier distribution.
Using CREST data, classify supply/demand for raw moon products. ## Facets - Rarity (R2/4, R8, R16, R32, R64) - Demand v Supply (volume) - Prices vs Volumes - Adv material...
Low priority, but a requirements.txt may make installing required python plugins easier: ``` pip install -r requirements.txt ``` This won't be a complete install of all requirements, because for example...
Configure a dependencies manager like Vagrant for easier development
For WIN10, check out environment dependencies and test config. Update [Dependencies](https://github.com/lockefox/EVE_MarketAnalyzer/wiki/dependencies) entry
SDE data for invtypes/groups/categories is on CREST. Move SDE queries to CREST ones. Slurp down CREST tables to local JSON or SQL. Remove need for SDE update every release, track...
[latest hash archive](https://www.reddit.com/r/evetech/comments/3ohd1v/28285480_killmails_crest/) Easiest way to recreate kill tables is from CCP [CREST killmail endpoint](https://neweden-dev.com/CREST:Resource:Killmail) Features: - Be able to set date range for pull - Threadded (like `crest_markethistory`) -...
currently `date` columns default to `price_date` 1) add `datetime_col_name` to replace `price_date` in script 2) add datetime support for date queries. Currently defaults to ISO date