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.
 

EVE Online cache/bulkdata file reader in JAVA

Author
TbT78
Bad Wolf Bay Trading
#1 - 2011-09-22 07:48:12 UTC
Hi,

i wrote an JAVA library able to reade most of the cache/bulkdata files present at the moment in EVE. It has its glitches but does perform well on most of the files. INkluded are some sample readers for converting market related data into a form that can be easy useable in JAVA. So if you are into JAVA give it a try and let me know how bad it is and what types of errors you get.

It's a Maven JAVA Project hosted on guthub.

https://github.com/evetools/marshal/tree/development


Please note there is no release version till now so grab your copy from the development branch an build it via mvn package.

if you like this project you are free to donate ISK :)
Wind Jammer
Molden Heath Software Company
#2 - 2011-11-23 23:23:38 UTC
TbT78 wrote:
Hi,

i wrote an JAVA library able to reade most of the cache/bulkdata files present at the moment in EVE. It has its glitches but does perform well on most of the files. INkluded are some sample readers for converting market related data into a form that can be easy useable in JAVA. So if you are into JAVA give it a try and let me know how bad it is and what types of errors you get.

It's a Maven JAVA Project hosted on guthub.

https://github.com/evetools/marshal/tree/development


Please note there is no release version till now so grab your copy from the development branch an build it via mvn package.

if you like this project you are free to donate ISK :)


Nice work TbT78. I've just used your library to harvest a load of market volume data, from the Market History page, for some analysis I'm working on. Smile