Internal PostgreSQL database for tracking VDI datasets.
Based on: https://hub.docker.com/_/postgres
Table | Purpose |
---|---|
Root VDI dataset tracking table. |
|
Listing of data files belonging to a target dataset. |
|
Listing of projects that a dataset belongs to. |
|
User provided metadata about a target dataset. |
|
Timestamps for determining whether a dataset has been updated since it was last synchronized. |
|
Share offers from a dataset owner to a target recipient. |
|
Share receipts from a share offer recipient. |
|
Dataset import status tracking. |
|
Messages generated while attempting to import a dataset. |
Primary dataset registration table. All dataset foreign keys link here.
Column | Type | Description |
---|---|---|
|
|
ID of the dataset. |
|
|
Name of the dataset type. |
|
|
Version for the dataset type. |
|
|
External ID of the user that owns the dataset. |
|
|
Whether the dataset has been marked as deleted. |
|
|
Timestamp of when the dataset was created. |
Listing table for imported dataset data files for each dataset.
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
Name of the dataset data file. |
Listing table for dataset links to target VEuPathDB projects.
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
Name of the dataset type. |
Mutable user metadata about a target dataset.
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
Name for the dataset. |
|
|
Short summary of the dataset to be rendered as part of the dataset listing table in the site UI. |
|
|
Long description of the dataset. |
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
Timestamp of the latest share in S3. |
|
|
Timestamp of the latest data file in S3. |
|
|
Timestamp of the latest |
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
External user ID of the share recipient. |
|
|
Enum:
|
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
External user ID of the share recipient. |
|
|
Enum:
|
Column | Type | Description |
---|---|---|
|
|
ID of the target dataset. |
|
|
Enum:
|