-
Notifications
You must be signed in to change notification settings - Fork 3
Definitions
This page serves as a central source of documentation for important terms and concepts used in CCD
-
Dataset: Each dataset is expected to be a two-dimensional array of values & stored in .csv format. Currently, CCD only supports numerical data.
-
Policy: Each dataset must be accompanied by a policy over it's columns. For data stored in Swift, the policy for a dataset must be stored in the same container as the dataset, and named
<dataset_name>.json
. For data stored in Dataverse, the policy must be part of the same data directory as the dataset, and named<dataset_name>.json
. -
Workflow: A workflow is expected to be a series of SQL-like relational queries, and adhere to Conclave's query syntax. Allowed queries and syntax are documented in the Queries page, and full workflows are documented in the Workflows page.