31 lines
638 B
Markdown
31 lines
638 B
Markdown
# Data Storages
|
|
These contain tabular data, like EIT Events, Scan results, etc.
|
|
|ID|Type |
|
|
|--|----------|
|
|
| 1|In-Memory |
|
|
| 2|Filesystem|
|
|
| 3|PostgreSQL|
|
|
|
|
# Object Storages
|
|
These contain blob-like data, like Screenshots, DSM-CC Carousels, etc.
|
|
|ID|Type |
|
|
|--|----------|
|
|
| 1|MinIO |
|
|
| 2|Filesystem|
|
|
|
|
#IP Traffic handlers
|
|
These will have IP packets forwarded to.
|
|
|ID|Type |
|
|
|--|-----------|
|
|
| 1|PCAP Writer|
|
|
| 2|Discard |
|
|
|
|
#Network Types
|
|
These identify sources from which a network packet may come from.
|
|
|ID|Type |
|
|
|--|----------|
|
|
| 0|Reserved |
|
|
| 1|ATSC3 PLP |
|
|
| 2|MPEG-2 PID|
|
|
| 3|DVB MIS |
|
|
| 4|AAL5 | |