Skip to content

Feature Matrix: Remote Analytics Support #1991

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 10 additions & 0 deletions guides/using-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,16 @@ You need additional logic, if remote entities are in the game. The following tab
| Remote: Expand local | `/service/risks/Suppliers?$expand=risks` | Delegate query w/o expand to remote service and implement expand. |
| Remote: Navigate to local | `/service/Suppliers(...)/risks` | Implement navigation, delegate query for target to local service |


##### Support Analytical Queries in Java {.java}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this what is called "Dynamic Querying" in the feature matrix?
https://cap.cloud.sap/docs/about/features#consuming-services


CAP Java provides an out-of-the-box support for remote analytical queries.

| **Request** | **Example** | **Implementation** |
| --------------------------------------------------------------------- | ---------------------------------------- | ----------------------------------------------------------------- |
| Remote: Analytical queries | `/service/risks/Suppliers?$apply=...` | Delegate query to remote service |


#### Transient Access vs. Replication

> This chapter shows only techniques for transient access.
Expand Down