-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #936 from mandy-chessell/code2024
June newsletter
- Loading branch information
Showing
16 changed files
with
124 additions
and
56 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the ODPi Egeria project. --> | ||
|
||
|
||
There are a couple of options available to you: | ||
|
||
**Running Egeria** | ||
|
||
The [Getting Started with Egeria](https://getting-started-with-egeria.pdr-associates.com/introduction.html) blog provides a step-by-step guide to building, installing, configuring and running Egeria on your machine, or in a docker container. | ||
|
||
**Developing with Egeria in IntelliJ** | ||
|
||
See [Setting up IntelliJ to develop components for Egeria](https://egeria-project.org/education/tutorials/developer-intellij-tutorial/overview/). | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the ODPi Egeria project. --> | ||
|
||
There is a lot of common functions that are used repeatedly during the discovery process. | ||
There is a lot of common functions that are used repeatedly during the surveying process. | ||
|
||
An *open discovery pipeline* is a specialized implementation of an [open discovery service](/concepts/open-discovery-service) that runs a set of open discovery services against a single [digital resource](/concepts/digital-resource). The implementation of the open discovery pipeline determines the order that these open discovery services are run. | ||
A *survey action pipeline* is a specialized implementation of a [survey action service](/concepts/survey-action-service) that runs a set of survey action services against a single [digital resource](/concepts/digital-resource). The implementation of the pipeline determines the order that these services are run. | ||
|
||
![Open discovery pipeline example](/guides/developer/open-discovery-services/open-discovery-pipeline-example.svg) | ||
![Survey action pipeline example](/frameworks/saf/survey-action-pipeline-example.svg) | ||
|
||
Each open discovery service in the pipeline is able to access the results of the open discovery services that have run before it through the [discovery context](/guides/developer/open-discovery-services/overview/#discovery-context). The combined results of the open discovery pipeline are grouped into a single [discovery analysis report](/concepts/discovery-analysis-report) linked off of the asset. | ||
Each service in the pipeline is able to access the results of the services that have run before it through the [survey context](/frameworks/saf/overview/#survey-context). The combined results of the pipeline are grouped into a single [survey report](/concepts/survey-report) linked off of the asset. | ||
|
||
The aim of the open discovery pipeline is to enable reusable open discovery service implementations to be choreographed together for different types of digital resource. | ||
The aim of the survey action pipeline is to enable reusable survey action service implementations to be choreographed together for different types of digital resource. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# Python for Egeria (pyegeria) | ||
|
||
|
||
--8<-- "snippets/abbr.md" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.