{"id":30181054,"url":"https://github.com/streamich/json-crdt-traces","last_synced_at":"2025-08-12T08:07:24.554Z","repository":{"id":206291873,"uuid":"716279011","full_name":"streamich/json-crdt-traces","owner":"streamich","description":"JSON CRDT document sample change traces in JSON CRDT Patch format, for testing and benchmarking","archived":false,"fork":false,"pushed_at":"2023-12-15T05:26:33.000Z","size":37409,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-01T12:32:36.846Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/streamich.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}},"created_at":"2023-11-08T20:01:01.000Z","updated_at":"2024-02-19T17:20:28.000Z","dependencies_parsed_at":"2024-02-05T10:16:42.017Z","dependency_job_id":null,"html_url":"https://github.com/streamich/json-crdt-traces","commit_stats":null,"previous_names":["streamich/json-crdt-traces"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/streamich/json-crdt-traces","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fjson-crdt-traces","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fjson-crdt-traces/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fjson-crdt-traces/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fjson-crdt-traces/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/streamich","download_url":"https://codeload.github.com/streamich/json-crdt-traces/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/streamich%2Fjson-crdt-traces/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270024697,"owners_count":24514054,"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-08-12T02:00:09.011Z","response_time":80,"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":"2025-08-12T08:06:39.937Z","updated_at":"2025-08-12T08:07:24.526Z","avatar_url":"https://github.com/streamich.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON CRDT Traces\n\nA collection of [JSON CRDT][json-crdt] traces for testing and benchmarking. The\ntraces are provided in [JSON CRDT Patch][json-crdt-patch] format.\n\n[json-crdt]: https://jsonjoy.com/specs/json-crdt\n[json-crdt-patch]: https://jsonjoy.com/specs/json-crdt-patch\n\n\n## Traces\n\nSee the __[`traces/`](traces/)__ directory for the list of traces. Each trace\nis located in a separate directory and contains the following files:\n\n- `patches.*` - files that contain the whole editing trace in [JSON CRDT Patch format](https://jsonjoy.com/specs/json-crdt-patch/encoding).\n  - `patches.txt` - a text file containing the trace in human-readable format.\n  - `patches.bin` - a binary file containing the trace patches in [`binary` format](https://jsonjoy.com/specs/json-crdt-patch/encoding/binary-format),\n    the list of patches is store as a CBOR array.\n  - `patch.verbose.json` - a JSON file containing the trace patches in [`verbose` format](https://jsonjoy.com/specs/json-crdt-patch/encoding/verbose-format).\n  - `patch.compact.json` - a JSON file containing the trace patches in [`compact` format](https://jsonjoy.com/specs/json-crdt-patch/encoding/compact-format).\n- `model.*` - files that contain the final state of the document in [JSON CRDT format](https://jsonjoy.com/specs/json-crdt/encoding/structural-encoding).\n  - `model.txt` - a text file containing the document in human-readable format.\n  - `model.bin` - a binary file containing the document in [`binary` format](https://jsonjoy.com/specs/json-crdt/encoding/structural-encoding/binary-structural-format).\n  - `model.verbose.json` - a JSON file containing the document in [`verbose` format](https://jsonjoy.com/specs/json-crdt/encoding/structural-encoding/verbose-structural-format).\n  - `model.compact.json` - a JSON file containing the document in [`compact` format](https://jsonjoy.com/specs/json-crdt/encoding/structural-encoding/compact-structural-format).\n- `view.*` - files that store the final view of the document.\n  - `view.json` - the final view of the document in JSON format.\n  - `view.txt` - a text file containing the view, only available for text traces.\n\n\n## License\n\n- Code in this repository is provided under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license.\n- A number of datasets from the upstream `editing-traces` repository are provided under the CC BY 4.0 license as well, [see](https://github.com/josephg/editing-traces/blob/3caad3dcce0043ef925d588d4788dbcddececbd8/sequential_traces/README.md?plain=1#L88).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fjson-crdt-traces","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstreamich%2Fjson-crdt-traces","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstreamich%2Fjson-crdt-traces/lists"}