-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
non-functional.js
539 lines (534 loc) · 13 KB
/
non-functional.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
import Vulcand from "../../assets/images/service-mesh-icons/vulcan.svg";
import VulcandDark from "../../assets/images/service-mesh-icons/vulcan-darkmode.svg";
import Linkerd from "../../assets/images/service-mesh-icons/linkerd.svg";
import Consul from "../../assets/images/service-mesh-icons/consul.svg";
import Cilium from "../../assets/images/service-mesh-icons/cilium.svg";
import Istio from "../../assets/images/service-mesh-icons/istio.svg";
import AspenMesh from "../../assets/images/service-mesh-icons/aspen-mesh.svg";
import Conduit from "../../assets/images/service-mesh-icons/conduit-logo.svg";
import NetworkServiceMesh from "../../assets/images/service-mesh-icons/nsm.svg";
import Rotor from "../../assets/images/service-mesh-icons/rotor.svg";
import Maistra from "../../assets/images/service-mesh-icons/maistra.svg";
import SofaMesh from "../../assets/images/service-mesh-icons/sofa-mesh.svg";
import Octarine from "../../assets/images/service-mesh-icons/octarine.svg";
import TraefikMesh from "../../assets/images/service-mesh-icons/traefik.svg";
import AppMesh from "../../assets/images/service-mesh-icons/aws-app-mesh.svg";
import Kuma from "../../assets/images/service-mesh-icons/kuma.svg";
import KumaDark from "../../assets/images/service-mesh-icons/kuma-white.svg";
import Citrix from "../../assets/images/service-mesh-icons/citrix.svg";
import Osm from "../../assets/images/service-mesh-icons/osm.svg";
import Nginx from "../../assets/images/service-mesh-icons/nginx-service-mesh.svg";
import Asm from "../../assets/images/service-mesh-icons/alibaba-cloud-asm.svg";
import Tcm from "../../assets/images/service-mesh-icons/tencent-cloud-mesh.svg";
import Fsm from "../../assets/images/service-mesh-icons/fsm.svg";
export const non_functional = [{
name: "Vulcand",
opensource: "Yes",
link: "https://github.com/vulcand/vulcand",
governance: "Mailgun Inc",
primary_lang: "Go",
announce_date: "December 2014",
ga_1_date: "December 2014",
commercial: "N/A",
category: "Service Mesh",
timeline_order: 1,
icon: Vulcand,
darkIcon: VulcandDark,
}, {
name: "Linkerd 1.x",
opensource: "Yes",
link: "https://linkerd.io/",
governance: "CNCF",
primary_lang: "Scala",
announce_date: "February 2016",
ga_1_date: "April 2017",
commercial: "Buoyant",
category: "Service Mesh",
timeline_order: 2,
icon: Linkerd
},
{
name: "Consul",
opensource: "Yes",
link: "https://www.consul.io/mesh.html",
governance: "HashiCorp",
primary_lang: "Go",
announce_date: "June 2016",
ga_1_date: "June 2018",
commercial: "Consul Enterprise (HashiCorp)",
category: "Service Mesh",
timeline_order: 3,
icon: Consul
},
{
name: "Cilium",
opensource: "Yes",
link: "https://cilium.io/",
governance: "Isovalent",
primary_lang: "Go",
announce_date: "March 2017",
ga_1_date: "November 2017",
commercial: "Isovalent",
category: "Service Mesh",
timeline_order: 4,
icon: Cilium
},
{
name: "Istio",
opensource: "Yes",
link: "https://istio.io",
governance: "Google, IBM",
primary_lang: "Go",
announce_date: "May 2017",
ga_1_date: "July 2018",
commercial: "AspenMesh, Layer5",
category: "Service Mesh",
timeline_order: 5,
icon: Istio
},
{
name: "Mesher",
opensource: "Yes",
link: "https://github.com/go-mesh/mesher",
governance: "Huawei",
primary_lang: "Go",
announce_date: "November 2017",
ga_1_date: "November 2017",
commercial: "Huawei",
category: "Service Mesh",
timeline_order: 6
},
{
name: "Aspen Mesh",
opensource: "Partial",
link: "https://aspenmesh.io/",
governance: "F5",
primary_lang: "Go",
announce_date: "November 2017",
ga_1_date: "2019",
commercial: "Aspen Mesh",
category: "Service Mesh",
timeline_order: 8,
icon: AspenMesh
},
{
name: "Conduit",
opensource: "Yes",
link: "https://conduit.io",
governance: "CNCF",
primary_lang: "Rust, Go",
announce_date: "December 2017",
ga_1_date: "Sept 2018",
commercial: "Buoyant",
category: "Service Mesh",
timeline_order: 9,
icon: Conduit
},
{
name: "Network Service Mesh",
opensource: "Yes",
link: "https://github.com/networkservicemesh/networkservicemesh",
governance: "CNCF",
primary_lang: "GO",
announce_date: "April 2018",
ga_1_date: "August 2019",
commercial: "?",
category: "Service Mesh",
timeline_order: 10,
icon: NetworkServiceMesh
},
{
name: "Rotor",
opensource: "Yes",
link: "http://github.com/turbinelabs/rotor",
governance: "Turbine Labs",
primary_lang: "Go",
announce_date: "May 2018",
ga_1_date: "discontinued",
commercial: "Houston (Turbine Labs)",
category: "Service Mesh",
timeline_order: 11,
icon: Rotor
},
{
name: "Maistra",
opensource: "Yes",
link: "https://www.maistra.io",
governance: "Red Hat",
primary_lang: "Go",
announce_date: "May 2018",
ga_1_date: "September 2019",
commercial: "OpenShift Service Mesh (Red Hat)",
category: "Service Mesh",
timeline_order: 12,
icon: Maistra
},
{
name: "Linkerd 2.x",
opensource: "Yes",
link: "https://linkerd.io",
governance: "CNCF",
primary_lang: "Rust, Go",
announce_date: "September 2018",
ga_1_date: "Sept 2018",
commercial: "Buoyant",
category: "Service Mesh",
timeline_order: 13,
icon: Linkerd
},
{
name: "SOFAMesh",
opensource: "Yes",
link: "https://github.com/alipay/sofa-mesh",
governance: "Ant Financial",
primary_lang: "Go",
announce_date: "July 2018",
ga_1_date: "discontinued",
commercial: "Ant Financial",
category: "Service Mesh",
timeline_order: 14,
icon: SofaMesh
},
{
name: "Octarine",
opensource: "No",
link: "https://www.octarinesec.com/",
governance: "OctarineSec",
primary_lang: "Go",
announce_date: "November 2018",
ga_1_date: "November 2019",
commercial: "Octarine",
category: "Service Mesh",
timeline_order: 15,
icon: Octarine
},
{
name: "Yggdrasil",
opensource: "Yes",
link: "https://github.com/uswitch/yggdrasil",
governance: "uSwitch",
primary_lang: "Go",
announce_date: "August 2018",
ga_1_date: "?",
commercial: "N/A",
category: "Service Mesh",
timeline_order: 16,
},
{
name: "Traefik Mesh",
opensource: "Yes",
link: "https://github.com/traefik/mesh",
governance: "Traefik Labs",
primary_lang: "Go",
announce_date: "September 2019",
ga_1_date: "?",
commercial: "Traefik Labs",
category: "Service Mesh",
timeline_order: 17,
icon: TraefikMesh
},
{
name: "App Mesh",
opensource: "No",
link: "https://aws.amazon.com/app-mesh/",
governance: "AWS",
primary_lang: "?",
announce_date: "November 2018",
g_1_date: "2019",
commercial: "AWS",
category: "Service Mesh",
timeline_order: 18,
icon: AppMesh
},
{
name: "Tencent Cloud Mesh (TCM)",
opensource: "Partial",
link: "https://cloud.tencent.com/product/tcm",
governance: "Tencent Cloud",
primary_lang: "Go",
announce_date: "January 2019",
ga_1_date: "June 2019",
commercial: "Tencent Cloud",
category: "Service Mesh",
timeline_order: 19,
icon: Tcm
},
{
name: "Kuma",
opensource: "Yes",
link: "https://kuma.io/",
governance: "CNCF",
primary_lang: "Go",
announce_date: "September 2019",
ga_1_date: "?",
commercial: "Kuma",
category: "Service Mesh",
timeline_order: 20,
icon: Kuma,
darkIcon: KumaDark
},
{
name: "Citrix Service Mesh",
opensource: "No",
link: "https://www.citrix.com/en-in/networking/microservices.html",
governance: "Citrix",
primary_lang: "C",
announce_date: "September 2019",
ga_1_date: "July 2016",
commercial: "Citrix Systems, Inc.",
category: "Service Proxy",
timeline_order: 21,
icon: Citrix
},
{
name: "Alibaba Cloud Service Mesh (ASM)",
opensource: "Partial",
link: "https://www.alibabacloud.com/product/servicemesh",
governance: "Alibaba Cloud",
primary_lang: "Go",
announce_date: "February 2020",
ga_1_date: "August 2020",
commercial: "Alibaba Cloud",
category: "Service Mesh",
timeline_order: 22,
icon: Asm
},
{
name: "Open Service Mesh",
opensource: "Yes",
link: "https://openservicemesh.io/",
governance: "CNCF",
primary_lang: "Go",
announce_date: "August 2020",
ga_1_date: "?",
commercial: "Microsoft",
category: "Service Mesh",
timeline_order: 23,
icon: Osm
},
{
name: "Nginx Service Mesh",
opensource: "Partial",
link: "https://www.nginx.com/products/nginx-service-mesh/",
governance: "NGINX",
primary_lang: "Go, C",
announce_date: "September 2020",
ga_1_date: "?",
commercial: "NGINX",
category: "Service Mesh",
timeline_order: 24,
icon: Nginx,
},
{
name: "Citrix ADC CPX",
opensource: "No",
link: "https://www.citrix.com/en-in/networking/microservices.html",
governance: "Citrix",
primary_lang: "C",
announce_date: "January 2016",
ga_1_date: "July 2016",
commercial: "Citrix Systems, Inc.",
category: "Service Proxy",
},
{
name: "Envoy",
opensource: "Yes",
link: "https://www.envoyproxy.io/",
governance: "CNCF",
primary_lang: "C++11",
announce_date: "September 2016",
ga_1_date: "September 2016",
commercial: "Turbine Labs, Datawire",
category: "Service Proxy"
},
{
name: "nginMesh",
opensource: "Yes",
link: "https://github.com/nginxinc/nginmesh",
governance: "NGINX",
primary_lang: "Rust, Go, C",
announce_date: "September 2017",
ga_1_date: "discontinued",
commercial: "NGINX",
category: "Service Proxy"
},
{
name: "MOSN",
opensource: "Yes",
link: "https://github.com/mosn/mosn",
governance: "Ant Financial",
primary_lang: "Go",
announce_date: "July 2018",
ga_1_date: "?",
commercial: "Ant Financial",
category: "Service Proxy"
},
{
name: "Citrix ADC",
opensource: "No",
link: "https://www.citrix.com/en-in/products/citrix-adc/",
governance: "Citrix",
primary_lang: "C",
announce_date: "January 2016",
ga_1_date: "July 2016",
commercial: "Citrix Systems, Inc.",
category: "API Gateway"
},
{
name: "Contour",
opensource: "Yes",
link: "https://github.com/heptio/contour",
governance: "Heptio",
primary_lang: "Go",
announce_date: "October 2017",
ga_1_date: "October 2017",
commercial: "Heptio",
category: "API Gateway"
},
{
name: "Ambassador",
opensource: "Yes",
link: "https://www.getambassador.io/",
governance: "Datawire",
primary_lang: "Python",
announce_date: "August 2017",
ga_1_date: "October 2017",
commercial: "Datawire",
category: "API Gateway"
},
{
name: "Kong",
opensource: "Yes",
link: "https://github.com/kong/kong",
governance: "Kong Inc.",
primary_lang: "Lua",
announce_date: "April 2015",
ga_1_date: "December 2018",
commercial: "Kong Inc.",
category: "API Gateway"
},
{
name: "Gloo",
opensource: "Yes",
link: "https://gloo.solo.io/",
governance: "Solo.io Inc.",
primary_lang: "Go",
announce_date: "?",
ga_1_date: "?",
desc: "An Envoy-powered API Gateway",
commercial: "Solo.io Inc.",
category: "API Gateway",
},
{
name: "OpenResty",
opensource: "Yes",
link: "https://openresty.org/en/",
governance: "OpenResty Inc.",
primary_lang: "C",
announce_date: "?",
ga_1_date: "?",
commercial: "OpenResy Inc.",
category: "API Gateway"
},
{
name: "3scale",
opensource: "Yes",
link: "https://github.com/3scale/APIcast",
governance: "Red Hat",
primary_lang: "Lua",
announce_date: "December 2014(?)",
ga_1_date: "December 2014(?)",
commercial: "Red Hat",
category: "API Gateway",
},
{
name: "HAProxy",
opensource: "Yes",
link: "http://www.haproxy.org/",
governance: "HAProxy",
primary_lang: "C",
announce_date: "December 2001",
ga_1_date: "December 2001",
commercial: "HAProxy Technologies",
category: "Service Proxy"
},
{
name: "Citrix ADC",
opensource: "No",
link: "https://www.citrix.com/en-in/products/citrix-adc/",
governance: "Citrix",
primary_lang: "C",
announce_date: "January 2001",
ga_1_date: "July 2001",
commercial: "Citrix Systems, Inc.",
category: "Load-Balancers"
},
{
name: "Kong",
opensource: "Yes",
link: "https://github.com/kong/kong",
governance: "Kong Inc.",
primary_lang: "Lua",
announce_date: "April 2015",
ga_1_date: "?",
commercial: "Kong Inc.",
category: "Load-Balancers"
},
{
name: "NGINX",
opensource: "Yes",
link: "http://nginx.org/",
governance: "NGINX",
primary_lang: "Go",
announce_date: "?",
ga_1_date: "?",
commercial: "NGINX Plus",
category: "Load-Balancers"
},
{
name: "Proxygen",
opensource: "Yes",
link: "https://github.com/facebook/proxygen",
governance: "Facebook",
primary_lang: "C++",
announce_date: "November 2014",
ga_1_date: "November 2014",
commercial: "N/A",
category: "Load-Balancers",
},
{
name: "Traefik",
opensource: "Yes",
link: "https://traefik.io/",
governance: "?",
primary_lang: "Go",
announce_date: "?",
ga_1_date: "?",
commercial: "?",
category: "Load-Balancers"
},
{
name: "Avi Networks(USM)",
opensource: "No",
link: "https://avinetworks.com/",
governance: "AVI Networks",
primary_lang: "?",
announce_date: "?",
ga_1_date: "?",
commercial: "?",
category: "Load-Balancers"
},
{
name: "Flomesh Service Mesh",
opensource: "Yes",
link: "https://flomesh.io/",
governance: "Flomesh",
primary_lang: "Go",
announce_date: "May 2023",
ga_1_date: "May 2023",
commercial: "Flomesh",
category: "Service Mesh",
timeline_order: 25,
icon: Fsm
},
];