{"id":20135813,"url":"https://github.com/maxfi/meteor-remote-collection","last_synced_at":"2026-06-08T12:02:14.467Z","repository":{"id":153436058,"uuid":"51309102","full_name":"maxfi/meteor-remote-collection","owner":"maxfi","description":"Use additional MongoDB databases in your Meteor app.","archived":false,"fork":false,"pushed_at":"2017-02-21T08:50:26.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T09:37:31.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/maxfi.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":"2016-02-08T16:18:29.000Z","updated_at":"2021-05-19T07:48:25.000Z","dependencies_parsed_at":"2023-05-31T15:15:40.361Z","dependency_job_id":null,"html_url":"https://github.com/maxfi/meteor-remote-collection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfi%2Fmeteor-remote-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfi%2Fmeteor-remote-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfi%2Fmeteor-remote-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfi%2Fmeteor-remote-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxfi","download_url":"https://codeload.github.com/maxfi/meteor-remote-collection/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582527,"owners_count":19985846,"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-13T21:16:38.432Z","updated_at":"2026-06-08T12:02:09.445Z","avatar_url":"https://github.com/maxfi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-remote-collection\nUse additional MongoDB databases in your Meteor app.\n\n## Installation\n\n```sh\n$ meteor add maxfi:remote-collection\n```\n\n## Usage\n\nOn client or server:\n\n```JavaScript\n// using a MongoDB URI\nMyCollection = new RemoteCollection('mongodb://username:password@localhost:27017/database');\n\n// or using an environment variable\nMyCollection = new RemoteCollection('SOME_ENV_VAR'); // Where `process.env.SOME_ENV_VAR`\n\n// optionally pass in connection options\nvar connectionOptions = {oplogUrl: 'mongodb://username:password@localhost:27017/local?authSource=admin'};\nMyCollection = new RemoteCollection('SOME_ENV_VAR', connectionOptions);\n\n// or optionally pass in OPLOG URI\nMyCollection = new RemoteCollection('SOME_ENV_VAR', 'SOME_OTHER_ENV_VAR'); // Where `process.env.SOME_OTHER_ENV_VAR`\n```\n\n## To Do\n\n* Potentially reuse `MongoInternals.RemoteCollectionDriver` across multiple `RemoteCollection` instances.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxfi%2Fmeteor-remote-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxfi%2Fmeteor-remote-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxfi%2Fmeteor-remote-collection/lists"}