You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/concepts/glossary.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ We've taken careful consideration to use consistent terminology.
14
14
| <spanid="datajoint-elements">DataJoint Elements</span> | software modules implementing portions of experiment workflows designed for ease of integration into diverse custom workflows. |
15
15
| <spanid="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. |
16
16
| <spanid="datajoint-schema">DataJoint schema</span> | a software module implementing a portion of an experiment workflow. Includes database table definitions, dependencies, and associated computations. |
17
-
| <spanid="djhub">djHub</span> | our team's internal platform for delivering cloud-based infrastructure to support online training resources, validation studies, and collaborative projects. |
18
17
| <spanid="foreign-key">foreign key</span> | a field that is linked to another table's primary key. |
19
18
| <spanid="primary-key">primary key</span> | the subset of table attributes that uniquely identify each entity in the table. |
20
19
| <spanid="secondary-attribute">secondray attribute</span> | any field in a table not in the primary key. |
0 commit comments