Skip to content

Commit

Permalink
CAP Plugin: cap-js ord plugin (#1064)
Browse files Browse the repository at this point in the history
* adding ord plugin docs

* Update index.md

* Update plugins/index.md

Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>

* Update plugins/index.md

Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>

* Removing the gif till cds8

* minor changes

* Update index.md

* editing

* moved

---------

Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
  • Loading branch information
RoshniNaveenaS and renejeglinsky authored Jul 12, 2024
1 parent 150b737 commit 8a548d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,5 @@
- [Change Tracking](plugins/#change-tracking)
- [Notifications](plugins/#notifications)
- [Telemetry](plugins/#telemetry)
- [ORD](plugins/#ord)
- [CAP Operator for K8s](plugins/#cap-operator-plugin)
Binary file added plugins/assets/index/ordCLI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 12 additions & 1 deletion plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,18 @@ Available for:
[![Node.js](../assets/logos/nodejs.svg 'Link to the plugins repository.'){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/telemetry#readme)
[![Java](../assets/logos/java.svg 'Link to the documentation of the telemetry feature.'){style="height:3em; display:inline; margin:0 0.2em;"}](../java/operating-applications/observability#open-telemetry)

## ORD (Open Resource Discovery)

This plugin enables generation of ORD document for CAP based applications. You can get the ORD document in multiple ways, see the readme of the plugin.

When you adopt ORD, your application gains a single entry point, known as the Service Provider Interface. This interface allows you to discover and gather relevant information or metadata. You can use this information to construct a static metadata catalog or to perform a detailed runtime inspection of your actual system landscapes.

![](./assets/index/ordCLI.png){style="width:450px; box-shadow: 1px 1px 5px #888888"}

Available for:

[<img src="../assets/logos/nodejs.svg" style="height:2.5em; display:inline; margin:0 0.2em;" alt="link to the repository for cap-js attachments"/>](https://github.com/cap-js/ord)


## CAP Operator for Kubernetes {#cap-operator-plugin}

Expand All @@ -336,4 +348,3 @@ Available for:

<div id="planned-plugins" />


0 comments on commit 8a548d6

Please sign in to comment.