Skip to content

Commit

Permalink
Remove unavailable implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
ongardie committed May 8, 2024
1 parent 729aae3 commit 8e2bbd6
Showing 1 changed file with 0 additions and 67 deletions.
67 changes: 0 additions & 67 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,23 +280,6 @@
"persistence": true
}
},
{
"repoURL": "https://github.com/adi/raft.ts",
"name": "raft.ts",
"authors": [
{
"name": "Adrian Punga",
"github": "adi"
}
],
"language": "TypeScript",
"license": "Apache-2.0",
"features": {
"basic": false,
"membershipChanges": false,
"logCompaction": false
}
},
{
"repoURL": "https://github.com/adsharma/raft",
"name": "python3-raft",
Expand Down Expand Up @@ -740,22 +723,6 @@
"logCompaction": false
}
},
{
"repoURL": "https://github.com/chicm/CmRaft",
"name": "chicm/CmRaft",
"authors": [
{
"name": "Cheng Min Chi"
}
],
"language": "Java",
"license": "Apache-2.0",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false
}
},
{
"repoURL": "https://github.com/cloud-software-foundation/c5-replicator",
"name": "C5 replicator",
Expand Down Expand Up @@ -1978,24 +1945,6 @@
"persistence": true
}
},
{
"repoURL": "https://github.com/pi-plan/praft",
"name": "PRaft",
"authors": [
{
"name": "Buqing Ma",
"github": "laomafeima"
}
],
"language": "Python",
"license": "BSD",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/pingcap/tikv",
"name": "TiKV",
Expand Down Expand Up @@ -2155,22 +2104,6 @@
"persistence": true
}
},
{
"repoURL": "https://github.com/rodriguezvalencia/rafting",
"name": "rodriguezvalencia/rafting",
"authors": [
{
"name": "Sergio Rodriguez"
}
],
"language": "Clojure",
"license": "MIT",
"features": {
"basic": false,
"membershipChanges": false,
"logCompaction": false
}
},
{
"repoURL": "https://github.com/royaltm/node-zmq-raft",
"name": "\u00d8MQ Raft for node.js",
Expand Down

0 comments on commit 8e2bbd6

Please sign in to comment.