{"id":15994098,"url":"https://github.com/gepd/appwrite-sync","last_synced_at":"2026-03-09T12:39:00.988Z","repository":{"id":170479469,"uuid":"632148666","full_name":"gepd/appwrite-sync","owner":"gepd","description":"Experimental library to sync two appwrite instances","archived":false,"fork":false,"pushed_at":"2023-05-29T04:27:46.000Z","size":20,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T07:01:52.774Z","etag":null,"topics":["appwrite","baas","backup","server","sync"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/gepd.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":"2023-04-24T20:13:20.000Z","updated_at":"2024-07-06T18:28:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c9f39ea-6e41-4171-b1e3-1da6a63f3c6e","html_url":"https://github.com/gepd/appwrite-sync","commit_stats":null,"previous_names":["gepd/appwrite-sync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gepd/appwrite-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gepd%2Fappwrite-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gepd%2Fappwrite-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gepd%2Fappwrite-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gepd%2Fappwrite-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gepd","download_url":"https://codeload.github.com/gepd/appwrite-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gepd%2Fappwrite-sync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30295664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T11:12:22.024Z","status":"ssl_error","status_checked_at":"2026-03-09T11:10:54.577Z","response_time":61,"last_error":"SSL_read: 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":["appwrite","baas","backup","server","sync"],"created_at":"2024-10-08T07:05:57.321Z","updated_at":"2026-03-09T12:39:00.946Z","avatar_url":"https://github.com/gepd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Appwrite Sync\n\n### 🚧 This is an experimental project, backup your data before use it\n\nThis is a small, and currently exprimental project, to sync two appwrite instances.\n\nNote: this is a comunity project and isn't maintained by appwrite\n\n### How to use it\n\n1. Clone this repository\n\n2. run `yarn install`\n\n3. To make it work you need to initialize the `AppwriteSync` class like this\n\n```ts\n// index.ts\nconst app = new AppwriteSync({\n  source: {\n    endpoint: \"\",\n    project: \"\",\n    key: \"\",\n  },\n  target: {\n    endpoint: \"\",\n    project: \"\",\n    key: \"\",\n  },\n});\n```\n\nAfter this you can sync the two instances with the `sync` method.\n\n```ts\n// index.ts\napp.sync({\n  syncDatabases: true,\n  syncCollections: true,\n  syncAttributes: true,\n  syncIndexes: true,\n  syncDocuments: true,\n});\n```\n\nYou can change each option to false to start to sync.\n\n4. finally run `node ./dist/index.js`\n\n### Development\n\nif you update any typescipt file re-compile the code with the `tsc` command (you need to install typescript), after this run `node ./dist/index.js` again\n\n### License\n\nThis repository is available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgepd%2Fappwrite-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgepd%2Fappwrite-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgepd%2Fappwrite-sync/lists"}