Update home authored by Stephen Whitley (Schlumberger)'s avatar Stephen Whitley (Schlumberger)
...@@ -24,6 +24,7 @@ Projects are grouped based on whether they are related to the core or domain. ...@@ -24,6 +24,7 @@ Projects are grouped based on whether they are related to the core or domain.
**Core Projects** **Core Projects**
Core projects are domain agnostic, cross-cutting services that defines the OSDU data platform. These are implementations of common principles around identity, discovery, data flow, security that should be followed by all domain services within OSDU. Core projects are domain agnostic, cross-cutting services that defines the OSDU data platform. These are implementations of common principles around identity, discovery, data flow, security that should be followed by all domain services within OSDU.
1. [System](https://community.opengroup.org/osdu/platform/system) 1. [System](https://community.opengroup.org/osdu/platform/system)
- [OSDU Libs](https://community.opengroup.org/osdu/platform/system/lib) - [OSDU Libs](https://community.opengroup.org/osdu/platform/system/lib)
- [Storage](https://community.opengroup.org/osdu/platform/system/storage) Service - [Storage](https://community.opengroup.org/osdu/platform/system/storage) Service
...@@ -31,22 +32,26 @@ Core projects are domain agnostic, cross-cutting services that defines the OSDU ...@@ -31,22 +32,26 @@ Core projects are domain agnostic, cross-cutting services that defines the OSDU
- [Schema](https://community.opengroup.org/osdu/platform/system/schema-service) service - [Schema](https://community.opengroup.org/osdu/platform/system/schema-service) service
- DDMS enablement services - Registry and lookup - DDMS enablement services - Registry and lookup
- [File service](https://community.opengroup.org/osdu/platform/system/file) (management of files in OSDU) - [File service](https://community.opengroup.org/osdu/platform/system/file) (management of files in OSDU)
<BR />
2. Search 2. Search
- Text and Attribute [Indexing](https://community.opengroup.org/osdu/platform/system/indexer-service) service - Text and Attribute [Indexing](https://community.opengroup.org/osdu/platform/system/indexer-service) service
- [Search](https://community.opengroup.org/osdu/platform/system/search-service) service - [Search](https://community.opengroup.org/osdu/platform/system/search-service) service
- Spatial index service* - Spatial index service*
<BR />
3. [Reference and Helper Services](https://community.opengroup.org/osdu/platform/reference) 3. [Reference and Helper Services](https://community.opengroup.org/osdu/platform/reference)
- [Units](https://community.opengroup.org/osdu/platform/reference/unit-service) catalog and conversion service - [Units](https://community.opengroup.org/osdu/platform/reference/unit-service) catalog and conversion service
- [Coordinate catalogs](https://community.opengroup.org/osdu/platform/reference/crs-catalog-service) and [Coordinate conversion](https://community.opengroup.org/osdu/platform/reference/crs-conversion-service) services - [Coordinate catalogs](https://community.opengroup.org/osdu/platform/reference/crs-catalog-service) and [Coordinate conversion](https://community.opengroup.org/osdu/platform/reference/crs-conversion-service) services
- Elevation reference* - Elevation reference*
- Reference catalog and mapping services* - Reference catalog and mapping services*
<BR />
4. [Security and Compliance](https://community.opengroup.org/osdu/platform/security-and-compliance) 4. [Security and Compliance](https://community.opengroup.org/osdu/platform/security-and-compliance)
- Identity Integration* - Identity Integration*
- [Access control service](https://community.opengroup.org/osdu/platform/security-and-compliance/entitlements-service) - [Access control service](https://community.opengroup.org/osdu/platform/security-and-compliance/entitlements-service)
- [Compliance service](https://community.opengroup.org/osdu/platform/security-and-compliance/legal) - [Compliance service](https://community.opengroup.org/osdu/platform/security-and-compliance/legal)
<BR />
5. [Data Flow](https://community.opengroup.org/osdu/platform/data-flow) - Ingestion & Enrichment 5. [Data Flow](https://community.opengroup.org/osdu/platform/data-flow) - Ingestion & Enrichment
- [Ingestion Pipeline](https://community.opengroup.org/osdu/platform/data-flow/ingestion) with pluggable modules - [Ingestion Pipeline](https://community.opengroup.org/osdu/platform/data-flow/ingestion) with pluggable modules
...@@ -54,12 +59,14 @@ Core projects are domain agnostic, cross-cutting services that defines the OSDU ...@@ -54,12 +59,14 @@ Core projects are domain agnostic, cross-cutting services that defines the OSDU
- [Data Preparation](https://community.opengroup.org/osdu/platform/data-flow/data-prep) scripts - [Data Preparation](https://community.opengroup.org/osdu/platform/data-flow/data-prep) scripts
- Agent framework for job management - Agent framework for job management
- [Enrichment Pipeline](https://community.opengroup.org/osdu/platform/data-flow/enrichment) with pluggable modules - [Enrichment Pipeline](https://community.opengroup.org/osdu/platform/data-flow/enrichment) with pluggable modules
<BR />
6. [Deployment and Operations](https://community.opengroup.org/osdu/platform/deployment-and-operations) 6. [Deployment and Operations](https://community.opengroup.org/osdu/platform/deployment-and-operations)
- Global deployment, multi-region support - Global deployment, multi-region support
- Operations focused services - logging, metering, audit trails - Operations focused services - logging, metering, audit trails
- Disaster recovery and business continuity - Disaster recovery and business continuity
- Multi-OSDU federation - Multi-OSDU federation
<BR />
**Domain Projects** **Domain Projects**
... ...
......