A decoupled transaction component providing transaction processing for applications
Перейти к файлу
zqxjjj 087db98d2e add bootstrap to compile project 2020-07-15 14:24:51 +08:00
include add fugue code into the repo 2020-03-30 13:19:35 +08:00
src/transaction add fugue code into the repo 2020-03-30 13:19:35 +08:00
CMakeLists.txt add fugue code into the repo 2020-03-30 13:19:35 +08:00
CODE_OF_CONDUCT.md Initial CODE_OF_CONDUCT.md commit 2020-03-29 22:06:16 -07:00
LICENSE Updating LICENSE to template content 2020-03-29 22:06:17 -07:00
README.md remove build method in README (#2) 2020-06-29 11:25:39 +08:00
SECURITY.md Initial SECURITY.md commit 2020-03-29 22:06:18 -07:00
bootstrap.sh add bootstrap to compile project 2020-07-15 14:24:51 +08:00

README.md

Fugue

Fugue is a decoupled transaction component providing transaction processing for applications, primarily decoupled data stores and query runtime. It is elastic from multi-cores to multi-machines, and therefore can be used in on-premise environments as a library or in cloud. It aims to integrate with first- or third-party data stores and query runtime and make transaction processing pay-as-you-go for existing data management systems and platforms. The project explores a new business model that data management systems and platforms are assembled from separate, first- or third-party components/services (i.e., data stores, transaction and query runtime), and that we deliver one service at a time augmenting existing products or all assembled as a whole.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.