These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

nvm

Author
Trader 2048
Federal Navy Academy
Gallente Federation
#1 - 2012-02-10 00:31:52 UTC  |  Edited by: Trader 2048
nvm
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#2 - 2012-02-10 01:55:34 UTC
What might be feasible for you is to use the Eve Marketeer unified uploader, sending it to a custom endpoint.

I've got something working that way, and it's doing at least some of the work for me.

There's a quick list of instructions on my site for getting XAMPP working (to get a copy of php, apache and mysql on your local machine, along with a copy of the eve Static data dump) and in a separate zip file, there's a quick and dirty uploader endpoint, which the unified uploader can use to dump market information into that mysql database. right now, all it does is toss the records into mysql. Which means over time it will have the same order in there multiple times. Though that could be useful for trend analysis.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

Trader 2048
Federal Navy Academy
Gallente Federation
#3 - 2012-02-10 02:21:26 UTC  |  Edited by: Trader 2048
nvm
Callean Drevus
Perkone
Caldari State
#4 - 2012-02-10 07:04:29 UTC  |  Edited by: Callean Drevus
I have no clue how to do it in C++

The eve central cache reader is open source though, and uses libevecache. You might look there for pointers on how to start.

That said, why use C++? The python implementations are a lot easier in my experience. Even if you do not know the language, after C++ it should be extremely easy to learn.

C will probably be faster on th analyzing though :P

Developer/Creator of EVE Marketeer