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

How to Override Local Groups in API Requests #84

Open
Corybyte opened this issue Dec 24, 2024 · 2 comments
Open

How to Override Local Groups in API Requests #84

Corybyte opened this issue Dec 24, 2024 · 2 comments

Comments

@Corybyte
Copy link

I didn't quite understand how to use it, for example, I need to use relax's Group editor function, and this is how I use it in my web page. Write the SQL to the Group editor module, double-click on use group in editor, write the Relational Algebra expression to the Relational Algebra module, double-click on theexecute query button.But I can't reproduce in your github page what I was doing in relax.

@rlaiola
Copy link
Owner

rlaiola commented Dec 24, 2024

Hi. As this project and the PR dbis-uibk/relax#148 indicate, this is a query API. So that you can retrieve the results as json.

Some examples:

In the first 2 examples, it uses local groups (see URL), as with the last it points to a gist file.

Hope it helps!

@Corybyte
Copy link
Author

The effect I want to achieve is that I pass in a relational algebra expression, and the returned JSON returns me the table data, something like this, can realx-api achieve this?
2024-12-25-112153_screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants