Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Chart
showShapesfalse
timePeriodQuarter
width1200
categoryLabelPositionup45
dataOrientationvertical
typebar
yLabelGiB
height400


SQL
idmydata
dataSourcemars_apistats
select  to_char(month, 'MM/YYYY') as monthyear, to_char(delivered/1024^3, 'FM999,999,999,990.999') as "delivered" from datasets_stats_monthly where dataset='tigge-lam' and month>=date'2013-01-01' order by month ;
select  to_char(month, 'MM/YYYY') as monthyear, to_char(retrieved/1024^3, 'FM999,999,999,990.999') as "retrieved" from datasets_stats_monthly where dataset='tigge-lam' and month>=date'2013-01-01' order by month


Number of requests

(peak values not fully displayed:  03/2016: 2,770     09/2016 : 104,283     10/2016: 223,116)

Chart
dataDisplayafter
showShapesfalse
width1200
categoryLabelPositionup45
dataOrientationvertical
typebar
yLabelNr of requests
colors#FFAB00
rangeAxisUpperBound1000
height300


SQL
idmydata
dataSourcemars_apistats
select  to_char(month, 'MM/YYYY') as monthyear, requests as "user requests" from datasets_stats_monthly where dataset='tigge-lam' and month>=date'2013-01-01' order by month;


...