#
data-consistency
Here are 10 public repositories matching this topic...
PostgreSQL cloud native High Availability and more.
docker
kubernetes
golang
consul
postgresql
etcd
cloud-native
high-availability
disaster-recovery
data-consistency
synchronous-replication
declarative-config
standby-cluster
-
Updated
Feb 25, 2022 - Go
The .NET omega agent for Apache incubator-servicecomb-saga https://github.com/apache/servicecomb-pack
-
Updated
Jan 7, 2019 - C#
This is the demo application that i created for my talk 'Microservice Architecture & Implementation with Asp.Net Core' at Dotnet İstanbul Meetup Group.
postgres
distributed-systems
microservices
microservice
rabbitmq
dotnet
aspnetcore
dotnetcore
dotnet-core
event-driven
data-consistency
bounded-context
-
Updated
Sep 24, 2020 - C#
Nature is a development support platform, it separates data definition from code, so it decouple the data from business system.
workflow
data-flow
stream-processing
tidb
low-code
data-consistency
service-governance
low-code-platform
process-orchestration
-
Updated
Nov 21, 2021 - Rust
Data Consistency for Magnetic Resonance Imaging
machine-learning
deep-learning
compressed-sensing
pytorch
mri
medical-imaging
convolutional-neural-networks
unet
medical-image-processing
medical-image-analysis
data-consistency
mri-reconstruction
fastmri
recurrent-inference-machines
variational-network
cirim
-
Updated
Feb 27, 2022 - Python
Enhanced solution for mysql dual-master with keepalived, which aim at check the real availability on active master and ensure the data consistency at the process of dual-master failover
-
Updated
Aug 4, 2016 - Shell
A live graphical user interface for the dyClamp sketch
python
monitoring
numpy
live
calibration
pyserial
tkinter
user-interface
matplotlib
object-oriented-programming
serial-communication
data-consistency
host-computer
lab-journal
data-transparency
calibration-parameters
-
Updated
Aug 24, 2021 - Python
This program takes in a JSON-like file which is a representation of a bus company database and finds all the mistakes in the data.
-
Updated
Oct 27, 2020 - Python
Improve this page
Add a description, image, and links to the data-consistency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-consistency topic, visit your repo's landing page and select "manage topics."
Why you need it?
Is your feature request related to a problem? Please describe in details
db/redis模式需串行更改事务状态,假设事务A在tm端进行决议提交,此时到达了tc端,而tc端刚好发现这个事务达到了超时,就会更改状态为超时回滚,而这两个动作是并行的,导致决议提交时删除了全局锁,又恰好被改为超时回滚,导致分支事务被回滚,回滚时可能会发现数据已经无法对上了(全局锁被删了)
How it could be?
A clear and concise description of what you want to happen. You can explain more about input of the feature, and output of it.
1.red