Baselight

Key Traffic Of The European Federation Gateway Service (EFGS)

European Centre for Disease Prevention and Control

@ecdc.efgs

EFGS Keys Traffic Data
@ecdc.efgs.efgs_keys_traffic_data

  • 402.79 KB
  • 10728 rows
  • 10 columns
date

Date

country

Country

number_of_upload_keys

Number Of Upload Keys

n__of_upload_keys

% Of Upload Keys

number_of_upload_operations

Number Of Upload Operations

n__of_upload_operations

% Of Upload Operations

number_of_download_keys

Number Of Download Keys

n__of_download_keys

% Of Download Keys

number_of_download_operations

Number Of Download Operations

n__of_download_operations

% Of Download Operations

Tue Feb 21 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany124831001110011100
Mon Feb 20 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany134161001810018100
Sun Feb 19 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany50821001910039100
Sat Feb 18 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany117941002110043100
Fri Feb 17 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany173741002010020100
Thu Feb 16 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany204181002110021100
Wed Feb 15 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany237611002110021100
Tue Feb 14 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany297491002310023100
Mon Feb 13 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany157421001810018100
Sun Feb 12 2023 00:00:00 GMT+0000 (Coordinated Universal Time)Germany44981001610033100

CREATE TABLE efgs_keys_traffic_data (
  "date" TIMESTAMP,
  "country" VARCHAR,
  "number_of_upload_keys" BIGINT,
  "n__of_upload_keys" DOUBLE,
  "number_of_upload_operations" BIGINT,
  "n__of_upload_operations" DOUBLE,
  "number_of_download_keys" BIGINT,
  "n__of_download_keys" DOUBLE,
  "number_of_download_operations" BIGINT,
  "n__of_download_operations" DOUBLE
);