3 रिपॉजिटरी
Mechanisms that detect and resolve inconsistencies between distributed data sources by reacting to specific state-change events.
Explore 3 awesome GitHub repositories matching data & databases · Event-Driven State Reconciliation. Refine with filters or upvote what's useful.
Syncthing एक विकेंद्रीकृत फ़ाइल सिंक्रोनाइज़ेशन इंजन है जो पीयर-टू-पीयर मेश नेटवर्किंग के माध्यम से कई उपकरणों में डेटा की निरंतर स्थिति बनाए रखता है। यह एक बैकग्राउंड डेमन के रूप में कार्य करता है जो केंद्रीय सर्वर की आवश्यकता के बिना विश्वसनीय नोड्स के बीच फ़ाइल निर्माण, संशोधन और विलोपन को स्वचालित रूप से रेप्लिकेट करता है। कंटेंट-एड्रेसेबल ब्लॉक इंडेक्सिंग और ब्लॉक-लेवल डेल्टा सिंक्रोनाइज़ेशन का उपयोग करके, सिस्टम केवल फ़ाइलों के संशोधित हिस्सों की पहचान करता है और उन्हें स्थानांतरित करता है, जिससे विषम वातावरण में कुशल डेटा प्रसार सुनिश्चित होता है। यह प्रोजेक्ट एक सुरक्षा-प्रथम आर्किटेक्चर के माध्यम से खुद को अलग करता है जो डिवाइस की पहचान सत्यापित करने के लिए आपसी TLS प्रमाणीकरण पर निर्भर करता है। यह द्विदिश प्रतिकृति (bidirectional replication), बैकअप के लिए एकदिशीय मिररिंग और संदर्भ-आधारित प्रवर्तन सहित लचीले सिंक्रोनाइज़ेशन मोड का समर्थन करता है। गोपनीयता के लिए, यह अविश्वसनीय उपकरणों के लिए फ़ोल्डर-स्तरीय एन्क्रिप्शन प्रदान करता है और नेटवर्क ट्रैफ़िक पर दानेदार नियंत्रण की अनुमति देता है। अपनी मुख्य प्रतिकृति क्षमताओं के अलावा, यह प्लेटफ़ॉर्म कनेक्शन स्थिति और थ्रूपुट की निगरानी के लिए वेब-आधारित डैशबोर्ड और उन्नत कॉन्फ़िगरेशन के लिए कमांड-लाइन इंटरफेस प्रदान करता है।
Triggers incremental state reconciliation across the network in response to filesystem events detected by local watchers.
Zigbee2mqtt is a service that functions as a bridge between Zigbee radio signals and the MQTT messaging protocol. It acts as a smart home hardware controller, enabling the management and communication of sensors, lights, and switches through local USB or network-based radio adapters. The project serves as a network manager for local mesh environments, handling the pairing of new hardware and the ongoing administration of device connections. It translates proprietary radio payloads into standardized data structures using a declarative schema, ensuring that device states are reconciled in real
Maintains synchronized device properties by processing radio events and updating the broker state in real time.
Mercure is an HTTP-based message broker and real-time pub/sub server that routes asynchronous data updates to authorized subscribers. It functions as a centralized hub that receives data via standard HTTP requests and broadcasts it to web clients using the Server-Sent Events protocol. The project distinguishes itself by replacing WebSockets with a unidirectional HTTP connection, leveraging HTTP/2 and HTTP/3 for multiplexed, low-latency delivery. It implements a secure access control layer using JSON Web Tokens and JSON Web Signatures to validate the identity of publishers and subscribers, and
Implements mechanisms to recover missed updates after connection loss by reconciling state based on event identifiers.