{"id":21082877,"url":"https://github.com/kklemon/sacredboard-deploy","last_synced_at":"2026-05-16T23:31:57.978Z","repository":{"id":94049770,"uuid":"157361263","full_name":"kklemon/sacredboard-deploy","owner":"kklemon","description":"Reference deployment setup for sacredboard with Docker.","archived":false,"fork":false,"pushed_at":"2018-12-07T09:24:50.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T04:44:11.877Z","etag":null,"topics":["deployment","docker","docker-compose","sacred","sacredboard"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kklemon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-11-13T10:20:56.000Z","updated_at":"2018-12-07T09:24:51.000Z","dependencies_parsed_at":"2023-03-13T03:01:51.204Z","dependency_job_id":null,"html_url":"https://github.com/kklemon/sacredboard-deploy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kklemon/sacredboard-deploy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kklemon%2Fsacredboard-deploy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kklemon%2Fsacredboard-deploy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kklemon%2Fsacredboard-deploy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kklemon%2Fsacredboard-deploy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kklemon","download_url":"https://codeload.github.com/kklemon/sacredboard-deploy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kklemon%2Fsacredboard-deploy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33122080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deployment","docker","docker-compose","sacred","sacredboard"],"created_at":"2024-11-19T20:15:30.581Z","updated_at":"2026-05-16T23:31:57.941Z","avatar_url":"https://github.com/kklemon.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"scaredboard-deploy\n==================\n\n**scaredboard-deploy** provides a dockerized reference deployment setup of the [sacredboard](https://github.com/chovanecm/sacredboard) dashboard for the [sacred](https://github.com/IDSIA/sacred) ML experiment management framework.\n\nInstructions\n------------\n\n### Prerequisites\n\n[Docker](https://www.docker.com/) and [Docker Compose](https://docs.docker.com/compose/) are required. Although the setup only has been explicitly tested against Docker version 18.06.1-ce, most other recent Docker versions should be supported too.\n\n### Project Structure\n\nA custom Docker image for sacredboard is defined in `Dockerfile.sacredboard`. This image may also be used independently of the remaining setup, e.g. with a custom MongoDB instance. For this purpose, the MongoDB url and database name with which sacredboard is started can be configured using the `MONGODB_URL` and `MONGODB_DATABASE` environment variables.\n\n`docker-compose.yml` defines two services. A sacredboard container based on the provided sacredboard image, publishing on the `5000` port and a MongoDB instance with persistent data storage in a volume, publishing on the host port `27017`.\n\n### Installation \u0026 Running\n\nTo clone the project and start the sacredboard stack in detached mode, the following commands must be executed:\n```bash\ngit clone https://github.com/kklemon/sacredboard-deploy.git\ncd sacredboard-deploy/\ndocker-compose up -d\n```\n\nWhen the containers are spun up, sacredboard should be available on `localhost:5000`.\n\n### Usage\n\nTo save results of sacred experiments into the provided MongoDB instance and make them visible in sacredboard, a MongoObserver has to be added to an experiment, configured with `localhost:27017` as url and `sacred` as database name. An exemplary experiment configuration may look like as follows:\n```python\nfrom sacred import Experiment\nfrom sacred.observers import MongoObserver\n\nex = Experiment('my-experiment')\nex.observers.append(MongoObserver.create(url='localhost:27017',\n                                         db_name='sacred'))\n``` \n\nAlternatively, an MongoObserver can be configured through the command line by running the experiment with the following option:\n```bash\n./my_experiment.py -m localhost:27017:sacred\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkklemon%2Fsacredboard-deploy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkklemon%2Fsacredboard-deploy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkklemon%2Fsacredboard-deploy/lists"}