{"id":19331981,"url":"https://github.com/tikv/sig-transaction","last_synced_at":"2026-02-27T09:39:43.562Z","repository":{"id":42496276,"uuid":"269250264","full_name":"tikv/sig-transaction","owner":"tikv","description":"Resources for the transaction SIG","archived":false,"fork":false,"pushed_at":"2022-09-29T09:21:35.000Z","size":2645,"stargazers_count":63,"open_issues_count":20,"forks_count":12,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-02-24T07:16:59.664Z","etag":null,"topics":["distributed-transactions","tidb","tikv"],"latest_commit_sha":null,"homepage":null,"language":null,"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/tikv.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}},"created_at":"2020-06-04T03:20:00.000Z","updated_at":"2024-09-24T23:01:52.000Z","dependencies_parsed_at":"2023-01-18T14:00:20.735Z","dependency_job_id":null,"html_url":"https://github.com/tikv/sig-transaction","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tikv/sig-transaction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikv%2Fsig-transaction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikv%2Fsig-transaction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikv%2Fsig-transaction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikv%2Fsig-transaction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tikv","download_url":"https://codeload.github.com/tikv/sig-transaction/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tikv%2Fsig-transaction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29889553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T08:34:21.514Z","status":"ssl_error","status_checked_at":"2026-02-27T08:32:38.035Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["distributed-transactions","tidb","tikv"],"created_at":"2024-11-10T02:43:21.142Z","updated_at":"2026-02-27T09:39:43.526Z","avatar_url":"https://github.com/tikv.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SIG-transaction\n\n[Rendered version](https://tikv.github.io/sig-transaction/) (Recommended)\n\nThe transactions special interest group (SIG-transaction) are a group of people interested in transactions in distributed databases. We have a focus on transactions in **TiKV and TiKV clients** (including TiDB, which use TiKV go-client), but discuss academic work and other implementations too.\n\n## SIG activites\n\n* talks on distributed transactions,\n* a [reading group](https://tikv.org/blog/sig-txn-reading-group-nov-20/) for academic papers,\n* discussion of transaction research and implementations on Slack,\n* help understanding and configuring transactions in TiKV and TiDB,\n* support for contributors to TiKV and related projects.\n\n\n## Get involved\n\n1. You can join us in #sig-transaction in the [TiKV community Slack](https://slack.tidb.io/invite?team=tikv-wg\u0026channel=sig-transaction\u0026ref=community-sig); come say hi! We use English or Chinese. (Recommended)\n\n2. You can read or join our announcement [mailing list](https://groups.google.com/d/forum/tikv-sig-transaction), so you can stay up to date with what we're up to.\n\n## People\n\nSee [people.md](people.md). If you want to mention us in an issue, PR, or comment, use @tikv/sig-txn.\n\nIf you have questions about the SIG or transactions in TiKV, please get in touch with either of the leaders!\n\n## Resources\n\n* [The TiKV blog](https://tikv.org/blog/),\n* [TiDB transaction documentation](https://pingcap.com/docs/stable/transaction-overview),\n* [TiDB and TiKV blog](https://dev.to/srisatya/for-readers-that-may-not-be-familiar-what-are-tidb-and-tikv-3m56).\n\n## Repositories\n\n* [TiKV](https://github.com/tikv/tikv),\n* [TiKV Rust client](https://github.com/tikv/client-rust/),\n* [TiKV Go client](https://github.com/tikv/client-go/),\n* [TiKV Java client](https://github.com/tikv/client-java/),\n* [kvproto](https://github.com/pingcap/kvproto) (protocol buffers which support transactions, among other things).\n\n## Ongoing transactions work in TiKV\n\n* [Transaction issues](https://github.com/tikv/tikv/issues?q=is%3Aopen+is%3Aissue+label%3Acomponent%2Ftransaction),\n* [sig-transaction issues](https://github.com/tikv/tikv/issues?q=is%3Aopen+is%3Aissue+label%3Asig%2Ftransaction),\n* [storage issues](https://github.com/tikv/tikv/issues?q=is%3Aopen+is%3Aissue+label%3Acomponent%2Fstorage) (most of these are transaction-related in some way),\n* project: [Pipelined pessimistic lock](https://github.com/tikv/tikv/projects/37),\n* project: [Large transactions](https://github.com/tikv/tikv/projects/36),\n* project: [Green GC](https://github.com/tikv/tikv/projects/35),\n* project: [Async commit](https://github.com/tikv/tikv/projects/34).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikv%2Fsig-transaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftikv%2Fsig-transaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftikv%2Fsig-transaction/lists"}