Essays about: "Conflict-Free Replicated Data Types"

Showing result 1 - 5 of 6 essays containing the words Conflict-Free Replicated Data Types.

  1. 1. Handling of mobile applications state using Conflict-Free Replicated Data Types

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Anna Tranquillini; [2022]
    Keywords : Conflict-Free Replicated Data Types; local-first; mobile;

    Abstract : Mobile applications often must synchronize their local state with a backend to maintain an up-to-date view of the application state. Nevertheless, in some cases, the application’s ability to work offline or with poor network connectivity may be more significant than guaranteeing strong consistency. READ MORE

  2. 2. Reducing Serialization in Distributed Systems using Mergeable Serialized Replicated Data Types

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Jenny Norelius; [2021]
    Keywords : ;

    Abstract : Distributed computing is integral to today’s computing infrastructure. In some cases where high availability is important Conflict-free Replicated Data Types (CRDTs) are used to gain Strong Eventual Consistency between multiple nodes in a network. READ MORE

  3. 3. Garbage Collected CRDTs on the Web : Studying the Memory Efficiency of CRDTs in a Web Context

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Michael Rehn; [2020]
    Keywords : crdt; crdts; conflict; free; replicated; data; type; garbage; collection; gc; p2p; peer; to; distributed; systems; causal; broadcast; web; webrtc; browser; chrome; memory; measuring; measurement; benchmark; crdt; crdts; konflikt; fria; replikera; data; typer; skräp; samling; gc; p2p; peer; to; distribuerade; system; causal; broadcast; webb; webrtc; webbläsare; chrome; minne; mäta; mätning; benchmark;

    Abstract : In today's connected society, where it is common to have several connected devices per capita, it is more important than ever that the data you need is omnipresent, i.e. its available when you need it, no matter where you are. We identify one key technology and platform that could be the future—peer-to-peer communication and the Web. READ MORE

  4. 4. Optimization of Data Propagation Algorithm for Conflict-Free Replicated Data Type-based Datastores in Geo-Distributed Edge Environment

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Vinayak Prabhakar Tejankar; [2020]
    Keywords : Eventual consistency; gossip protocols; edge computing; distributed systems.; Eventuell konsistens; skvallerprotokoll; edge computing; distribuerade system.;

    Abstract : Replication primarily provides data availability by having multiple copies over different systems and is exploited to make distributed systems scalable in num- bers and geographical areas. Placing a replica closer to the source of request can also significantly reduce the time required to service the request, improv- ing applications’ performance. READ MORE

  5. 5. Real-time collaborative editing using CRDTs

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Jakob Ivarsson; [2019]
    Keywords : ;

    Abstract : Real-time collaborative editors such as Google Docs allow users to edit a shared document simultaneously and see each others changes in real-time. This thesis investigates how conflict-free replicated data types (CRDTs) can be used to implement a general purpose data store that supports real-time collaborative editing of semi-structured data. READ MORE