-
Notifications
You must be signed in to change notification settings - Fork 100
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
Relax API support (new features + bug fix) #148
base: development
Are you sure you want to change the base?
Conversation
…ecessary to set the correct group accordingly
…nor Node@16 (tested on macOS Big Sur v11.4).
In this project you can find my solution for transforming Relax Query API into an actual REST API: https://github.com/rlaiola/relax-api |
Fork Sync: Update from parent repository
Fork Sync: Update from parent repository
Fork Sync: Update from parent repository
fix request ajax without timeout
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. |
In this link you can find the documentation: https://github.com/rlaiola/relax-api |
Reference issues
What does this implement/fix?
How to test this PR?
Test it live at https://rlaiola.github.io/relax/.
Other Comments
Feel free to suggest other approaches to address the reported issues/features, I'm not really a React JS expert. Moreover, I think that Relax API should be modified to return data only (instead of a web page). Not sure about the best way to do that, but I'm developing a workaround to address that.