{"id":23421287,"url":"https://github.com/nhsdigital/mesh-sandbox","last_synced_at":"2026-03-04T11:08:50.985Z","repository":{"id":63736267,"uuid":"564323548","full_name":"NHSDigital/mesh-sandbox","owner":"NHSDigital","description":"a sandbox for mesh testing","archived":false,"fork":false,"pushed_at":"2026-02-16T14:39:59.000Z","size":1307,"stargazers_count":6,"open_issues_count":3,"forks_count":2,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2026-02-16T22:34:07.890Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-10T13:25:15.000Z","updated_at":"2026-02-16T14:39:37.000Z","dependencies_parsed_at":"2024-02-03T11:27:15.778Z","dependency_job_id":"1c373891-63ee-4d89-af4e-a7d87fdb4537","html_url":"https://github.com/NHSDigital/mesh-sandbox","commit_stats":null,"previous_names":[],"tags_count":87,"template":false,"template_full_name":null,"purl":"pkg:github/NHSDigital/mesh-sandbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fmesh-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fmesh-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fmesh-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fmesh-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHSDigital","download_url":"https://codeload.github.com/NHSDigital/mesh-sandbox/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fmesh-sandbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-12-23T02:14:41.010Z","updated_at":"2026-03-04T11:08:50.958Z","avatar_url":"https://github.com/NHSDigital.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MESH Sandbox\n===========\n\nMESH sandbox for local testing of [NHS Digital's MESH API](https://digital.nhs.uk/developer/api-catalogue/message-exchange-for-social-care-and-health-api).\n\nInstallation\n------------\n\nExample use\n-----------\n\npip\n---\n\n```bash\npip install mesh-sandbox\nSTORE_MODE=file MAILBOXES_DATA_DIR=/tmp/mesh uvicorn mesh_sandbox.api:app --reload --port 8700 --workers=1\ncurl http://localhost:8700/health\n```\n\ndocker compose\n--------------\n\n```yaml\n\nservices:\n\n  mesh_sandbox:\n    build: \n      context: https://github.com/NHSDigital/mesh-sandbox.git#refs/tags/v1.0.4\n    ports:\n      - \"8700:443\"\n    deploy:\n      restart_policy:\n        condition: on-failure\n        max_attempts: 3\n    healthcheck:\n      test: curl -ksf https://localhost/health || exit 1\n      interval: 3s\n      timeout: 10s\n    environment:\n      - SHARED_KEY=TestKey\n      - SSL=yes\n#      - STORE_MODE=file  # store mode file will persist data to disk\n    volumes:\n      # mount a different mailboxes.jsonl to pre created mailboxes\n      - ./src/mesh_sandbox/store/data/mailboxes.jsonl:/app/mesh_sandbox/store/data/mailboxes.jsonl:ro\n      - ./src/mesh_sandbox/test_plugin:/app/mesh_sandbox/plugins:ro\n      # you can mount a directory if you want access the stored messages\n      #      - ./messages:/tmp/mesh_store\n      # you can also mount different server cert and key if using ssl and you need a trusted certificate\n#      - ./mycert.pem:/tmp/server-cert.pem:ro\n#      - ./mycert.key:/tmp/server-cert.key:ro\n\n```\n\nGuidance for contributors\n-------------------------\n[contributing](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fmesh-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhsdigital%2Fmesh-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fmesh-sandbox/lists"}