{"id":25133219,"url":"https://github.com/soapy1/park","last_synced_at":"2026-02-10T09:07:34.840Z","repository":{"id":275683157,"uuid":"926811699","full_name":"Quansight/park","owner":"Quansight","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-18T00:48:46.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T22:57:01.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quansight.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":"2025-02-03T22:32:35.000Z","updated_at":"2025-02-18T17:51:03.000Z","dependencies_parsed_at":"2025-02-04T02:23:43.120Z","dependency_job_id":"65f94eaa-6778-40ea-acd6-8041714d3937","html_url":"https://github.com/Quansight/park","commit_stats":null,"previous_names":["soapy1/park","quansight/park"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Quansight/park","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fpark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fpark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fpark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fpark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quansight","download_url":"https://codeload.github.com/Quansight/park/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quansight%2Fpark/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260148389,"owners_count":22965912,"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":"2025-02-08T15:34:58.327Z","updated_at":"2026-02-10T09:07:29.813Z","avatar_url":"https://github.com/Quansight.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Park\n\nGoal of this project is to create a simple server for uploading and retrieving DOF checkpoints.\n\n## Getting Started\n\nInstall the dependencies:\n```bash\n$ pixi install\n```\n\nRun the server:\n```bash\n$ pixi run dev\n```\n\nOr, using docker\n```\n$ docker build -t park:local .\n\n$ docker run -p 8000:8000 -it park:local\n```\n\n## Uploading\n\n```bash\n# upload a file\n$ curl -i -X POST -H \"Content-Type: multipart/form-data\" -F \"file=@sample/1bc3a3a4\" http://localhost:8000/my-namespace/my-environment/1bc3a3a4/file\n\n# upload a json blob\n$ curl -i -X POST -H \"Content-Type: application/json\" -d '{\"data\": \"hello\"}' http://localhost:8000/my-namespace/other-env/data/json\n```\n\n## Retrieving\n\n\n```bash\n# list all namespaces\n$ curl http://localhost:8000/namespaces\n\n# list all environments in a namespace\n$ curl http://localhost:8000/my-namespace/\n\n# list all checkpoints in an environment\n$ curl http://localhost:8000/my-namespace/my-environment/\n\n# retrieve a checkpoint\n$ curl http://localhost:8000/my-namespace/my-environment/1bc3a3a4\n\n# retrieve a checkpoint\n$ curl http://localhost:8000/my-namespace/other-env/data\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoapy1%2Fpark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoapy1%2Fpark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoapy1%2Fpark/lists"}