{"id":23278534,"url":"https://github.com/hdfgroup/hdfcloud_workshop","last_synced_at":"2025-04-06T12:42:15.432Z","repository":{"id":66041910,"uuid":"98145169","full_name":"HDFGroup/hdfcloud_workshop","owner":"HDFGroup","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-26T05:27:06.000Z","size":6737,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-12T18:32:22.936Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HDFGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-24T03:23:15.000Z","updated_at":"2020-02-13T20:04:55.000Z","dependencies_parsed_at":"2023-04-20T20:16:51.125Z","dependency_job_id":null,"html_url":"https://github.com/HDFGroup/hdfcloud_workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdfcloud_workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdfcloud_workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdfcloud_workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HDFGroup%2Fhdfcloud_workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HDFGroup","download_url":"https://codeload.github.com/HDFGroup/hdfcloud_workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247485281,"owners_count":20946397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T22:32:10.646Z","updated_at":"2025-04-06T12:42:15.411Z","avatar_url":"https://github.com/HDFGroup.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HDFCloud Workshop\n\nThe Highly Scalable Data Service (HSDS) provides a cluster based resource that uses object based storage.\n\nThis workshop covers using the service in three ways:\n\n*  Using the HDF Cloud REST API  \n*  Using the set of command line tools\n*  Using the h5pyd Python package\n\n## Prepare\n\n### Get HDFCloud credentials\n\nGet your username, password, and server endpoint from course instructor or by signing up\nfor a HDFCloud account here: https://www.hdfgroup.org/solutions/hdf-cloud/. \n\n### Get workshop code\n\nClone this repository\n\n    git clone https://github.com/HDFGroup/hdfcloud_workshop\n\nIf you don't have git installed, you can get it here:  https://git-scm.com/book/en/v2/Getting-Started-Installing-Git\n\n### Install Python if you don't have it already\n\nPython version 2.7 to 3.6 is fine.  Check your version using:\n\n    python --version\n\nIf you don't have Python installed, go to: https://www.python.org/downloads/. \n\n### Install Pip if you don't have it already:\n\n   pip --version\n\nIf you don't have pip, get the installer srcript:\n\n    wget https://bootstrap.pypa.io/get-pip.py\n\nThen run the script:\n\n    python get-pip.py    \n\nIf you run into problems, see: https://pip.pypa.io/en/stable/installing/.\n\n### Install the necessary packages\n\n    pip install h5pyd\n    pip install h5py\n    pip install jason\n    pip install jupyter\n\nOr if you are using Anaconda:\n\n    conda create -n hsds python=3.6 h5py json jupyter\n    source activate hsds\n    pip install h5pyd\n\n### Configure HDF Cloud client\n\nRun:\n\n    hsconfigure\n\nand input username, password and endpoint.  The information gathered will be saved to the file:\n.hscfg in your home directory.\n\n### Verify the installation via running hsinfo\n\nRun:\n\n    hsinfo \n\nThis should return that the server is ready and your username/password is valid.\n\n### Create a workshop folder\n\nCreate a folder on the server for data files you will create:\n\n    hstouch -v /home/\u003cyour username\u003e/workshop/\n\n\n## Launch notebook\n\nFrom the notebook directory\n\n    jupyter notebook \n\n\n## Links\n\n*  Reference\n    *  [Docs  h5py](http://docs.h5py.org/en/latest/index.html)\n    *  [Code h5pyd](https://github.com/HDFGroup/h5pyd)\n    *  [Docs REST API](http://h5serv.readthedocs.io/en/latest/index.html)\n     \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdfgroup%2Fhdfcloud_workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdfgroup%2Fhdfcloud_workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdfgroup%2Fhdfcloud_workshop/lists"}