{"id":28562881,"url":"https://github.com/nuvla/deployment","last_synced_at":"2025-09-08T05:34:03.201Z","repository":{"id":41284312,"uuid":"169962391","full_name":"nuvla/deployment","owner":"nuvla","description":"Deployment definitions for the Nuvla platform","archived":false,"fork":false,"pushed_at":"2025-08-11T11:59:42.000Z","size":3165,"stargazers_count":3,"open_issues_count":13,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-08-11T13:29:29.687Z","etag":null,"topics":["application-management","cloud","docker","edge","iot","iot-platform"],"latest_commit_sha":null,"homepage":"https://sixsq.com","language":"Clojure","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/nuvla.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2019-02-10T09:37:26.000Z","updated_at":"2025-08-11T11:59:33.000Z","dependencies_parsed_at":"2023-02-14T06:45:44.057Z","dependency_job_id":"cd4bb1bc-74f0-4b8f-ad99-703a476f74c1","html_url":"https://github.com/nuvla/deployment","commit_stats":null,"previous_names":[],"tags_count":74,"template":false,"template_full_name":null,"purl":"pkg:github/nuvla/deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvla%2Fdeployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvla%2Fdeployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvla%2Fdeployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvla%2Fdeployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuvla","download_url":"https://codeload.github.com/nuvla/deployment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuvla%2Fdeployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274136653,"owners_count":25228419,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["application-management","cloud","docker","edge","iot","iot-platform"],"created_at":"2025-06-10T12:12:01.544Z","updated_at":"2025-09-08T05:34:03.179Z","avatar_url":"https://github.com/nuvla.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuvla Deployments\n\n[![Build Status](https://github.com/nuvla/deployment/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/nuvla/deployment/actions/workflows/main.yml)\n\nThis repository contains the definitions for the deployment of the Nuvla platform.\n\nThe most popular deployment definitions are:\n 1. [**Test deployment**](https://github.com/nuvla/deployment/tree/master/test): great to quickly deploy a Nuvla deployment on a single machine for testing or evaluation\n 2. [**Production deployment**](https://github.com/nuvla/deployment/tree/master/prod): (work in progress) to deploy a production deployment, where the stateful services are\n    persisted and services can be distributed across a multi-node cluster.\n\nAnother popular deployment is [**Docker Swarm**](https://github.com/nuvla/deployment/tree/master/swarm), which is needed to host the Nuvla service and provide a target infrastructure\non which to deploy.\n\nFor more deployment scenarios, feel free to explore the other README files present in the different subdirectories for\ndetailed information.\n\n## Artifacts\n\n - Docker deployment files. See the archives published in the\n   [nuvla/deployment releases\n   area](https://github.com/nuvla/deployment/releases).\n\n## Contributing\n\n### Source Code Changes\n\nTo contribute code to this repository, please follow these steps:\n\n 1. Create a branch from master with a descriptive, kebab-cased name\n    to hold all your changes.\n\n 2. Follow the developer guidelines concerning formatting, etc. when\n    modifying the code.\n   \n 3. Once the changes are ready to be reviewed, create a GitHub pull\n    request.  With the pull request, provide a description of the\n    changes and links to any relevant issues (in this repository or\n    others). \n   \n 4. Ensure that the triggered CI checks all pass.  These are triggered\n    automatically with the results shown directly in the pull request.\n\n 5. Once the checks pass, assign the pull request to the repository\n    coordinator (who may then assign it to someone else).\n\n 6. Interact with the reviewer to address any comments.\n\nWhen the reviewer is happy with the pull request, he/she will \"squash\n\u0026 merge\" the pull request and delete the corresponding branch.\n\n### Testing\n\nAdd appropriate tests that verify the changes or additions you make to\nthe source code.\n\n### Code Formatting\n\nThis repository contains mostly Docker container descriptions and bash\nscripts. When modifying a file, keep the style of the existing code.\n\n## Copyright\n\nCopyright \u0026copy; 2019-2024, SixSq SA\n\n## License\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you\nmay not use this file except in compliance with the License.  You may\nobtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\nimplied.  See the License for the specific language governing\npermissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvla%2Fdeployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuvla%2Fdeployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuvla%2Fdeployment/lists"}