Skip to content

Commit ccd9605

Browse files
committed
Update glossary page
1 parent 6e1d2bf commit ccd9605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/concepts/glossary.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ We've taken careful consideration to use consistent terminology.
1414
| <span id="datajoint-elements">DataJoint Elements</span> | software modules implementing portions of experiment workflows designed for ease of integration into diverse custom workflows. |
1515
| <span id="datajoint-pipeline">DataJoint pipeline</span> | the data schemas and transformations underlying a DataJoint workflow. DataJoint allows defining code that specifies both the workflow and the data pipeline, and we have used the words "pipeline" and "workflow" almost interchangeably. |
1616
| <span id="datajoint-schema">DataJoint schema</span> | a software module implementing a portion of an experiment workflow. Includes database table definitions, dependencies, and associated computations. |
17-
| <span id="djhub">djHub</span> | our team's internal platform for delivering cloud-based infrastructure to support online training resources, validation studies, and collaborative projects. |
1817
| <span id="foreign-key">foreign key</span> | a field that is linked to another table's primary key. |
1918
| <span id="primary-key">primary key</span> | the subset of table attributes that uniquely identify each entity in the table. |
2019
| <span id="secondary-attribute">secondray attribute</span> | any field in a table not in the primary key. |

0 commit comments

Comments
 (0)