GW2Raidar / gw2raidar

A log parsing website for Guild Wars 2 combat logs
http://www.gw2raidar.com
GNU General Public License v3.0
20 stars 14 forks source link

Integrate headless EI as parser of record #356

Open Lego6245 opened 4 years ago

Lego6245 commented 4 years ago

Dependent on #354

We should remove the old parser completely and replace it with EI running either in a micro-service or some other structure to enable us to use the parser instead of using the current one.

1) Remove the current option to upload logs to parse with our parser. 2) Set up EI to accept logs to parse. 3) Wire up the front and back ends to provide log files, verify their integrity, parse with EI, and then insert the json into the encounter store using #354.

Questions still remain if we should store the HTML output as well and make that accessible (probably)