Skip to content

Commit f7288fe

Browse files
mayankgupta-01maxieckert-saprenejeglinsky
authored
data-inspector first draft (#2629)
Draft content for Data Inspector Plugin --------- Co-authored-by: Maximilian Eckert <maximilian.eckert@sap.com> Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent c4bc04e commit f7288fe

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

plugins/_menu.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@
1515
# [SAP Cloud Appl. Event Hub](index#event-hub)
1616
# [Advanced Event Mesh](index#advanced-event-mesh)
1717
# [Process Automation](index#sap-build-process-automation)
18+
# [Data Inspector](index#data-inspector)

plugins/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,3 +443,18 @@ Available for:
443443
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.
444444

445445
[![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)
446+
447+
## Data Inspector {#data-inspector}
448+
449+
The Node.js plugin `@cap-js/data-inspector` allows you to inspect data from database entities and service definitions in a CAP application in local and production environments. Inspection occurs at the CAP service level. This means all built-in authentication, authorization, and audit logging mechanisms are automatically respected.
450+
451+
Features:
452+
453+
- Seamless integration as a CAP plugin
454+
- Built on SAP standard reuse UI components
455+
- Authorization controls with comprehensive audit logging
456+
- Simple configuration optimized for productivity
457+
458+
Available for:
459+
460+
[![Node.js logo](/logos/nodejs.svg){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-inspector#readme)

0 commit comments

Comments
 (0)