Honestly I'm so glad logs is down right now, saved me from an appearance in the 98dpm thread lmao
Hello, I wanted to ask how much data is currently stored on logs.tf. I'm working on a software project that utilizes logs.tf, and it would be very helpful to know whether it is feasible to essentially store all of logs.tf in my own database in order to get around the rate limiting, or if I should just stick to storing only crucial data for each log in my database on demand.
just take the average log size * the number of logs (which is prominently displayed on the logs.tf front page)
hYm3nSl4yrjust take the average log size * the number of logs (which is prominently displayed on the logs.tf front page)
Taking a sample of 100 random serveme logs, 172MB uncompressed.
So probably something approaching 7TB uncompressed for all of logs.tf, but if you compress it with something quick and good like zstd, TF2 logs shrink over 20x, so you'll need 300GB of space or so.
Taking a sample of 100 random serveme logs, 172MB uncompressed.
So probably something approaching 7TB uncompressed for all of logs.tf, but if you compress it with something quick and good like zstd, TF2 logs shrink over 20x, so you'll need 300GB of space or so.
sirHello, I wanted to ask how much data is currently stored on logs.tf. I'm working on a software project that utilizes logs.tf, and it would be very helpful to know whether it is feasible to essentially store all of logs.tf in my own database in order to get around the rate limiting, or if I should just stick to storing only crucial data for each log in my database on demand.
The JSON data dump, usually sufficient enough, is ~115GB.
The JSON data dump, usually sufficient enough, is ~115GB.
hey, is there a way to use the API to get logs of a player playing a specific class?
zooob
@zooob
(I tried to tag properly, as was suggested)
We started logging TF2 Classified matches on logs.tf. It's a TF2 mod, released on Steam this year.
We play game modes including the Civilian class, in VIP role.
The following log is from yesterday in a VIP Race map (plays sort of like 5cp):
https://logs.tf/4118998
The player named Xinayder was a full time VIP (Civilian class). But, as expected, there is no class icon for that. It would be perfect if the parser could perceive it and reflect it in the UI.
Moreover, Xinayder made a plugin that logs even more VIP events, though I am not fully familiar with it. I would have to ask what we are logging and discuss if there is information worthy of demonstrating in the logs.tf UI. https://github.com/Xinayder/comptf2c/blob/master/addons/sourcemod/scripting/tf2c_eventlogger.sp
[b]@zooob[/b]
(I tried to tag properly, as was suggested)
We started logging [url=https://store.steampowered.com/app/3545060/Team_Fortress_2_Classified/]TF2 Classified[/url] matches on logs.tf. It's a TF2 mod, released on Steam this year.
We play game modes including the Civilian class, in VIP role.
The following log is from yesterday in a VIP Race map (plays sort of like 5cp):
https://logs.tf/4118998
The player named Xinayder was a full time VIP (Civilian class). But, as expected, there is no class icon for that. It would be perfect if the parser could perceive it and reflect it in the UI.
Moreover, Xinayder made a plugin that logs even more VIP events, though I am not fully familiar with it. I would have to ask what we are logging and discuss if there is information worthy of demonstrating in the logs.tf UI. https://github.com/Xinayder/comptf2c/blob/master/addons/sourcemod/scripting/tf2c_eventlogger.sp