Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions plugins/_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
# [SAP Cloud Appl. Event Hub](index#event-hub)
# [Advanced Event Mesh](index#advanced-event-mesh)
# [Process Automation](index#sap-build-process-automation)
# [Data Inspector](index#data-inspector)
15 changes: 15 additions & 0 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,18 @@ Available for:
The `@cap-js/process` plugin lets you interact with the Workflow API of SAP Build Process Automation. It provides annotations and a programmatic API for working with processes. Use it to manage the lifecycle of processes — for example, to start, cancel, suspend, or resume them — and to retrieve information about running and finished processes.

[![Node.js](/logos/nodejs.svg 'Link to the plugin page.'){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/process)

## Data Inspector {#data-inspector}

The Node.js plugin `@cap-js/data-inspector` lets developers and support users inspect data from database entities and service definitions in a CAP application, in both local and production environments. Inspection happens at the CAP service level, so all built-in authentication, authorization, and audit logging mechanisms are automatically respected.

Features:

- Seamless integration as a CAP plugin
- Built on SAP standard reuse UI components
- Authorization controls with comprehensive audit logging
- Simple configuration optimized for productivity

Available for:

[![Node.js logo](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-inspector#readme)