Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAP Plugin: cap-js ord plugin #1064

Merged
merged 14 commits into from
Jul 12, 2024
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" />