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 REST endpoints to create datasets and trigger dataruns #132

Closed
csala opened this issue Apr 30, 2019 · 0 comments · Fixed by #134
Closed

Add REST endpoints to create datasets and trigger dataruns #132

csala opened this issue Apr 30, 2019 · 0 comments · Fixed by #134
Assignees
Milestone

Comments

@csala
Copy link
Contributor

csala commented Apr 30, 2019

Current REST API provides read-only functionality to explore the ModelHub data after it has been created using the CLI or from python.

We now need add the following functionalities:

  1. Create new datasets
    • the call should be POST /api/datasets, passing a json with all the required dataset fields.
  2. Trigger dataruns using a dataset_id
    • The call should be POST /api/search, passing a json with a dataset_id and the same arguments that CLI atm enter_data accepts (except for the ones related to the dataset creation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants