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

Kaggle as datastore #73

Open
jlim262 opened this issue Jul 19, 2020 · 0 comments
Open

Kaggle as datastore #73

jlim262 opened this issue Jul 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@jlim262
Copy link
Collaborator

jlim262 commented Jul 19, 2020

It'll be useful to have cloud services as datastore. Currently, Kaggle Dataset looks a good candidate to me. If a proper credential is provided, a dataset can be published with a version using 'create' command and be downloaded using 'download' as below. For the full description of the API, please refer to kaggle-api.

Kaggle Datasets

The API supports the following commands for Kaggle Datasets.

usage: kaggle datasets [-h]
                       {list,files,download,create,version,init,metadata,status} ...

optional arguments:
  -h, --help            show this help message and exit

commands:
  {list,files,download,create,version,init,metadata, status}
    list                List available datasets
    files               List dataset files
    download            Download dataset files
    create              Create a new dataset
    version             Create a new dataset version
    init                Initialize metadata file for dataset creation
    metadata            Download metadata about a dataset
    status              Get the creation status for a dataset
@jlim262 jlim262 added the enhancement New feature or request label Jul 19, 2020
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

1 participant