{"id":51157478,"url":"https://github.com/phronmophobic/autosync","last_synced_at":"2026-06-26T11:30:45.359Z","repository":{"id":361678451,"uuid":"1255335808","full_name":"phronmophobic/autosync","owner":"phronmophobic","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-12T21:34:44.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T23:16:13.925Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/phronmophobic.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-31T17:48:58.000Z","updated_at":"2026-06-12T21:34:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/phronmophobic/autosync","commit_stats":null,"previous_names":["phronmophobic/autosync"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phronmophobic/autosync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phronmophobic%2Fautosync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phronmophobic%2Fautosync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phronmophobic%2Fautosync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phronmophobic%2Fautosync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phronmophobic","download_url":"https://codeload.github.com/phronmophobic/autosync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phronmophobic%2Fautosync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34815669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":[],"created_at":"2026-06-26T11:30:44.864Z","updated_at":"2026-06-26T11:30:45.350Z","avatar_url":"https://github.com/phronmophobic.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autosync\n\nAn opinioned server and client for syncing automerge documents.\n\n\n## Usage\n\n### Generate a key\n\n    $ clojure -M -m com.phronemophobic.autosync.key 'my.key'\n    key saved to \"my.key\"\n\n### Start an autosync server\n\n    $ clojure -M -m com.phronemophobic.autosync.server 5001 my.key \n    server started...\n\n### Sync your automerge documents\n\n\n```clojure\n\n(require '[com.phronemophobic.autosync.client :as autosync.client]\n         '[com.phronemophobic.autosync.key :as autosync.key]\n         '[com.phronemophobic.automerge :as automerge])\n\n\n(def mykey (autosync.key/load-key \"my.key\"))\n\n(def mydoc (automerge/doc))\n(automerge/put! mydoc \"hello\" \"world\")\n\n(def host ...)\n(autosync.client/sync-doc! {:host host :port 5001 :key mykey}\n                           \"mydoc\"\n                           mydoc)\n\n```\n\n\n## License\n\nCopyright © 2026 Adrian\n\nLicensed under Apache License v2.0.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphronmophobic%2Fautosync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphronmophobic%2Fautosync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphronmophobic%2Fautosync/lists"}