|
|
|
|
|
by iuiz
1100 days ago
|
|
We play Path Of Exile, an ARPG game with lots of trading and economy in our friend group. We have a Jupyter Notebook running on Google Colab, that extracts data from the game servers, and pushes the data into a Google Spreadsheet as a persistence layer. We have Sheets for data ingestion, and other sheets that do the business logic. This turned out to be a surprisingly well working pipeline and comes at zero hosting costs. We could just run Jupyter Lab somewhere, but this would cost too much and not nearly as quick to handle for our case. |
|