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

Liu 281 - Browser driven graph deployment to standard engines #194

Merged
merged 5 commits into from
Aug 9, 2022

Conversation

pritchardn
Copy link
Collaborator

Inspired by the OOD implementation, this PR allows the browser to submit graphs to a standard DALiuGE engine instance. This is termed a REST-direct deployment (as opposed to a REST-OOD or Direct deployment).

There is associated documentation that describes graph deployment for all currently supported scenarios.

This also adds to the deployment options in the translator browser UI, from REST to REST-direct and REST-OOD. Eventually, creating a single REST option with additional logic to find the right deployment method would be ideal.

CORS is of course a little tricky to navigate with this one, Chrome browsers complain but run, firefox is fussier.
Setting the translator and engine URLs to 'localhost' (when testing locally of course) seems to do the trick.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.191% when pulling 5eff72f on liu-281 into ddaeb14 on master.

Copy link
Contributor

@awicenec awicenec left a comment

Choose a reason for hiding this comment

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

Great! This will help quite a bit. Working flawlessly as far as I can tell from a few manual tests.

@pritchardn pritchardn merged commit 5ebddd9 into master Aug 9, 2022
@pritchardn pritchardn deleted the liu-281 branch August 9, 2022 04:01
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

Successfully merging this pull request may close these issues.

None yet

3 participants