fescar-python
fescar-python copied to clipboard
seata-python是一个seata分布式事务python版本的客户端
Seata-python: Simple Extensible Autonomous Transaction Architecture(python version)
中文 🇨🇳
What is seata-python?
Seata is a very mature distributed transaction framework, and is the de facto standard platform for distributed transaction technology in the Java field. Seata-python is the implementation version of python language in Seata multilingual ecosystem, which realizes the interoperability between Java and python, so that python developers can also use seata-python to realize distributed transactions. Please visit the official website of Seata to view the quick start and documentation.
The principle of seata-python is consistent with that of Seata-java, which is composed of TM, RM and TC. The functions of TC reuse Java, and the functions of TM and RM will be aligned with Seata-java later. The overall process is as follows:

TODO list
- [ ] TCC
- [ ] XA
- [x] AT
- [ ] SAGA
- [ ] TM
- [x] RPC communication
- [ ] Transaction anti suspension
- [ ] Null compensation
- [ ] Configuration center
- [ ] Registration Center
- [ ] Metric monitoring
- [x] Examples
How to run?
- First download seata java and Start the TC service. For the specific process, refer to seata deployment guide Documentation
- Just execute the main function under samples/ in the root directory
How to join us?
Seata-python is currently in the construction stage. Welcome colleagues in the industry to join the group and work with us to promote the construction of seata-python! If you want to contribute code to seata-python, you can refer to the code contribution Specification document to understand the specifications of the community, or you can join our community DingTalk group: 44788121 and communicate together!
Licence
Seata-python uses Apache license version 2.0. Please refer to the license file for more information.