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

REST API endpoint for pushing jupyter notebook to central git repo #18

Open
tbonza opened this issue Jul 1, 2019 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@tbonza
Copy link
Contributor

tbonza commented Jul 1, 2019

Okra command line makes a POST request to our server with a reported Jupyter notebook. The server performs validation steps, then pushes the notebook to a central git repo. This central git repo acts as a coordination mechanism to allow shared computational work across users (team work makes the dream work)

  1. REST API must be up and running, able to accept post requests, and write validated Jupyter notebook to central git repo
  2. This process should happen via a prompt...
$ okra compute https://github.com/okrahealth/okra.git

    Would you like to git clone 'https://github.com/okrahealth/okra.git'? [y]n
     ...
    Would you like to share work and share the analytics report? [y]n

We should include default agreement options for the above two prompts

@tbonza tbonza added the enhancement New feature or request label Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants