{"id":22989889,"url":"https://github.com/fabriceclementz/mongosync","last_synced_at":"2026-04-12T23:46:30.421Z","repository":{"id":182668143,"uuid":"668883779","full_name":"fabriceclementz/mongosync","owner":"fabriceclementz","description":"Sync your Mongo database in realtime","archived":false,"fork":false,"pushed_at":"2023-07-21T21:02:51.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T12:13:59.209Z","etag":null,"topics":["events","forwarder","mongodb","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/fabriceclementz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-20T20:27:18.000Z","updated_at":"2023-08-18T06:34:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f789871f-7d66-4753-8756-163c8cb61d38","html_url":"https://github.com/fabriceclementz/mongosync","commit_stats":null,"previous_names":["fabriceclementz/mongosync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabriceclementz/mongosync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fmongosync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fmongosync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fmongosync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fmongosync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabriceclementz","download_url":"https://codeload.github.com/fabriceclementz/mongosync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabriceclementz%2Fmongosync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000835,"owners_count":26082951,"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-10-09T02:00:07.460Z","response_time":59,"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":["events","forwarder","mongodb","rust"],"created_at":"2024-12-15T04:20:24.590Z","updated_at":"2025-10-09T06:36:09.182Z","avatar_url":"https://github.com/fabriceclementz.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mongosync\n\n\u003e ⚠️ This project is a work in progress, it's not recommended for production usage.\n\nListens to changes in a MongoDB database and broadcasts them over many destinations.\n\n## Sinks\n\n- [ ] Stdout\n- [ ] File\n- [ ] MongoDB\n- [ ] Websocket\n- [ ] Elasticsearch\n\n## Configuration file\n\n```yaml\nsource:\n  connection_uri: \u003cstring\u003e\n  database: \u003cstring\u003e\nsinks:\n  - type: stdout\n    pretty: true\n  - type: file\n    path: ./changes.log\n  - type: mongodb\n    connection_uri: \u003c\u003e\n```\n\n## Development\n\n### Prerequisites\n\n- Install [Docker](https://www.docker.com/get-started/)\n- Install [Rust](https://www.rust-lang.org/tools/install)\n\n### Run mongosync\n\n```sh\n# Start MongoDB\ndocker compose up -d --remove-orphans\n# Start mongosync\ncargo run -- --config ./examples/mongosync.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabriceclementz%2Fmongosync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabriceclementz%2Fmongosync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabriceclementz%2Fmongosync/lists"}