{"id":18524492,"url":"https://github.com/stelligent/mu-mongodb","last_synced_at":"2026-01-24T11:05:19.481Z","repository":{"id":145835500,"uuid":"115890466","full_name":"stelligent/mu-mongodb","owner":"stelligent","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-07T21:33:24.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-17T05:42:03.087Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/stelligent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-12-31T23:41:49.000Z","updated_at":"2020-01-07T21:33:26.000Z","dependencies_parsed_at":"2023-05-05T20:37:14.614Z","dependency_job_id":null,"html_url":"https://github.com/stelligent/mu-mongodb","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fmu-mongodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fmu-mongodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fmu-mongodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stelligent%2Fmu-mongodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stelligent","download_url":"https://codeload.github.com/stelligent/mu-mongodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254209846,"owners_count":22032897,"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-11-06T17:42:03.515Z","updated_at":"2026-01-24T11:05:14.463Z","avatar_url":"https://github.com/stelligent.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mu-mongodb\n\nThis is a mongodb extension for the mu framework.\n\n# Working with mu\n\nThis extension currently only works with mu version 1.3.1-develop. To install this version:\n\n```\ncurl -s https://getmu.io/install.sh | INSTALL_VERSION=1.3.1-develop sh\n```\n\n# Using the Extension\n\nHere's some example code of this extension in action:\n\n```\nnamespace: ext\nenvironments:\n  - name: acceptance\n    loadbalancer:\n      hostedzone: elasticoperations.com\n      name: ext\n    cluster:\n      instanceType: t2.medium\n      desiredCapacity: 1\n      maxSize: 2\n  - name: production\n    loadbalancer:\n      hostedzone: demo.elasticoperations.com\n      name: ext\n    cluster:\n      instanceType: t2.medium\n      desiredCapacity: 1\n      maxSize: 2\nservice:\n  name: ext\n  memory: 1024\n  healthEndpoint: /\n  port: 80\n  pathPatterns:\n  - /*\n  database:\n    name: mu-extension-example\n    engine: mongodb\n  pipeline:\n    source:\n      provider: GitHub\n      repo: stelligent/mu-extension-example\n\nparameters:\n  'ext-database-ext-acceptance':\n    DatabaseMasterUsername: stelligent\n  'ext-database-ext-production:\n    DatabaseMasterUsername: stelligent\n\nextensions:\n- url: https://github.com/stelligent/mu-mongodb/archive/v0.15.zip\n```\n\nThis example mu.yml file will create acceptance and production environments along with a mongodb instantiation. Mongodb will be accessible to your instances on port 27017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fmu-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstelligent%2Fmu-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstelligent%2Fmu-mongodb/lists"}