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

Add basic tornado routes for interacting with the dag #3

Closed
12 tasks done
saksham219 opened this issue Mar 29, 2021 · 0 comments
Closed
12 tasks done

Add basic tornado routes for interacting with the dag #3

saksham219 opened this issue Mar 29, 2021 · 0 comments

Comments

@saksham219
Copy link
Collaborator

saksham219 commented Mar 29, 2021

  • add create node endpoint (post)
  • add delete node endpoint (delete)
  • add get node properties endpoint (get)
  • add get dag properties endpoint (get)
  • add change node properties endpoint (put)
  • add node commit endpoint (post)
  • add create edge endpoint (post)
  • add get edge endpoint (get)
  • add delete edge endpoint (delete)
  • add update edge endpoint (post)
  • add node trigger endpoint for running the container end to end (post)
  • modify create node to return running container id
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

1 participant