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: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ For a roadmap including expected timeline, please refer to [ROADMAP.md](./ROADMA
10
10
11
11
## [unreleased]
12
12
13
+
### Changed
14
+
15
+
- Changed the structure of the ORD page
16
+
- Details section removed, merged content either into spec itself (concepts) or new help area
17
+
- Moved FAQ into help, some detail article became FAQ articles
18
+
13
19
## [1.10.1]
14
20
15
21
### Added
@@ -189,9 +195,9 @@ For a roadmap including expected timeline, please refer to [ROADMAP.md](./ROADMA
189
195
- Added clarification that an ORD Aggregator MUST bump `lastUpdated` if the provider didn't do it, but it detected a change.
190
196
- Added explicit [Access Strategy](https://open-resource-discovery.github.io/specification/spec-extensions/access-strategies/) description for `open`, defining how local and global tenant headers can be optionally passed on.
191
197
- Added new Detail Articles:
192
-
-[How To Adopt ORD as a Provider](https://open-resource-discovery.github.io/specification/details/articles/adopt-ord-as-provider) detail page
* An [**Entity Type**](../../details/articles/grouping-and-bundling#entity-type) describes either a business concept / term or an underlying conceptual model.
1332
+
* An [**Entity Type**](../concepts/grouping-and-bundling#entity-type) describes either a business concept / term or an underlying conceptual model.
1333
1333
* The same entity type can be exposed through one or multiple API and events resources.
1334
1334
*
1335
-
* To learn more about the concept, see [Entity Type](../../details/articles/grouping-and-bundling#entity-type).
1335
+
* To learn more about the concept, see [Entity Type](../concepts/grouping-and-bundling#entity-type).
* A [Data Product](../../details/articles/data-product) is a data set exposed for consumption outside the boundaries of the producing application via APIs and described by high quality metadata that can be accessed through the [ORD Aggregator](../../spec-v1/#ord-aggregator).
1794
+
* A [Data Product](../concepts/data-product) is a data set exposed for consumption outside the boundaries of the producing application via APIs and described by high quality metadata that can be accessed through the [ORD Aggregator](../../spec-v1/#ord-aggregator).
1795
1795
*
1796
-
* Please note that this concept is in beta, see [Data Product - Beta Status](../../details/articles/data-product#beta-status).
1796
+
* Please note that this concept is in beta, see [Data Product - Beta Status](../concepts/data-product#beta-status).
* An [Integration Dependency](../../details/articles/integration-dependency) states that the described system (self) can integrate with external systems (integration target) to achieve an integration purpose.
2140
+
* An [Integration Dependency](../concepts/integration-dependency) states that the described system (self) can integrate with external systems (integration target) to achieve an integration purpose.
2141
2141
* The purpose could be to enable a certain feature or integration scenario, but it could also be a mandatory prerequisite for the described system to work.
2142
2142
*
2143
2143
* The integration dependency includes a list of individual **aspects** that the integration consists of.
* An integration dependency is also not meant to describe a bigger process.
2156
2156
* Instead it focuses on the technical necessaries to create an integration for one particular purpose.
2157
2157
*
2158
-
* To learn more about the concept, see [Integration Dependency](../../details/articles/integration-dependency).
2158
+
* To learn more about the concept, see [Integration Dependency](../concepts/integration-dependency).
2159
2159
*/
2160
2160
exportinterfaceIntegrationDependency{
2161
2161
/**
@@ -2530,7 +2530,7 @@ export interface Product {
2530
2530
documentationLabels?: DocumentationLabels;
2531
2531
}
2532
2532
/**
2533
-
* A [**Package**](../../details/articles/grouping-and-bundling#package) organizes a set of related resources together, by publishing and catalog presentation concerns.
2533
+
* A [**Package**](../concepts/grouping-and-bundling#package) organizes a set of related resources together, by publishing and catalog presentation concerns.
2534
2534
*
2535
2535
* The Package can also be used to indicate which products or vendors provided the packaged resources.
2536
2536
* For partner or customer content, the package can indicate this via the `vendor` and `partOfProducts` assignments.
@@ -2543,7 +2543,7 @@ export interface Product {
2543
2543
* A package does not have a `visibility` property.
2544
2544
* Whether it is displayed is decided by the fact, whether it contains any visible resources according to the visibility role of the aggregator.
2545
2545
*
2546
-
* To learn more about the concept and further guidance, see [Package](../../details/articles/grouping-and-bundling#package).
2546
+
* To learn more about the concept and further guidance, see [Package](../concepts/grouping-and-bundling#package).
* A [**Consumption Bundle**](../../details/articles/grouping-and-bundling#consumption-bundle) groups APIs and Events together that can be consumed with the credentials and auth mechanism.
2735
+
* A [**Consumption Bundle**](../concepts/grouping-and-bundling#consumption-bundle) groups APIs and Events together that can be consumed with the credentials and auth mechanism.
2736
2736
* Ideally it also includes instructions and details how to request access and credentials for resources.
2737
2737
*
2738
-
* For more documentation and guidance how to correctly this correctly, see [Consumption Bundle details](../../details/articles/grouping-and-bundling#consumption-bundle).
2738
+
* For more documentation and guidance how to correctly this correctly, see [Consumption Bundle details](../concepts/grouping-and-bundling#consumption-bundle).
2739
2739
*
2740
2740
* A consumption bundle SHOULD have at least one association with a resource (0..n). Avoid empty consumption bundles.
2741
2741
* A consumption bundle MUST NOT contain APIs and Events that are NOT defined in the ORD document(s) returned
2742
2742
* by the system instance that defines the consumption bundle.
2743
2743
*
2744
2744
* Please note that some ORD consumer use cases MAY depend on consumption bundle assignments to work with the resources.
2745
2745
*
2746
-
* To learn more about the concept, see [Consumption Bundle](../../details/articles/grouping-and-bundling#consumption-bundle).
2746
+
* To learn more about the concept, see [Consumption Bundle](../concepts/grouping-and-bundling#consumption-bundle).
A standard like ORD has the purpose to enable an ecosystem that provides mutual benefits for its participants.
9
-
10
-
This page gives an overview of ORD related ecosystem support.
11
-
12
7
## SAP Ecosystem Support
13
8
14
9
| ORD Providers | ORD Aggregators | ORD Consumers | Frameworks |
@@ -17,21 +12,6 @@ This page gives an overview of ORD related ecosystem support.
17
12
|[SAP Marketing Cloud](https://help.sap.com/docs/SAP_MARKETING_CLOUD)|[Unified Customer Landscape](../introduction.mdx#unified-customer-landscape)|[SAP Business Application Studio](https://www.sap.com/products/technology-platform/business-application-studio.html)|[SAP CAP Framework](https://github.com/cap-js/ORD)|
18
13
|[SAP Graph](https://help.sap.com/docs/graph)||[Kyma](https://help.sap.com/docs/btp/sap-business-technology-platform/kyma-environment) for side-by-side extensions ||
Copy file name to clipboardExpand all lines: docs/help/faq/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: FAQ
3
-
sidebar_position: 22
2
+
title: FAQ 🙋
3
+
sidebar_position: 10
4
4
---
5
5
6
6
# FAQ
@@ -37,7 +37,7 @@ Currently, we're in discussion with other companies to form a community around t
37
37
#### How long does it take for metadata changes to reflect in the Aggregators?
38
38
39
39
This depends on the configuration and implementation of an ORD aggregator.
40
-
The aggregation can be fully automated, but currently ORD has only defined a [pull transport](../spec-v1/index.md#pull-transport) mode, which relies on periodic fetching (similar as a search engine indexes the web). As a consequence, metadata changes need a while to be replicated.
40
+
The aggregation can be fully automated, but currently ORD has only defined a [pull transport](../../spec-v1/index.md#pull-transport) mode, which relies on periodic fetching (similar as a search engine indexes the web). As a consequence, metadata changes need a while to be replicated.
41
41
We're aware that some use-cases require faster metadata updates and the ORD spec is designed to support other transport modes (like push or event based), to make faster and more efficient replication possible.
0 commit comments