Skip to content

Commit 8e2bbd6

Browse files
committed
Remove unavailable implementations
1 parent 729aae3 commit 8e2bbd6

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

implementations.json

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -280,23 +280,6 @@
280280
"persistence": true
281281
}
282282
},
283-
{
284-
"repoURL": "https://github.com/adi/raft.ts",
285-
"name": "raft.ts",
286-
"authors": [
287-
{
288-
"name": "Adrian Punga",
289-
"github": "adi"
290-
}
291-
],
292-
"language": "TypeScript",
293-
"license": "Apache-2.0",
294-
"features": {
295-
"basic": false,
296-
"membershipChanges": false,
297-
"logCompaction": false
298-
}
299-
},
300283
{
301284
"repoURL": "https://github.com/adsharma/raft",
302285
"name": "python3-raft",
@@ -740,22 +723,6 @@
740723
"logCompaction": false
741724
}
742725
},
743-
{
744-
"repoURL": "https://github.com/chicm/CmRaft",
745-
"name": "chicm/CmRaft",
746-
"authors": [
747-
{
748-
"name": "Cheng Min Chi"
749-
}
750-
],
751-
"language": "Java",
752-
"license": "Apache-2.0",
753-
"features": {
754-
"basic": true,
755-
"membershipChanges": false,
756-
"logCompaction": false
757-
}
758-
},
759726
{
760727
"repoURL": "https://github.com/cloud-software-foundation/c5-replicator",
761728
"name": "C5 replicator",
@@ -1978,24 +1945,6 @@
19781945
"persistence": true
19791946
}
19801947
},
1981-
{
1982-
"repoURL": "https://github.com/pi-plan/praft",
1983-
"name": "PRaft",
1984-
"authors": [
1985-
{
1986-
"name": "Buqing Ma",
1987-
"github": "laomafeima"
1988-
}
1989-
],
1990-
"language": "Python",
1991-
"license": "BSD",
1992-
"features": {
1993-
"basic": true,
1994-
"membershipChanges": true,
1995-
"logCompaction": true,
1996-
"persistence": true
1997-
}
1998-
},
19991948
{
20001949
"repoURL": "https://github.com/pingcap/tikv",
20011950
"name": "TiKV",
@@ -2155,22 +2104,6 @@
21552104
"persistence": true
21562105
}
21572106
},
2158-
{
2159-
"repoURL": "https://github.com/rodriguezvalencia/rafting",
2160-
"name": "rodriguezvalencia/rafting",
2161-
"authors": [
2162-
{
2163-
"name": "Sergio Rodriguez"
2164-
}
2165-
],
2166-
"language": "Clojure",
2167-
"license": "MIT",
2168-
"features": {
2169-
"basic": false,
2170-
"membershipChanges": false,
2171-
"logCompaction": false
2172-
}
2173-
},
21742107
{
21752108
"repoURL": "https://github.com/royaltm/node-zmq-raft",
21762109
"name": "\u00d8MQ Raft for node.js",

0 commit comments

Comments
 (0)