Applications made on Slow APIs

SQL Query to See How Many Requests Per Day

View the Desktop Version

I ran a SQL Query to see how popular the Video Merge Tool is:

select day(ts), count(1) from merge group by day(`ts`)

And here is the results for the last few days:

day(ts) count(1)
17 45
18 244
19 165
20 143
21 195
22 107

Product Recommendations

View the Desktop Version
Exit mobile version