ed-pilots-network / backend

Project to consume the Kafka, process the messages and provide an API to access the data
Apache License 2.0
12 stars 5 forks source link

51 Trade-Loop-Finder #179

Closed Daniel-J-Mason closed 2 months ago

Daniel-J-Mason commented 2 months ago

Trade loop finder, limit 50 results Utilizes combined queryings.

BestTradeBetweenStations single hop query takes about 4ms, current plan is find best single hop trades nearby with distance from commander, take results and run BestTradeBetweenStations to complete loop, reorder by total profit.

Closes 51