pyegeria 5.4.0.dev3__py3-none-any.whl → 5.4.0.dev5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- commands/cat/debug_log +227 -0
- commands/cat/dr_egeria_md.py +12 -3
- commands/cat/list_collections.py +7 -6
- commands/cat/list_data_designer.py +19 -8
- md_processing/__init__.py +4 -1
- md_processing/data/commands.json +142 -17
- md_processing/dr_egeria_outbox/processed-2025-06-22 21:06-dr_egeria_data_designer_1.md +134 -0
- md_processing/dr_egeria_outbox/processed-2025-06-22 21:13-dr_egeria_data_designer_1.md +133 -0
- md_processing/dr_egeria_outbox/processed-2025-06-22 21:19-dr_egeria_data_designer_1.md +141 -0
- md_processing/md_commands/data_designer_commands.py +408 -101
- md_processing/md_commands/glossary_commands.py +0 -30
- md_processing/md_commands/solution_architect_commands.py +1 -1
- md_processing/md_processing_utils/common_md_proc_utils.py +16 -4
- md_processing/md_processing_utils/md_processing_constants.py +3 -1
- pyegeria/collection_manager_omvs.py +120 -72
- pyegeria/data_designer_omvs.py +143 -42
- pyegeria/output_formatter.py +30 -11
- pyegeria/solution_architect_omvs.py +273 -5
- {pyegeria-5.4.0.dev3.dist-info → pyegeria-5.4.0.dev5.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.dev3.dist-info → pyegeria-5.4.0.dev5.dist-info}/RECORD +23 -57
- commands/cat/.DS_Store +0 -0
- commands/cat/debug_log.2025-06-05_20-24-18_123924.log.zip +0 -0
- commands/cat/debug_log.2025-06-10_08-45-03_929921.log.zip +0 -0
- commands/cat/debug_log.2025-06-11_09-57-21_247890.log.zip +0 -0
- commands/cat/debug_log.2025-06-12_16-14-31_212042.log.zip +0 -0
- commands/cat/debug_log.log +0 -1267
- commands/cat/solution_architect_log.log +0 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
- md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
- md_processing/dr_egeria_inbox/cat_test.md +0 -100
- md_processing/dr_egeria_inbox/data_designer_search_test.md +0 -11
- md_processing/dr_egeria_inbox/data_field.md +0 -54
- md_processing/dr_egeria_inbox/data_spec.md +0 -77
- md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
- md_processing/dr_egeria_inbox/data_test.md +0 -179
- md_processing/dr_egeria_inbox/data_test2.md +0 -376
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
- md_processing/dr_egeria_inbox/glossary_search_test.md +0 -40
- md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
- md_processing/dr_egeria_inbox/rel.md +0 -8
- md_processing/dr_egeria_inbox/sb.md +0 -119
- md_processing/dr_egeria_inbox/solution-components.md +0 -129
- md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
- md_processing/dr_egeria_inbox/synonym_test.md +0 -42
- md_processing/dr_egeria_inbox/t1.md +0 -0
- md_processing/dr_egeria_inbox/t2.md +0 -268
- pyegeria/.DS_Store +0 -0
- {pyegeria-5.4.0.dev3.dist-info → pyegeria-5.4.0.dev5.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.dev3.dist-info → pyegeria-5.4.0.dev5.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.dev3.dist-info → pyegeria-5.4.0.dev5.dist-info}/entry_points.txt +0 -0
@@ -1,1073 +0,0 @@
|
|
1
|
-
# Adding more to the Egeria-Markdown Glossary
|
2
|
-
|
3
|
-
In the first two files created the Egeria-Markdown glossary with a few terms. In the second, we added a couple of
|
4
|
-
categories and then updated the existing terms to use them. In this installment, we will add a number of terms to the
|
5
|
-
glossary to make it a truly useful aid for the Dr.Egeria user. Once we have added the terms, we'll discuss how we can
|
6
|
-
continue to work with the terms using the `hey_egeria` commands.
|
7
|
-
___
|
8
|
-
|
9
|
-
# Create Term
|
10
|
-
|
11
|
-
## Term Name
|
12
|
-
|
13
|
-
Display
|
14
|
-
|
15
|
-
## Owning Glossary
|
16
|
-
|
17
|
-
Glossary::Egeria-Markdown
|
18
|
-
|
19
|
-
## Categories
|
20
|
-
|
21
|
-
Processing Dr.Egeria Markdown
|
22
|
-
|
23
|
-
## Summary
|
24
|
-
|
25
|
-
This is a processing directive to Dr.Egeria to request that the input text be processed for display only.
|
26
|
-
|
27
|
-
## Description
|
28
|
-
|
29
|
-
This is a processing directive to Dr.Egeria commands to request that the input text be processed and displaying. This is
|
30
|
-
useful to validate that the command processor is able to open the input text and shows that the environment is able to
|
31
|
-
process the text.
|
32
|
-
|
33
|
-
## Abbreviation
|
34
|
-
|
35
|
-
## Examples
|
36
|
-
|
37
|
-
## Usage
|
38
|
-
|
39
|
-
## Version
|
40
|
-
|
41
|
-
## Status
|
42
|
-
|
43
|
-
DRAFT
|
44
|
-
|
45
|
-
## Qualified Name
|
46
|
-
|
47
|
-
___
|
48
|
-
|
49
|
-
|
50
|
-
# Create Term
|
51
|
-
|
52
|
-
## Term Name
|
53
|
-
|
54
|
-
Validate
|
55
|
-
|
56
|
-
## Owning Glossary
|
57
|
-
|
58
|
-
Glossary::Egeria-Markdown
|
59
|
-
|
60
|
-
## Categories
|
61
|
-
|
62
|
-
Processing Dr.Egeria Markdown
|
63
|
-
|
64
|
-
## Summary
|
65
|
-
A processing directive to Dr.Egeria to request that the input text be validated for conformance to Dr. Egeria syntax
|
66
|
-
with the results being displayed and, depending on results, an output file incorporating suggested changes will be produced.
|
67
|
-
## Description
|
68
|
-
A processing directive to Dr.Egeria to request that the input text be validated for conformance to Dr. Egeria syntax.
|
69
|
-
|
70
|
-
The results are displayed in the console, and include labeled messages. The labels may be:
|
71
|
-
* Info - just an information notice, for example, an optional field is empty.
|
72
|
-
* Warning - an issue was found, but we can automatically try to repair it or it doesn't prevent further processing.
|
73
|
-
* Error - A non-recoverable error input error was found - this command won't be processed further - for example if we encounter
|
74
|
-
a `Create Term` command and find that the term already exists.
|
75
|
-
|
76
|
-
Additional descriptive messages are also displayed. In some cases, for example if we detect a `Create` command for an
|
77
|
-
object that already exists, we will also produce an output file that replaces the `Create` with an `Update` command.
|
78
|
-
|
79
|
-
|
80
|
-
## Abbreviation
|
81
|
-
|
82
|
-
## Examples
|
83
|
-
Default values for key environment variables in the **Egeria Workspaces** environment:
|
84
|
-
* EGERIA_ROOT_PATH=/home/jovyan
|
85
|
-
* EGERIA_INBOX_PATH=loading-bay/dr-egeria-inbox
|
86
|
-
* EGERIA_OUTBOX_PATH=distribution-hub/dr-egeria-outbox
|
87
|
-
* EGERIA_LOCAL_QUALIFIER=EGERIA
|
88
|
-
|
89
|
-
So place input files in the `loading-bay/dr-egeria-inbox` folder and look for output files in `distribution-hub/dr-egeria-outbox`.
|
90
|
-
|
91
|
-
## Usage
|
92
|
-
The EGERIA_ROOT_PATH is generally going to be set depending on what kind of environment you are using. For **Egeria Workspaces**,
|
93
|
-
when using the Jupyter environment, it will be set to Jupyter's default, which is `/home/jovyan`.
|
94
|
-
* The location of the input file is based on the environment variables EGERIA_ROOT_PATH and EGERIA_INPUT_PATH.
|
95
|
-
* The output file will be written to the directory specified by the EGERIA_ROOT_PATH and EGERIA_OUTPUT_PATH environment
|
96
|
-
variables.
|
97
|
-
|
98
|
-
## Version
|
99
|
-
.1
|
100
|
-
## Status
|
101
|
-
|
102
|
-
DRAFT
|
103
|
-
|
104
|
-
## Qualified Name
|
105
|
-
|
106
|
-
___
|
107
|
-
|
108
|
-
# Create Term
|
109
|
-
|
110
|
-
## Term Name
|
111
|
-
|
112
|
-
Process
|
113
|
-
|
114
|
-
## Owning Glossary
|
115
|
-
|
116
|
-
Glossary::Egeria-Markdown
|
117
|
-
|
118
|
-
## Categories
|
119
|
-
|
120
|
-
Processing Dr.Egeria Markdown
|
121
|
-
|
122
|
-
## Summary
|
123
|
-
The process directive indicates that we should apply the requested commands to Egeria if they are valid.
|
124
|
-
|
125
|
-
## Description
|
126
|
-
The process directive indicates that we should apply the requested commands to Egeria if they are valid. Informational
|
127
|
-
messages are provided on the console. A new file is produced that reflects the updates made and is designed to make
|
128
|
-
it easy to make further changes using the contents. For example, `Create` commands from the input file are written
|
129
|
-
out as `Update` statements in the output file. Qualified names and GUIDs generated during the create process are added
|
130
|
-
to the definitions in the output file.
|
131
|
-
|
132
|
-
## Abbreviation
|
133
|
-
|
134
|
-
## Examples
|
135
|
-
Default values for key environment variables in the **Egeria Workspaces** environment:
|
136
|
-
* EGERIA_ROOT_PATH=/home/jovyan
|
137
|
-
* EGERIA_INBOX_PATH=loading-bay/dr-egeria-inbox
|
138
|
-
* EGERIA_OUTBOX_PATH=distribution-hub/dr-egeria-outbox
|
139
|
-
* EGERIA_LOCAL_QUALIFIER=EGERIA
|
140
|
-
|
141
|
-
## Usage
|
142
|
-
During processing, informational messages will be displayed on the console. Please see the term entry for `Validate` for
|
143
|
-
further description.
|
144
|
-
|
145
|
-
The EGERIA_ROOT_PATH is generally going to be set depending on what kind of environment you are using. For **Egeria Workspaces**,
|
146
|
-
when using the Jupyter environment, it will be set to Jupyter's default, which is `/home/jovyan`.
|
147
|
-
* The location of the input file is based on the environment variables EGERIA_ROOT_PATH and EGERIA_INPUT_PATH.
|
148
|
-
* The output file will be written to the directory specified by the EGERIA_ROOT_PATH and EGERIA_OUTPUT_PATH environment
|
149
|
-
variables.
|
150
|
-
|
151
|
-
## Version
|
152
|
-
0.1
|
153
|
-
## Status
|
154
|
-
|
155
|
-
DRAFT
|
156
|
-
|
157
|
-
## Qualified Name
|
158
|
-
|
159
|
-
___
|
160
|
-
|
161
|
-
# Create Term
|
162
|
-
|
163
|
-
## Term Name
|
164
|
-
|
165
|
-
Create Glossary
|
166
|
-
|
167
|
-
## Owning Glossary
|
168
|
-
|
169
|
-
Glossary::Egeria-Markdown
|
170
|
-
|
171
|
-
## Categories
|
172
|
-
|
173
|
-
Writing Dr.Egeria Markdown
|
174
|
-
|
175
|
-
## Summary
|
176
|
-
Create a new Egeria glossary.
|
177
|
-
|
178
|
-
## Description
|
179
|
-
Create a new Egeria glossary with attributes for:
|
180
|
-
* Language
|
181
|
-
* Description
|
182
|
-
* Usage
|
183
|
-
|
184
|
-
## Abbreviation
|
185
|
-
|
186
|
-
## Examples
|
187
|
-
|
188
|
-
|
189
|
-
## Usage
|
190
|
-
|
191
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
192
|
-
|:---------------|:----------------|-----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
193
|
-
| Glossary Name | Yes | No | No | No | A display name (informal name). |
|
194
|
-
| Language | No | No | No | No | The primary language for the glossary. |
|
195
|
-
| Description | No | No | No | No | A textual description of this glossary. |
|
196
|
-
| Usage | No | No | No | No | How the glossary is meant to be used, and by whom. |
|
197
|
-
| Qualified Name | Maybe | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
198
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
199
|
-
|
200
|
-
|
201
|
-
## Version
|
202
|
-
0.1
|
203
|
-
## Status
|
204
|
-
|
205
|
-
DRAFT
|
206
|
-
|
207
|
-
## Qualified Name
|
208
|
-
|
209
|
-
___
|
210
|
-
|
211
|
-
# Create Term
|
212
|
-
|
213
|
-
## Term Name
|
214
|
-
|
215
|
-
Update Glossary
|
216
|
-
|
217
|
-
## Owning Glossary
|
218
|
-
|
219
|
-
Glossary::Egeria-Markdown
|
220
|
-
|
221
|
-
## Categories
|
222
|
-
|
223
|
-
Writing Dr.Egeria Markdown
|
224
|
-
|
225
|
-
## Summary
|
226
|
-
Updates the definition of an existing Egeria glossary. The provided values **Replace** all original values.
|
227
|
-
|
228
|
-
## Description
|
229
|
-
This updates an existing Egeria glossary. The supplied attribute values are merged into the existing definition.
|
230
|
-
|
231
|
-
## Abbreviation
|
232
|
-
|
233
|
-
## Examples
|
234
|
-
|
235
|
-
## Usage
|
236
|
-
|
237
|
-
|
238
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
239
|
-
|:---------------|:----------------|-----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
240
|
-
| Glossary Name | Yes | No | No | No | A display name (informal name). |
|
241
|
-
| Language | No | No | No | No | The primary language for the glossary. |
|
242
|
-
| Description | No | No | No | No | A textual description of this glossary. |
|
243
|
-
| Usage | No | No | No | No | How the glossary is meant to be used, and by whom. |
|
244
|
-
| Qualified Name | Maybe | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
245
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
246
|
-
|
247
|
-
|
248
|
-
## Version
|
249
|
-
0.1
|
250
|
-
## Status
|
251
|
-
|
252
|
-
DRAFT
|
253
|
-
|
254
|
-
## Qualified Name
|
255
|
-
|
256
|
-
___
|
257
|
-
|
258
|
-
# Create Term
|
259
|
-
|
260
|
-
## Term Name
|
261
|
-
|
262
|
-
Create Category
|
263
|
-
|
264
|
-
## Owning Glossary
|
265
|
-
|
266
|
-
Glossary::Egeria-Markdown
|
267
|
-
|
268
|
-
## Categories
|
269
|
-
|
270
|
-
Writing Dr.Egeria Markdown
|
271
|
-
|
272
|
-
## Summary
|
273
|
-
Create a new glossary category in the specified glossary.
|
274
|
-
|
275
|
-
## Description
|
276
|
-
Creates a new glossary category in the specified glossary. Categories can be used to categorize glossary terms.
|
277
|
-
A category has an optional description.
|
278
|
-
|
279
|
-
## Abbreviation
|
280
|
-
|
281
|
-
## Examples
|
282
|
-
|
283
|
-
## Usage
|
284
|
-
Glossary categories have the following attributes:
|
285
|
-
|
286
|
-
|
287
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
288
|
-
|:----------------|:----------------|-----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
289
|
-
| Category Name | Yes | No | No | No | A display name (informal name). |
|
290
|
-
| Owning Glossary | Yes | No | No | Yes | This is the qualified name of the glossary that owns this category. |
|
291
|
-
| Description | No | No | No | No | A textual description of this category |
|
292
|
-
| Qualified Name | No | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
293
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
294
|
-
|
|
295
|
-
|
296
|
-
## Version
|
297
|
-
0.1
|
298
|
-
## Status
|
299
|
-
|
300
|
-
DRAFT
|
301
|
-
|
302
|
-
## Qualified Name
|
303
|
-
|
304
|
-
___
|
305
|
-
|
306
|
-
# Create Term
|
307
|
-
|
308
|
-
## Term Name
|
309
|
-
|
310
|
-
Update Category
|
311
|
-
|
312
|
-
## Owning Glossary
|
313
|
-
|
314
|
-
Glossary::Egeria-Markdown
|
315
|
-
|
316
|
-
## Categories
|
317
|
-
|
318
|
-
Writing Dr.Egeria Markdown
|
319
|
-
|
320
|
-
## Summary
|
321
|
-
Updates the definition of an existing Egeria category.
|
322
|
-
|
323
|
-
|
324
|
-
## Description
|
325
|
-
Updates the definition of an existing category. Currently the only field that can be updated is the `Description`.
|
326
|
-
The provided values **Replace** all original values.
|
327
|
-
## Abbreviation
|
328
|
-
|
329
|
-
## Examples
|
330
|
-
|
331
|
-
## Usage
|
332
|
-
Glossary categories have the following attributes:
|
333
|
-
|
334
|
-
|
335
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
336
|
-
|:----------------|:----------------|-----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
337
|
-
| Category Name | Yes | No | No | No | A display name (informal name). |
|
338
|
-
| Owning Glossary | Yes | No | No | Yes | This is the qualified name of the glossary that owns this category. |
|
339
|
-
| Description | No | No | No | No | A textual description of this category |
|
340
|
-
| Qualified Name | No | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
341
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
342
|
-
|
343
|
-
## Version
|
344
|
-
0.1
|
345
|
-
## Status
|
346
|
-
|
347
|
-
DRAFT
|
348
|
-
|
349
|
-
## Qualified Name
|
350
|
-
|
351
|
-
___
|
352
|
-
|
353
|
-
# Create Term
|
354
|
-
|
355
|
-
## Term Name
|
356
|
-
|
357
|
-
Create Term
|
358
|
-
|
359
|
-
## Owning Glossary
|
360
|
-
|
361
|
-
Glossary::Egeria-Markdown
|
362
|
-
|
363
|
-
## Categories
|
364
|
-
|
365
|
-
Writing Dr.Egeria Markdown
|
366
|
-
|
367
|
-
## Summary
|
368
|
-
Create a new glossary term with the given attributes in the specified Egeria glossary.
|
369
|
-
|
370
|
-
## Description
|
371
|
-
A glossary term represents a semantic definition. Most commonly business terminology and concepts. The flexibility and ability to structure
|
372
|
-
glossary terms leads to many more uses as well.
|
373
|
-
|
374
|
-
## Abbreviation
|
375
|
-
|
376
|
-
## Examples
|
377
|
-
|
378
|
-
## Usage
|
379
|
-
A glossary term has the following core attributes. Additional attributes, relationships and classifications can be added.
|
380
|
-
|
381
|
-
|
382
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
383
|
-
|:-------------------|:----------------|:----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
384
|
-
| Term Name | Yes | No | No | No | A display name (informal name). |
|
385
|
-
| Owning Glossary | Yes | No | No | Yes | This is the qualified name of the glossary that owns this term. |
|
386
|
-
| Aliases | No | No | No | No | Allows us to define aliases for a term name tha can be found with search. |
|
387
|
-
| Summary | No | No | No | No | A summary description of a term. |
|
388
|
-
| Categories | No | No | No | Yes | This is the name of the category. Multiple categories can be assigned, separated by a `,` or line. |
|
389
|
-
| Description | No | No | No | No | A textual description of this term. |
|
390
|
-
| Examples | No | No | No | No | Examples demonstrating the term. |
|
391
|
-
| Usage | No | No | No | No | Usage details for the term. |
|
392
|
-
| Version Identifier | No | No | No | No | A user specified version identifier useed in publishing a term version for usage. |
|
393
|
-
| Status | No | No | Yes - DRAFT | No | Valid values are "DRAFT", "PREPARED", "PROPOSED", "APPROVED", "REJECTED", ACTIVE", "DEPRECATED", "OTHER" |
|
394
|
-
| Qualified Name | No | No | No | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
395
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
396
|
-
| Update Description | No | No | No | No | Updates can have an update description added to the term's note log. |
|
397
|
-
|
398
|
-
## Version
|
399
|
-
0.1
|
400
|
-
## Status
|
401
|
-
|
402
|
-
DRAFT
|
403
|
-
|
404
|
-
## Qualified Name
|
405
|
-
|
406
|
-
___
|
407
|
-
|
408
|
-
# Create Term
|
409
|
-
|
410
|
-
## Term Name
|
411
|
-
|
412
|
-
Update Term
|
413
|
-
|
414
|
-
## Owning Glossary
|
415
|
-
|
416
|
-
Glossary::Egeria-Markdown
|
417
|
-
|
418
|
-
## Categories
|
419
|
-
|
420
|
-
Writing Dr.Egeria Markdown
|
421
|
-
|
422
|
-
## Summary
|
423
|
-
Updates the definition of an existing Egeria glossary term.
|
424
|
-
|
425
|
-
## Description
|
426
|
-
|
427
|
-
Updates an existing glossary term. The provided values **Replace** all original values.
|
428
|
-
A glossary term represents a semantic definition. Most commonly business terminology and concepts. The flexibility and ability to structure
|
429
|
-
glossary terms leads to many more uses as well.
|
430
|
-
|
431
|
-
## Abbreviation
|
432
|
-
|
433
|
-
## Examples
|
434
|
-
|
435
|
-
## Usage
|
436
|
-
A glossary term has the following core attributes. Additional attributes, relationships and classifications can be added.
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
441
|
-
|:-------------------|:----------------|:----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
442
|
-
| Term Name | Yes | No | No | No | A display name (informal name). |
|
443
|
-
| Owning Glossary | Yes | No | No | Yes | This is the qualified name of the glossary that owns this term. |
|
444
|
-
| Aliases | No | No | No | No | Allows us to define aliases for a term name tha can be found with search. |
|
445
|
-
| Summary | No | No | No | No | A summary description of a term. |
|
446
|
-
| Categories | No | No | No | Yes | This is the name of the category. Multiple categories can be assigned, separated by a `,` or line. |
|
447
|
-
| Description | No | No | No | No | A textual description of this term. |
|
448
|
-
| Examples | No | No | No | No | Examples demonstrating the term. |
|
449
|
-
| Usage | No | No | No | No | Usage details for the term. |
|
450
|
-
| Version Identifier | No | No | No | No | A user specified version identifier useed in publishing a term version for usage. |
|
451
|
-
| Status | No | No | Yes - DRAFT | No | Valid values are "DRAFT", "PREPARED", "PROPOSED", "APPROVED", "REJECTED", ACTIVE", "DEPRECATED", "OTHER" |
|
452
|
-
| Qualified Name | No | No | No | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
453
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
454
|
-
| Update Description | No | No | No | No | Updates can have an update description added to the term's note log. |
|
455
|
-
|
456
|
-
|
457
|
-
## Version
|
458
|
-
0.1
|
459
|
-
## Status
|
460
|
-
|
461
|
-
DRAFT
|
462
|
-
|
463
|
-
## Qualified Name
|
464
|
-
|
465
|
-
|
466
|
-
___
|
467
|
-
|
468
|
-
# Create Term
|
469
|
-
|
470
|
-
## Term Name
|
471
|
-
|
472
|
-
Provenance
|
473
|
-
|
474
|
-
## Owning Glossary
|
475
|
-
|
476
|
-
Glossary::Egeria-Markdown
|
477
|
-
|
478
|
-
## Categories
|
479
|
-
|
480
|
-
Processing Dr.Egeria Markdown
|
481
|
-
|
482
|
-
## Summary
|
483
|
-
The `Provenance` command is used by Dr.Egeria to indicate the history of the Dr.Egeria input file.
|
484
|
-
|
485
|
-
## Description
|
486
|
-
When a Dr.Egeria input file is processed, it will look for a `Provenance` command. If one is not found,
|
487
|
-
a new `Provenance` section will be created. Processing information (name of the file and timestamp) are appended
|
488
|
-
to this section. If a Dr.Egeria file is processed multiple times, a history of this processing will be created (presuming
|
489
|
-
the text is not deleted by the user). This simple, informal mechanism can be useful for basic scenarios. More sophisticated
|
490
|
-
scenarios would make use of more robust mechanisms such as version control and document management systems.
|
491
|
-
|
492
|
-
Additionally, it is important to note that Egeria automatically maintains an audit history for each element. Additional
|
493
|
-
features for maintaining an update journal are also planned for Dr.Egeria.
|
494
|
-
|
495
|
-
## Abbreviation
|
496
|
-
|
497
|
-
## Examples
|
498
|
-
|
499
|
-
|
500
|
-
## Usage
|
501
|
-
Provenancce information is filled out automatically by Dr.Egeria.
|
502
|
-
|
503
|
-
## Version
|
504
|
-
0.1
|
505
|
-
## Status
|
506
|
-
|
507
|
-
DRAFT
|
508
|
-
|
509
|
-
## Qualified Name
|
510
|
-
|
511
|
-
|
512
|
-
___
|
513
|
-
|
514
|
-
# Create Term
|
515
|
-
|
516
|
-
## Term Name
|
517
|
-
|
518
|
-
Create Personal Project
|
519
|
-
|
520
|
-
## Owning Glossary
|
521
|
-
|
522
|
-
Glossary::Egeria-Markdown
|
523
|
-
|
524
|
-
## Categories
|
525
|
-
|
526
|
-
Writing Dr.Egeria Markdown
|
527
|
-
|
528
|
-
## Summary
|
529
|
-
|
530
|
-
This command defines a new personal project within Egeria.
|
531
|
-
## Description
|
532
|
-
As the name suggests, personal projects are used by individuals to help projects that only involve them. While Egeria supports
|
533
|
-
several kinds of project, personal projects may be of particular interest to data scientists looking to track their
|
534
|
-
experiments.
|
535
|
-
|
536
|
-
## Abbreviation
|
537
|
-
|
538
|
-
## Examples
|
539
|
-
|
540
|
-
## Usage
|
541
|
-
Dr.Egeria processes uses the following attributes for a personal project:
|
542
|
-
|
543
|
-
|
544
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
545
|
-
|:-------------------|:----------------|-----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
546
|
-
| Project Name | Yes | No | No | No | A display name (informal name) of the project. |
|
547
|
-
| Project Identifier | No | No | No | No | An optional shorthand name for the project. |
|
548
|
-
| Project Status | No | No | No | No | Status of the project, often from a list of Valid Values. |
|
549
|
-
| Description | No | No | No | No | A textual description of this project. |
|
550
|
-
| Project Phase | No | No | No | No | Phase of the project, often from a list of Valid Values. |
|
551
|
-
| Project Health | No | No | No | No | Health of the project, often from a list of Valid Values. |
|
552
|
-
| Start Date | No | No | No | No | Start date in the form YYYY-MM-DD |
|
553
|
-
| Planned End Date | No | No | No | No | Planned completion date of the form YYY-MM-DD |
|
554
|
-
| Qualified Name | No | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
555
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
556
|
-
|
557
|
-
|
558
|
-
## Version
|
559
|
-
0.1
|
560
|
-
## Status
|
561
|
-
|
562
|
-
DRAFT
|
563
|
-
|
564
|
-
## Qualified Name
|
565
|
-
|
566
|
-
___
|
567
|
-
|
568
|
-
# Create Term
|
569
|
-
|
570
|
-
## Term Name
|
571
|
-
|
572
|
-
Update Personal Project
|
573
|
-
|
574
|
-
## Owning Glossary
|
575
|
-
|
576
|
-
Glossary::Egeria-Markdown
|
577
|
-
|
578
|
-
## Categories
|
579
|
-
|
580
|
-
Writing Dr.Egeria Markdown
|
581
|
-
|
582
|
-
## Summary
|
583
|
-
|
584
|
-
Update an existing Egeria personal project.
|
585
|
-
|
586
|
-
## Description
|
587
|
-
|
588
|
-
Update an en existing Egeria personal project.
|
589
|
-
|
590
|
-
## Abbreviation
|
591
|
-
|
592
|
-
## Examples
|
593
|
-
|
594
|
-
## Usage
|
595
|
-
Dr.Egeria processes uses the following attributes for a personal project:
|
596
|
-
|
597
|
-
|
598
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
599
|
-
|:-------------------|:----------------|-----------|:-------------------|:--------|:---------------------------------------------------------------------------------------------------------|
|
600
|
-
| Project Name | Yes | No | No | No | A display name (informal name) of the project. |
|
601
|
-
| Project Identifier | No | No | No | No | An optional shorthand name for the project. |
|
602
|
-
| Project Status | No | No | No | No | Status of the project, often from a list of Valid Values. |
|
603
|
-
| Description | No | No | No | No | A textual description of this project. |
|
604
|
-
| Project Phase | No | No | No | No | Phase of the project, often from a list of Valid Values. |
|
605
|
-
| Project Health | No | No | No | No | Health of the project, often from a list of Valid Values. |
|
606
|
-
| Start Date | No | No | No | No | Start date in the form YYYY-MM-DD |
|
607
|
-
| Planned End Date | No | No | No | No | Planned completion date of the form YYY-MM-DD |
|
608
|
-
| Qualified Name | No | No | Yes | Yes | The qualified name can either be provided by the user or generated. If generated, a pattern is followed. |
|
609
|
-
| GUID | No | Yes | Yes | Yes | GUIDs are always generated by Egeria. They are meant for automation, not people. |
|
610
|
-
|
611
|
-
## Version
|
612
|
-
0.2
|
613
|
-
## Status
|
614
|
-
|
615
|
-
DRAFT
|
616
|
-
|
617
|
-
___
|
618
|
-
|
619
|
-
# Create Term
|
620
|
-
|
621
|
-
## Term Name
|
622
|
-
|
623
|
-
Create Term-Term Relationship
|
624
|
-
|
625
|
-
## Owning Glossary
|
626
|
-
|
627
|
-
Glossary::Egeria-Markdown
|
628
|
-
|
629
|
-
## Categories
|
630
|
-
|
631
|
-
Writing Dr.Egeria Markdown
|
632
|
-
|
633
|
-
## Summary
|
634
|
-
|
635
|
-
Creates a relationship between two terms.
|
636
|
-
|
637
|
-
## Description
|
638
|
-
|
639
|
-
Creates a relationship between two terms. Supported relationship types are:\n
|
640
|
-
- `Synonym` - A term is a synonym of another term.
|
641
|
-
- `Antonym` - A term is an antonym of another term.
|
642
|
-
- `Translation` - A term is a translation of another term.
|
643
|
-
- `RelatedTerm` - A term is related to another term.
|
644
|
-
- `ReplacementTerm` - A term is a replacement for another term.
|
645
|
-
- `ValidValue` - A term is a valid value for another term.
|
646
|
-
- `TermISATYPEOFRelationship` - A term is a type of relationship defined by another term.
|
647
|
-
- `TermTYPEDBYRelationship` - A term is typed by another term.
|
648
|
-
- `TermHASARelationship` - A term HASA another term.
|
649
|
-
- `TermISARelationship` - A term is a relationship defined by another term.
|
650
|
-
- `ISARelationship` - A relationship is defined by another term.,
|
651
|
-
- `TermHASARelationship` - A term HASA another term.
|
652
|
-
- `TermISARelationship` - A term is a relationship defined by another term.
|
653
|
-
- `ISARelationship` - A term ISA another term.
|
654
|
-
|
655
|
-
## Abbreviation
|
656
|
-
|
657
|
-
## Examples
|
658
|
-
|
659
|
-
## Usage
|
660
|
-
Dr.Egeria processes uses the following attributes for a personal project:
|
661
|
-
|
662
|
-
|
663
|
-
| Attribute Name | Input Required? | Read Only | Generated/Default? | Unique? | Notes |
|
664
|
-
|:------------------|:----------------|-----------|:-------------------|:--------|:----------------------------------------------------------------------------------------------------------|
|
665
|
-
| Term 1 Name | Yes | No | No | No | The name of the first term. |
|
666
|
-
| Term 2 Name | Yes | No | No | No | The name of the second term. |
|
667
|
-
| Relationship Type | Yes | No | No | No | The type of relationship between the two terms. |
|
668
|
-
|
669
|
-
|
670
|
-
___
|
671
|
-
|
672
|
-
# Create Term
|
673
|
-
|
674
|
-
## Term Name
|
675
|
-
|
676
|
-
List Glossaries
|
677
|
-
|
678
|
-
## Owning Glossary
|
679
|
-
|
680
|
-
Glossary::Egeria-Markdown
|
681
|
-
|
682
|
-
## Categories
|
683
|
-
|
684
|
-
Writing Dr.Egeria Markdown
|
685
|
-
|
686
|
-
## Summary
|
687
|
-
|
688
|
-
List the glossaries that are defined in Egeria.
|
689
|
-
|
690
|
-
## Description
|
691
|
-
List the glossaries that are defined in Egeria.
|
692
|
-
## Abbreviation
|
693
|
-
|
694
|
-
## Examples
|
695
|
-
|
696
|
-
## Usage
|
697
|
-
List Gloosaries has the following attributes:
|
698
|
-
|
699
|
-
|
700
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
701
|
-
|----------------|-----------------|------------|----------------------------------|---------|-------------------------------------------|
|
702
|
-
| Search String | No | No | default is All glossaries | No | |
|
703
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: LIST, DICT, MD, FORM, REPORT |
|
704
|
-
|
705
|
-
Lets describe the output formats a bit further:
|
706
|
-
|
707
|
-
* LIST - This is the default format. It returns a markdown table of the glossaries.
|
708
|
-
* DICT - This returns a python dictionary (or JSON representation) of the glossaries.
|
709
|
-
* MD - This returns markdown text of the glossaries.
|
710
|
-
* FORM - This returns a Dr.Egeria markdown form designed to be used as a starting point for updating the glossary definitions.
|
711
|
-
* REPORT - This returns markdown text of the glossaries that is designed to be more readable and perhaps suitable to be used in a report.
|
712
|
-
|
713
|
-
|
714
|
-
___
|
715
|
-
|
716
|
-
# Create Term
|
717
|
-
|
718
|
-
## Term Name
|
719
|
-
|
720
|
-
List Categories
|
721
|
-
|
722
|
-
## Owning Glossary
|
723
|
-
|
724
|
-
Glossary::Egeria-Markdown
|
725
|
-
|
726
|
-
## Categories
|
727
|
-
|
728
|
-
Writing Dr.Egeria Markdown
|
729
|
-
|
730
|
-
## Summary
|
731
|
-
|
732
|
-
List the categories that are defined in a glossary.
|
733
|
-
|
734
|
-
## Description
|
735
|
-
List the categories that are defined in Egeria. Optionally filter based on a search string.
|
736
|
-
|
737
|
-
## Alias
|
738
|
-
List Glossary Categories
|
739
|
-
|
740
|
-
## Abbreviation
|
741
|
-
|
742
|
-
## Examples
|
743
|
-
|
744
|
-
## Usage
|
745
|
-
List Categories has the following attributes:
|
746
|
-
|
747
|
-
|
748
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
749
|
-
|----------------|-----------------|------------|----------------------------------|---------|-------------------------------------------|
|
750
|
-
| Search String | No | No | default is All glossaries | No | |
|
751
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: LIST, DICT, MD, FORM, REPORT |
|
752
|
-
|
753
|
-
Lets describe the output formats a bit further:
|
754
|
-
|
755
|
-
* LIST - This is the default format. It returns a markdown table of the categories.
|
756
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
757
|
-
* MD - This returns markdown text of the categories.
|
758
|
-
* FORM - This returns a Dr.Egeria markdown form designed to be used as a starting point for updating the category definitions.
|
759
|
-
* REPORT - This returns markdown text of the categories that is designed to be more readable and perhaps suitable to be used in a report.
|
760
|
-
|
761
|
-
|
762
|
-
___
|
763
|
-
|
764
|
-
|
765
|
-
___
|
766
|
-
|
767
|
-
# Create Term
|
768
|
-
|
769
|
-
## Term Name
|
770
|
-
|
771
|
-
List Terms
|
772
|
-
|
773
|
-
## Owning Glossary
|
774
|
-
|
775
|
-
Glossary::Egeria-Markdown
|
776
|
-
|
777
|
-
## Categories
|
778
|
-
|
779
|
-
Writing Dr.Egeria Markdown
|
780
|
-
|
781
|
-
## Summary
|
782
|
-
|
783
|
-
List the terms that are defined in a glossary. O
|
784
|
-
|
785
|
-
## Description
|
786
|
-
List the terms that are defined in Egeria. optionally filter based on a search string and glossary name.
|
787
|
-
|
788
|
-
## Alias
|
789
|
-
List Glossary Terms
|
790
|
-
|
791
|
-
## Abbreviation
|
792
|
-
|
793
|
-
## Examples
|
794
|
-
|
795
|
-
## Usage
|
796
|
-
|
797
|
-
List Categories has the following attributes:
|
798
|
-
|
799
|
-
|
800
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
801
|
-
|----------------|-----------------|------------|----------------------------------|---------|-------------------------------------------|
|
802
|
-
| Search String | No | No | default is All glossaries | No | |
|
803
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: LIST, DICT, MD, FORM, REPORT |
|
804
|
-
|
805
|
-
Lets describe the output formats a bit further:
|
806
|
-
|
807
|
-
* LIST - This is the default format. It returns a markdown table of the categories.
|
808
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
809
|
-
* MD - This returns markdown text of the categories.
|
810
|
-
* FORM - This returns a Dr.Egeria markdown form designed to be used as a starting point for updating the category definitions.
|
811
|
-
* REPORT - This returns markdown text of the categories that is designed to be more readable and perhaps suitable to be used in a report.
|
812
|
-
|
813
|
-
|
814
|
-
# Create Term
|
815
|
-
|
816
|
-
## Term Name
|
817
|
-
|
818
|
-
List Categories
|
819
|
-
|
820
|
-
## Owning Glossary
|
821
|
-
|
822
|
-
Glossary::Egeria-Markdown
|
823
|
-
|
824
|
-
## Categories
|
825
|
-
|
826
|
-
Writing Dr.Egeria Markdown
|
827
|
-
|
828
|
-
## Summary
|
829
|
-
|
830
|
-
List the categories that are defined in a glossary.
|
831
|
-
|
832
|
-
## Description
|
833
|
-
List the categories that are defined in Egeria. Optionally filter based on a search string.
|
834
|
-
|
835
|
-
## Alias
|
836
|
-
List Glossary Categories
|
837
|
-
|
838
|
-
## Abbreviation
|
839
|
-
|
840
|
-
## Examples
|
841
|
-
|
842
|
-
## Usage
|
843
|
-
|
844
|
-
List Categories has the following attributes:
|
845
|
-
|
846
|
-
|
847
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
848
|
-
|----------------|-----------------|------------|----------------------------------|---------|-------------------------------------------|
|
849
|
-
| Search String | No | No | default is All glossaries | No | |
|
850
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: LIST, DICT, MD, FORM, REPORT |
|
851
|
-
|
852
|
-
Lets describe the output formats a bit further:
|
853
|
-
|
854
|
-
* LIST - This is the default format. It returns a markdown table of the categories.
|
855
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
856
|
-
* MD - This returns markdown text of the categories.
|
857
|
-
* FORM - This returns a Dr.Egeria markdown form designed to be used as a starting point for updating the category definitions.
|
858
|
-
* REPORT - This returns markdown text of the categories that is designed to be more readable and perhaps suitable to be used in a report.
|
859
|
-
|
860
|
-
|
861
|
-
___
|
862
|
-
|
863
|
-
|
864
|
-
___
|
865
|
-
|
866
|
-
# Create Term
|
867
|
-
|
868
|
-
## Term Name
|
869
|
-
|
870
|
-
List Term History
|
871
|
-
|
872
|
-
## Owning Glossary
|
873
|
-
|
874
|
-
Glossary::Egeria-Markdown
|
875
|
-
|
876
|
-
## Categories
|
877
|
-
|
878
|
-
Writing Dr.Egeria Markdown
|
879
|
-
|
880
|
-
## Summary
|
881
|
-
|
882
|
-
List the version history of a term.
|
883
|
-
|
884
|
-
## Description
|
885
|
-
List the terms that are defined in Egeria. optionally filter based on a search string and glossary name.
|
886
|
-
|
887
|
-
## Alias
|
888
|
-
Term History
|
889
|
-
|
890
|
-
## Abbreviation
|
891
|
-
|
892
|
-
## Examples
|
893
|
-
|
894
|
-
## Usage
|
895
|
-
|
896
|
-
List Term History has the following attributes:
|
897
|
-
|
898
|
-
|
899
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
900
|
-
|----------------|-----------------|------------|----------------------------------|---------|-------------------------------------------|
|
901
|
-
| Term Name | Yes | No | No | No | can be qualified name or display name |
|
902
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: LIST, DICT |
|
903
|
-
|
904
|
-
Lets describe the output formats a bit further:
|
905
|
-
|
906
|
-
* LIST - This is the default format. It returns a markdown table of the categories.
|
907
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
908
|
-
|
909
|
-
___
|
910
|
-
|
911
|
-
|
912
|
-
# Create Term
|
913
|
-
|
914
|
-
## Term Name
|
915
|
-
|
916
|
-
List Term Revision History
|
917
|
-
|
918
|
-
## Owning Glossary
|
919
|
-
|
920
|
-
Glossary::Egeria-Markdown
|
921
|
-
|
922
|
-
## Categories
|
923
|
-
|
924
|
-
Writing Dr.Egeria Markdown
|
925
|
-
|
926
|
-
## Summary
|
927
|
-
|
928
|
-
List the note log documenting the revision history of a term.
|
929
|
-
|
930
|
-
## Description
|
931
|
-
Lis the note log documenting the revision history of a term. Entries in the note log are created when a term is updated and
|
932
|
-
the `Update Description` attribute is set.
|
933
|
-
|
934
|
-
## Alias
|
935
|
-
List Term Update History
|
936
|
-
|
937
|
-
## Abbreviation
|
938
|
-
|
939
|
-
## Examples
|
940
|
-
|
941
|
-
## Usage
|
942
|
-
|
943
|
-
List Term Revision History has the following attributes:
|
944
|
-
|
945
|
-
|
946
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
947
|
-
|----------------|-----------------|------------|----------------------------------|---------|---------------------------------------|
|
948
|
-
| Term Name | Yes | No | No | No | can be qualified name or display name |
|
949
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: LIST, DICT & MD |
|
950
|
-
|
951
|
-
Lets describe the output formats a bit further:
|
952
|
-
|
953
|
-
* LIST - This is the default format. It returns a markdown table of the categories.
|
954
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
955
|
-
* MD - This returns markdown text of the revision history.
|
956
|
-
|
957
|
-
___
|
958
|
-
|
959
|
-
|
960
|
-
# Create Term
|
961
|
-
|
962
|
-
## Term Name
|
963
|
-
|
964
|
-
List Term Details
|
965
|
-
|
966
|
-
## Owning Glossary
|
967
|
-
|
968
|
-
Glossary::Egeria-Markdown
|
969
|
-
|
970
|
-
## Categories
|
971
|
-
|
972
|
-
Writing Dr.Egeria Markdown
|
973
|
-
|
974
|
-
## Summary
|
975
|
-
|
976
|
-
List the details of a term, including related terms.
|
977
|
-
|
978
|
-
## Description
|
979
|
-
List the details of a term, including related terms.
|
980
|
-
|
981
|
-
## Alias
|
982
|
-
|
983
|
-
## Abbreviation
|
984
|
-
|
985
|
-
## Examples
|
986
|
-
|
987
|
-
## Usage
|
988
|
-
|
989
|
-
List Term Details has the following attributes:
|
990
|
-
|
991
|
-
|
992
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
993
|
-
|----------------|-----------------|------------|----------------------------------|---------|---------------------------------------|
|
994
|
-
| Term Name | Yes | No | No | No | can be qualified name or display name |
|
995
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: DICT & REPORT |
|
996
|
-
|
997
|
-
Lets describe the output formats a bit further:
|
998
|
-
|
999
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
1000
|
-
* REPORT - This returns markdown text of the term details in a report format.
|
1001
|
-
|
1002
|
-
___
|
1003
|
-
|
1004
|
-
# Create Term
|
1005
|
-
|
1006
|
-
## Term Name
|
1007
|
-
|
1008
|
-
List Glossary Structure
|
1009
|
-
|
1010
|
-
## Owning Glossary
|
1011
|
-
|
1012
|
-
Glossary::Egeria-Markdown
|
1013
|
-
|
1014
|
-
## Categories
|
1015
|
-
|
1016
|
-
Writing Dr.Egeria Markdown
|
1017
|
-
|
1018
|
-
## Summary
|
1019
|
-
|
1020
|
-
List the category structure of a glossary.
|
1021
|
-
|
1022
|
-
## Description
|
1023
|
-
List the category structure of a glossary.
|
1024
|
-
|
1025
|
-
## Alias
|
1026
|
-
|
1027
|
-
## Abbreviation
|
1028
|
-
|
1029
|
-
## Examples
|
1030
|
-
|
1031
|
-
## Usage
|
1032
|
-
|
1033
|
-
List Glossary Structure has the following attributes:
|
1034
|
-
|
1035
|
-
|
1036
|
-
| Attribute Name | Input Required? | Read Only? | Generated/Default? | Unique? | Notes |
|
1037
|
-
|----------------|-----------------|------------|----------------------------------|---------|---------------------------------------|
|
1038
|
-
| Glossary Name | Yes | No | No | No | can be qualified name or display name |
|
1039
|
-
| Output Format | No | No | default is Markdown List (table) | No | options are: DICT, LIST & REPORT |
|
1040
|
-
|
1041
|
-
Lets describe the output formats a bit further:
|
1042
|
-
|
1043
|
-
* DICT - This returns a python dictionary (or JSON representation) of the categories.
|
1044
|
-
* REPORT - This returns markdown text of the term details in a report format with category nesting shown.
|
1045
|
-
* LIST - This returns a markdown table of the glossary structure.
|
1046
|
-
|
1047
|
-
___
|
1048
|
-
|
1049
|
-
|
1050
|
-
# All Glossary Commands have Terms created.
|
1051
|
-
|
1052
|
-
Whew! Getting to be quite a number of glossary commands. There will be more in the future but this gives us a robust start
|
1053
|
-
for creating and managing glossaries. Note that while Dr.Egeria supports creation and updates, we have chosen to leave
|
1054
|
-
deletions to explicit `hey_egeria` commands and `pyegeria` method calls - for safety.
|
1055
|
-
|
1056
|
-
Now lets take a look at our handiwork by listing the commands in the `Egeria-Markdown` glossary.
|
1057
|
-
|
1058
|
-
___
|
1059
|
-
|
1060
|
-
# List Terms
|
1061
|
-
## Glossary Name
|
1062
|
-
Egeria-Markdown
|
1063
|
-
|
1064
|
-
___
|
1065
|
-
|
1066
|
-
# Next steps
|
1067
|
-
|
1068
|
-
In our next installment we will create a category hierarchy and update some terms to use it.
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
# Provenance
|
1073
|
-
|