Spaces:
Sleeping
Sleeping
Fix: update sdk_version 4.44→5.0 to match gradio>=5.0.0 requirement
Browse files
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
title: crdt-merge Data Playground
|
|
|
|
| 3 |
colorFrom: gray
|
| 4 |
colorTo: gray
|
| 5 |
sdk: gradio
|
| 6 |
-
sdk_version:
|
|
|
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
license: other
|
|
@@ -20,24 +22,3 @@ tags:
|
|
| 20 |
# crdt-merge Data Playground
|
| 21 |
|
| 22 |
Tabular CRDT merge, conflict analysis, and core primitive demonstrations powered by [crdt-merge v0.9.4](https://github.com/mgillr/crdt-merge).
|
| 23 |
-
|
| 24 |
-
## Tabs
|
| 25 |
-
|
| 26 |
-
**Dataset Merge** — Loads glue/sst2 from HuggingFace datasets (or synthetic fallback). Merges two node partitions (150 + 100 records, 50 overlapping) with configurable strategy. Verifies commutativity: merge(A,B) == merge(B,A).
|
| 27 |
-
|
| 28 |
-
**Conflict Analysis** — Runs all four strategies (LWW, MaxWins, MinWins, Union) on the same dataset and computes per-field conflict rates between strategy pairs as a heatmap.
|
| 29 |
-
|
| 30 |
-
**Core CRDT Primitives** — Live demonstration of GCounter, PNCounter, LWWRegister, and ORSet. Each primitive is operated on two independent nodes then merged in both directions. Commutativity is verified for all four primitives.
|
| 31 |
-
|
| 32 |
-
## Installation
|
| 33 |
-
|
| 34 |
-
```
|
| 35 |
-
pip install crdt-merge>=0.9.4
|
| 36 |
-
```
|
| 37 |
-
|
| 38 |
-
## License
|
| 39 |
-
|
| 40 |
-
Business Source License 1.1. Converts to Apache 2.0 on 2028-03-29.
|
| 41 |
-
Patent Pending UK 2607132.4.
|
| 42 |
-
|
| 43 |
-
crdt-merge v0.9.4 · [github.com/mgillr/crdt-merge](https://github.com/mgillr/crdt-merge)
|
|
|
|
| 1 |
---
|
| 2 |
title: crdt-merge Data Playground
|
| 3 |
+
emoji: 📊
|
| 4 |
colorFrom: gray
|
| 5 |
colorTo: gray
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "5.0.0"
|
| 8 |
+
python_version: "3.12"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: other
|
|
|
|
| 22 |
# crdt-merge Data Playground
|
| 23 |
|
| 24 |
Tabular CRDT merge, conflict analysis, and core primitive demonstrations powered by [crdt-merge v0.9.4](https://github.com/mgillr/crdt-merge).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|