Datasets

The information about the datasets is in a separate file data/datasets.json. When a new dataset is used, please add it to the list of datasets, using the specification described below.

Specification

{ <dataset>+ }
<dataset> -> <dataset-key>: {
  "name": <free-text>,
  "year": <free-integer>,
  "data-type": <data-type>,
  "type": <type>,
  "availability": <availability>
}

<dataset-key> -> <free-text>
<data-type> -> "packet_pcap" | "packet_other" | "flow_sflow" | "flow_netflow" | "flow_ipfix" | "flow_other" | "other"
<type> -> "real" | "synthetic"
<availability> -> "public" | "private" | "on_demand"