diff --git a/plugins/_menu.md b/plugins/_menu.md index d4aef87915..dc7ec023b4 100644 --- a/plugins/_menu.md +++ b/plugins/_menu.md @@ -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) diff --git a/plugins/index.md b/plugins/index.md index 52f07d16ac..3d24d92d32 100644 --- a/plugins/index.md +++ b/plugins/index.md @@ -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) \ No newline at end of file