Update M13 Release Notes authored by Debasis Chatterjee's avatar Debasis Chatterjee
......@@ -74,9 +74,17 @@ See [Issue #46 Converter Service](https://community.opengroup.org/osdu/platform/
- Marker documentation added, see [!571](https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/wellbore/wellbore-domain-services/-/merge_requests/571)
- `Audit and Metric`
- `EDS`
* The very first release of EDS (External Data Services). Available in Azure environment only.
* Implements secret service, registry (of Data Providers), scheduling of jobs, fetch and ingest
* The very first release of EDS (External Data Source).
* Available in Azure environment only.
* EDS allows connection to the data providers (OSDU external source environment), fetch the data and ingest it into the operator OSDU environment.
* This release offers two capabilities.
- **Registration Process** - This functionality enables the registration (persistence) of configuration information needed for automated services to orchestrate Fetch and Ingestion workflows between a consuming OSDU Data Platform and OSDU compliant data sources.
- **Fetch and Ingest** (External Data Workflow Services) - Automated services that consume the Registration Process (also called Source Registry configuration) to handle the Fetch and Ingest orchestration.
* EDS DMS feature (for obtaining bulk data files "on demand") is deferred till next release.
* Associated DAGS deployed - eds_ingest and eds_scheduler
* New schema entities to support EDS
- Master - ConnectedSourceRegistryEntry:1.0.0, ConnectedSourceDataJob:1.0.0
- Reference - SecuritySchemeType:1.0.0, OAuth2FlowType:1.0.0
- `GCZ`
* The very first release of GCZ (Geospatial Consumption Zone). Only available from code base. Not yet implemented by any CSPs.
......
......