CRDT | Conflict-free Replicated Data Types in Swift
kandi X-RAY | CRDT Summary
kandi X-RAY | CRDT Summary
CRDT is a Swift library. CRDT has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This library implements well-known state-based CRDTs as swift generics, sometimes described as convergent replicated data types (CvRDT). The implementation includes delta-state replication functions, which allows for more compact representations when syncing between collaboration endpoints. The alternative is to replicate the entire state for every sync. The CRDT API documentation is hosted at the Swift Package Index. For more information on CRDTs, the Wikipedia page on CRDTs is quite good. I'd also suggest the website CRDT.tech as a wonderful collection of further resources. The implementations within this library were heavily based on algorithms described in Conflict-free Replicated Data Types by Nuno Preguiça, Carlos Baquero, and Marc Shapiro (2018), and heavily influenced/sourced from the package ReplicatingTypes, created by Drew McCormack, used under license (MIT).
This library implements well-known state-based CRDTs as swift generics, sometimes described as convergent replicated data types (CvRDT). The implementation includes delta-state replication functions, which allows for more compact representations when syncing between collaboration endpoints. The alternative is to replicate the entire state for every sync. The CRDT API documentation is hosted at the Swift Package Index. For more information on CRDTs, the Wikipedia page on CRDTs is quite good. I'd also suggest the website CRDT.tech as a wonderful collection of further resources. The implementations within this library were heavily based on algorithms described in Conflict-free Replicated Data Types by Nuno Preguiça, Carlos Baquero, and Marc Shapiro (2018), and heavily influenced/sourced from the package ReplicatingTypes, created by Drew McCormack, used under license (MIT).
Support
Quality
Security
License
Reuse
Support
CRDT has a low active ecosystem.
It has 78 star(s) with 3 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 4 have been closed. On average issues are closed in 6 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of CRDT is 0.5.0
Quality
CRDT has no bugs reported.
Security
CRDT has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
CRDT is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
CRDT releases are available to install and integrate.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CRDT
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of CRDT
CRDT Key Features
No Key Features are available at this moment for CRDT.
CRDT Examples and Code Snippets
No Code Snippets are available at this moment for CRDT.
Community Discussions
No Community Discussions are available at this moment for CRDT.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install CRDT
You can download it from GitHub.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page