-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlandscape.yml
839 lines (839 loc) · 35 KB
/
landscape.yml
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
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
landscape:
- category:
name: DevOps
subcategories:
- subcategory:
name: DevOps
items:
- item:
name: Argo
homepage_url: https://argoproj.github.io/
repo_url: https://github.com/argoproj/argo-workflows
logo: argo.svg
twitter: https://twitter.com/argoproj
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: CircleCI
homepage_url: https://circleci.com/
repo_url: https://github.com/circleci/circleci-docs
logo: circle-ci.svg
crunchbase: https://www.crunchbase.com/organization/circle-ci
- item:
name: GitLab
homepage_url: https://about.gitlab.com/
repo_url: https://github.com/gitlabhq/gitlabhq
url_for_bestpractices: https://gitlab.com/gitlab-org/gitlab-ce
logo: gitlab.svg
crunchbase: https://www.crunchbase.com/organization/gitlab-com
- item:
name: Jenkins
homepage_url: https://jenkins.io/
repo_url: https://github.com/jenkinsci/jenkins
logo: jenkins.svg
twitter: https://twitter.com/jenkinsci
crunchbase: https://www.crunchbase.com/organization/continuous-delivery-foundation-cdf
- item:
name: Travis CI
homepage_url: https://travis-ci.com/
repo_url: https://github.com/travis-ci/travis-web
logo: travis-ci.svg
crunchbase: https://www.crunchbase.com/organization/travis-ci
- category:
name: Programming Language
subcategories:
- subcategory:
name: Programming Language
items:
- item:
name: Bash
homepage_url: https://www.gnu.org/software/bash/bash.html
repo_url: https://github.com/gitGNU/gnu_bash
logo: bash.svg
crunchbase: https://www.crunchbase.com/organization/gnu
- item:
name: C
homepage_url: https://en.wikipedia.org/wiki/C_(programming_language)
logo: c.svg
crunchbase: https://www.crunchbase.com/organization/international-organization-for-standardization
- item:
name: C# (C sharp)
homepage_url: https://docs.microsoft.com/en-us/dotnet/csharp/
repo_url: https://github.com/dotnet/csharplang
logo: c-sharp.svg
crunchbase: https://www.crunchbase.com/organization/microsoft
- item:
name: C++ (C plus plus)
homepage_url: https://www.cplusplus.com/
logo: cplusplus.svg
crunchbase: https://www.crunchbase.com/organization/international-organization-for-standardization
- item:
name: Go
homepage_url: https://go.dev
repo_url: https://github.com/golang/go
logo: go.svg
crunchbase: https://www.crunchbase.com/organization/google
- item:
name: Java
homepage_url: https://java.com/en
logo: java.svg
crunchbase: https://www.crunchbase.com/organization/java
- item:
name: node.js
homepage_url: https://nodejs.org/zh-cn/
repo_url: https://github.com/nodejs/node
logo: nodejs.svg
crunchbase: https://www.crunchbase.com/organization/nodejs-agency
- item:
name: PHP
homepage_url: https://www.php.net/
repo_url: https://github.com/php/php-src
logo: php.svg
crunchbase: https://www.crunchbase.com/organization/php
- item:
name: Python
homepage_url: https://www.python.org/
repo_url: https://github.com/python/cpython
logo: python.svg
crunchbase: https://www.crunchbase.com/organization/python-software-foundation
- item:
name: Ruby
homepage_url: https://www.ruby-lang.org/en/
repo_url: https://github.com/ruby/ruby
logo: https://upload.wikimedia.org/wikipedia/commons/5/57/Devicon-ruby-plain-wordmark.svg
crunchbase: https://www.crunchbase.com/organization/ruby
- item:
name: Rust
homepage_url: https://www.rust-lang.org/
repo_url: https://github.com/rust-lang/rust
logo: rust.svg
crunchbase: https://www.crunchbase.com/organization/mozilla
- category:
name: Infrastructure
subcategories:
- subcategory:
name: Chip
items:
- item:
name: AMD
homepage_url: https://www.amd.com/en
logo: amd.svg
crunchbase: https://www.crunchbase.com/organization/amd
- item:
name: Arm
homepage_url: https://www.arm.com/
logo: arm.svg
crunchbase: https://www.crunchbase.com/organization/arm
- item:
name: Intel
homepage_url: https://www.intel.com/content/www/us/en/homepage.html
logo: intel.svg
crunchbase: https://www.crunchbase.com/organization/intel
- subcategory:
name: Cloud
items:
- item:
name: Amazon Web Services
homepage_url: https://aws.amazon.com/
logo: amazon-web-services.svg
crunchbase: https://www.crunchbase.com/organization/amazon-web-services
- item:
name: DigitalOcean
homepage_url: https://www.digitalocean.com/
logo: digital-ocean.svg
crunchbase: https://www.crunchbase.com/organization/digitalocean
- item:
name: Google Cloud
homepage_url: https://twitter.com/googlecloud
logo: google_cloud.svg
crunchbase: https://www.crunchbase.com/organization/google-cloud-platform
- item:
name: IBM Cloud
homepage_url: https://www.ibm.com/topics/supply-chain-management
logo: ibm-cloud.svg
crunchbase: https://www.crunchbase.com/organization/ibm
- item:
name: OpenStack
homepage_url: https://www.openstack.org/
repo_url: https://github.com/openstack/openstack
url_for_bestpractices: https://github.com/openstack
logo: open-stack.svg
crunchbase: https://www.crunchbase.com/organization/openstack
- item:
name: Tencent Cloud
homepage_url: https://intl.cloud.tencent.com/products/tke
logo: tencent-cloud.svg
crunchbase: https://www.crunchbase.com/organization/tencent
- subcategory:
name: Container
items:
- item:
name: containerd
homepage_url: https://containerd.io/
repo_url: https://github.com/containerd/containerd
logo: containerd.svg
twitter: https://twitter.com/containerd
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: cri-o
homepage_url: https://cri-o.io/
repo_url: https://github.com/cri-o/cri-o
logo: cri-o.svg
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Docker Desktop
description: Docker Desktop is an easy-to-install desktop app for building, debugging and testing Dockerized apps on a Mac or Windows.
homepage_url: https://www.docker.com/products/docker-desktop
logo: docker-desktop.svg
twitter: https://twitter.com/Docker
crunchbase: https://www.crunchbase.com/organization/docker
- item:
name: K8STARS
homepage_url: https://github.com/TarsCloud/K8STARS
project: foundationproject
repo_url: https://github.com/TarsCloud/K8STARS
logo: tars-docker.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- item:
name: Kubernetes
description: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications
homepage_url: https://kubernetes.io/
repo_url: https://github.com/kubernetes/kubernetes
logo: kubernetes.svg
twitter: https://twitter.com/kubernetesio
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: rktlet
homepage_url: https://github.com/kubernetes-retired/rktlet
repo_url: https://github.com/kubernetes-retired/rktlet
logo: rktlet.svg
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: TarsDocker
homepage_url: https://github.com/TarsCloud/TarsDocker
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsDocker
logo: tars-docker.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- category:
name: Storage
subcategories:
- subcategory:
name: Cache
items:
- item:
name: DCache
homepage_url: https://github.com/tencent/dcache
project: foundationproject
repo_url: https://github.com/tencent/dcache
logo: https://github.com/TarsCloud/ArtWork/blob/master/projects/DCache/DCache-Color.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- item:
name: memcached
homepage_url: https://memcached.org/
repo_url: https://github.com/memcached/memcached
logo: memcached.svg
crunchbase: https://www.crunchbase.com/organization/memcached
- item:
name: Redis
homepage_url: https://redis.io/
repo_url: https://github.com/redis/redis
logo: redis.svg
crunchbase: https://www.crunchbase.com/organization/redis-labs
- subcategory:
name: Databases
items:
- item:
name: Apache CarbonData
homepage_url: https://carbondata.apache.org/
repo_url: https://github.com/apache/carbondata
logo: carbondata.svg
twitter: https://twitter.com/ApacheCarbonDat
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Apache Cassandra
homepage_url: https://cassandra.apache.org/_/index.html
repo_url: https://github.com/apache/cassandra
logo: cassandra.svg
twitter: https://twitter.com/cassandra
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Apache ShardingSphere
homepage_url: https://shardingsphere.apache.org/
repo_url: https://github.com/apache/shardingsphere
logo: shardingsphere.svg
twitter: https://twitter.com/ShardingSphere
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Couchbase
homepage_url: https://www.couchbase.com/
repo_url: https://github.com/couchbase/manifest
logo: couchbase.svg
crunchbase: https://www.crunchbase.com/organization/couchbase
- item:
name: FoundationDB
homepage_url: https://www.foundationdb.org/
repo_url: https://github.com/apple/foundationdb
logo: foundationdb.svg
twitter: https://twitter.com/FoundationDB
crunchbase: https://www.crunchbase.com/organization/apple
- item:
name: MariaDB
homepage_url: https://mariadb.com/
repo_url: https://github.com/MariaDB/server
logo: mariadb.svg
crunchbase: https://www.crunchbase.com/organization/mariadb-2
- item:
name: MongoDB
homepage_url: https://www.mongodb.com/
repo_url: https://github.com/mongodb/mongo
logo: mongo-db.svg
crunchbase: https://www.crunchbase.com/organization/mongodb-inc
- item:
name: MySQL
homepage_url: https://www.oracle.com/mysql/
repo_url: https://github.com/mysql/mysql-server
logo: my-sql.svg
twitter: https://twitter.com/mysql
crunchbase: https://www.crunchbase.com/organization/oracle
- item:
name: Neo4j
homepage_url: https://neo4j.com
repo_url: https://github.com/neo4j/neo4j
logo: neo4j.svg
crunchbase: https://www.crunchbase.com/organization/neo-technology
- item:
name: Percona Server for MySQL
homepage_url: https://www.percona.com/software/mysql-database/percona-server
repo_url: https://github.com/percona/percona-server
logo: percona.svg
crunchbase: https://www.crunchbase.com/organization/percona
- item:
name: PostgreSQL
homepage_url: https://www.postgresql.org/
repo_url: https://github.com/postgres/postgres
logo: postgre-sql.svg
crunchbase: https://www.crunchbase.com/organization/postgresql
- item:
name: Vitess
homepage_url: https://vitess.io/
repo_url: https://github.com/vitessio/vitess
logo: vitess.svg
twitter: https://twitter.com/vitessio
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- subcategory:
name: Big data
items:
- item:
name: Apache Hadoop
homepage_url: https://hadoop.apache.org/
repo_url: https://github.com/apache/hadoop
logo: apache-hadoop.svg
twitter: https://twitter.com/twitterhadoop
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Apache Impala
homepage_url: https://impala.apache.org/
repo_url: https://github.com/apache/impala
logo: apache-impala.svg
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Apache Kafka
homepage_url: https://kafka.apache.org/
repo_url: https://github.com/apache/kafka
logo: kafka.svg
twitter: https://twitter.com/apachekafka
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Apache Spark
homepage_url: https://spark.apache.org/
repo_url: https://github.com/apache/spark
logo: apache-spark.svg
twitter: https://twitter.com/apachespark
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Elasticsearch
homepage_url: https://www.elastic.co/elasticsearch/
repo_url: https://github.com/elastic/elasticsearch
logo: elasticsearch.svg
crunchbase: https://www.crunchbase.com/organization/elasticsearch
- subcategory:
name: File System
items:
- item:
name: Ceph
homepage_url: https://ceph.io/en
repo_url: https://github.com/ceph/ceph
logo: ceph.svg
twitter: https://twitter.com/Ceph
crunchbase: https://www.crunchbase.com/organization/ceph-foundation
- category:
name: Protocol
subcategories:
- subcategory:
name: Protocol
items:
- item:
name: Protocol Buffers
homepage_url: https://developers.google.com/protocol-buffers
repo_url: https://github.com/protocolbuffers/protobuf
logo: protocol-buffers.svg
crunchbase: https://www.crunchbase.com/organization/google
- item:
name: TarsProtocol
homepage_url: https://github.com/TarsCloud/TarsProtocol
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsProtocol
logo: tars-protocol.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- item:
name: TarsTup
homepage_url: https://github.com/TarsCloud/TarsTup
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsTup
logo: tars-tup.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- category:
name: Platform
subcategories:
- subcategory:
name: Framework
items:
- item:
name: gRPC
homepage_url: https://grpc.io/
repo_url: https://github.com/grpc/grpc
logo: grpc.svg
twitter: https://twitter.com/grpcio
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: TarsFramework
homepage_url: https://tarscloud.org
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsFramework
logo: tars-framework.svg
twitter: https://twitter.com/tarscloud
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- subcategory:
name: Service Discovery
items:
- item:
name: Apache Zookeeper
homepage_url: https://zookeeper.apache.org/
repo_url: https://github.com/apache/zookeeper
logo: apache-zookeeper.svg
twitter: https://twitter.com/ApacheZooKeeper
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: CoreDNS
homepage_url: https://coredns.io/
repo_url: https://github.com/coredns/coredns
logo: core-dns.svg
twitter: https://twitter.com/corednsio
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: etcd
homepage_url: https://github.com/etcd-io
repo_url: https://github.com/etcd-io/etcd
logo: etcd.svg
twitter: https://twitter.com/etcdio
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Netflix Eureka
homepage_url: https://github.com/Netflix/eureka
repo_url: https://github.com/Netflix/eureka
logo: netflix-oss-eureka.svg
twitter: https://twitter.com/netflixoss
crunchbase: https://www.crunchbase.com/organization/netflix
- item:
name: TSeer
homepage_url: https://github.com/tencent/tseer
project: foundationproject
repo_url: https://github.com/tencent/tseer
logo: https://github.com/TarsCloud/ArtWork/blob/master/projects/TSeer/TSeer-Color.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- subcategory:
name: Service Mesh
items:
- item:
name: Consul
homepage_url: https://www.consul.io/
repo_url: https://github.com/hashicorp/consul
logo: consul.svg
crunchbase: https://www.crunchbase.com/organization/hashicorp
- item:
name: Istio
homepage_url: https://istio.io/
repo_url: https://github.com/istio/istio
logo: istio.svg
twitter: https://twitter.com/IstioMesh
crunchbase: https://www.crunchbase.com/organization/google
- item:
name: Linkerd
homepage_url: https://linkerd.io/
repo_url: https://github.com/linkerd/linkerd2
logo: linkerd.svg
twitter: https://twitter.com/linkerd
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Netflix Zuul
homepage_url: https://github.com/Netflix/zuul
repo_url: https://github.com/Netflix/zuul
logo: netflix-oss-zuul.svg
twitter: https://twitter.com/netflixoss
crunchbase: https://www.crunchbase.com/organization/netflix
- subcategory:
name: Log
items:
- item:
name: Fluentd
homepage_url: https://www.fluentd.org/
repo_url: https://github.com/fluent/fluentd
logo: fluentd.svg
twitter: https://twitter.com/fluentd
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Grafana Loki
homepage_url: https://grafana.com/oss/loki
repo_url: https://github.com/grafana/loki
logo: grafana-loki.svg
crunchbase: https://www.crunchbase.com/organization/raintank
- subcategory:
name: Monitoring
items:
- item:
name: Chronosphere
homepage_url: https://chronosphere.io/
logo: chronosphere.svg
crunchbase: https://www.crunchbase.com/organization/chronosphere
- item:
name: Grafana
homepage_url: https://grafana.com/
repo_url: https://github.com/grafana/grafana
logo: grafana.svg
crunchbase: https://www.crunchbase.com/organization/raintank
- item:
name: Netdata
homepage_url: https://www.netdata.cloud
repo_url: https://github.com/netdata/netdata
logo: netdata.svg
crunchbase: https://www.crunchbase.com/organization/netdata
- item:
name: Prometheus
homepage_url: https://prometheus.io/
repo_url: https://github.com/prometheus/prometheus
logo: prometheus.svg
twitter: https://twitter.com/PrometheusIO
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: sysdig
description: sysdig is a simple tool with deep system visibility for exploration and troubleshooting, with native support for containers.
homepage_url: https://sysdig.com/opensource/
repo_url: https://github.com/draios/sysdig
logo: sysdig.svg
crunchbase: https://www.crunchbase.com/organization/sysdig
- item:
name: Zabbix
homepage_url: https://www.zabbix.com/
repo_url: https://github.com/zabbix/zabbix
logo: zabbix.svg
crunchbase: https://www.crunchbase.com/organization/zabbix
- subcategory:
name: Configuration
items:
- item:
name: Apollo
description: Apollo is a reliable open-source configuration management system
homepage_url: https://github.com/apolloconfig/apollo
repo_url: https://github.com/apolloconfig/apollo
logo: apollo.svg
twitter: null
crunchbase: https://www.crunchbase.com/organization/ctrip
- item:
name: CFEngine
homepage_url: https://cfengine.com/
repo_url: https://github.com/cfengine/core
logo: cf-engine.svg
crunchbase: https://www.crunchbase.com/organization/cfengine
- item:
name: Puppet
homepage_url: https://puppet.com/
repo_url: https://github.com/puppetlabs/puppet
logo: puppet.svg
crunchbase: https://www.crunchbase.com/organization/puppet-labs
- subcategory:
name: Tracing
items:
- item:
name: Apache SkyWalking
homepage_url: https://skywalking.apache.org/
repo_url: https://github.com/apache/skywalking
logo: sky-walking.svg
twitter: https://twitter.com/AsfSkyWalking
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Jaeger
homepage_url: https://www.jaegertracing.io/
repo_url: https://github.com/jaegertracing/jaeger
logo: jaeger.svg
twitter: https://twitter.com/JaegerTracing
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: OpenTelemetry
homepage_url: https://opentelemetry.io/
repo_url: https://github.com/open-telemetry/opentelemetry-specification
logo: open-telemetry.svg
twitter: https://twitter.com/opentelemetry
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: OpenTracing
homepage_url: https://opentracing.io/
repo_url: https://github.com/opentracing/opentracing-go
logo: open-tracing.svg
twitter: https://twitter.com/opentracing
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Spring Cloud Sleuth
homepage_url: https://spring.io/projects/spring-cloud-sleuth
repo_url: https://github.com/spring-cloud/spring-cloud-sleuth
logo: spring-cloud-sleuth.svg
crunchbase: https://www.crunchbase.com/organization/vmware
- item:
name: Zipkin
homepage_url: https://zipkin.io/
repo_url: https://github.com/openzipkin/zipkin
logo: zipkin.svg
twitter: https://twitter.com/zipkinproject
crunchbase: https://www.crunchbase.com/organization/zipkin
- category:
name: Application
subcategories:
- subcategory:
name: Edge
items:
- item:
name: Akraino
homepage_url: https://www.lfedge.org/projects/akraino/
repo_url: https://github.com/akraino-edge-stack/eliot
logo: akraino.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: Baetyl
homepage_url: https://www.lfedge.org/projects/baetyl/
repo_url: https://github.com/baetyl/baetyl
logo: baetyl.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: EdgeX Foundry
homepage_url: https://www.lfedge.org/projects/edgexfoundry/
repo_url: https://github.com/edgexfoundry/edgex-go
logo: edgexfoundry.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: EVE
homepage_url: https://www.lfedge.org/projects/eve/
repo_url: https://github.com/lf-edge/eve
logo: eve.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: Fledge
homepage_url: https://www.lfedge.org/projects/fledge/
repo_url: https://github.com/fledge-iot/fledge
logo: fledge.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: HomeEdge
homepage_url: https://www.lfedge.org/projects/homeedge/
repo_url: https://github.com/lf-edge/edge-home-orchestration-go
logo: homeedge.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: KubeEdge
homepage_url: https://kubeedge.io/en/
repo_url: https://github.com/kubeedge/kubeedge
logo: kube-edge.svg
twitter: https://twitter.com/KubeEdge
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Open Horizon
homepage_url: https://www.lfedge.org/projects/openhorizon/
repo_url: https://github.com/open-horizon/anax
logo: openhorizon.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- item:
name: State of the Edge
homepage_url: https://www.lfedge.org/projects/stateoftheedge/
repo_url: https://github.com/State-of-the-Edge/glossary
logo: stateoftheedge.svg
crunchbase: https://www.crunchbase.com/organization/lf-edge
- subcategory:
name: API Gateway
items:
- item:
name: Apache APISIX
homepage_url: https://apisix.apache.org/
repo_url: https://github.com/apache/apisix
logo: apisix.svg
twitter: https://twitter.com/apacheapisix
crunchbase: https://www.crunchbase.com/organization/apache
- item:
name: Envoy
homepage_url: https://www.envoyproxy.io
repo_url: https://github.com/envoyproxy/envoy
logo: envoy.svg
twitter: https://twitter.com/envoyproxy
crunchbase: https://www.crunchbase.com/organization/cloud-native-computing-foundation
- item:
name: Gloo
homepage_url: https://www.solo.io
repo_url: https://github.com/solo-io/gloo
logo: gloo.svg
crunchbase: https://www.crunchbase.com/organization/solo-io
- item:
name: Kong
homepage_url: https://konghq.com/
repo_url: https://github.com/Kong/kong
logo: kong.svg
crunchbase: https://www.crunchbase.com/organization/konghq
- item:
name: TarsGateway
homepage_url: https://github.com/TarsCloud/TarsGateway
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsGateway
logo: tars-gateway.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- subcategory:
name: Business
items:
- item:
name: AfterShip
homepage_url: https://www.aftership.com/
logo: aftership.svg
crunchbase: https://www.crunchbase.com/organization/aftership
- subcategory:
name: Deep Learning
items:
- item:
name: Caffe
homepage_url: https://caffe.berkeleyvision.org/
repo_url: https://github.com/BVLC/caffe
logo: caffe.svg
crunchbase: https://www.crunchbase.com/organization/berkeley-artificial-intelligence-research
- item:
name: Keras
homepage_url: https://keras.io/
repo_url: https://github.com/keras-team/keras
logo: keras.svg
crunchbase: https://www.crunchbase.com/organization/keras
- item:
name: PyTorch
homepage_url: https://pytorch.org/
repo_url: https://github.com/pytorch/pytorch
logo: pytorch.svg
crunchbase: https://www.crunchbase.com/organization/pytorch
- item:
name: TensorFlow
homepage_url: https://pypi.org/project/tensorflow/
repo_url: https://github.com/tensorflow/tensorflow
logo: tensorflow.svg
crunchbase: https://www.crunchbase.com/organization/tensorflow
- subcategory:
name: TARS LAB
items:
- item:
name: TarsBenchmark
homepage_url: https://github.com/TarsCloud/TarsBenchmark
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsBenchmark
logo: tars-benchmark.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- item:
name: TarsJavaStart
homepage_url: https://github.com/TarsCloud/TarsJavaStart
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsJavaStart
logo: tars-javastart.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- item:
name: TarsJMeter
homepage_url: https://github.com/TarsCloud/TarsJMeter
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsJMeter
logo: tars-jmeter.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- item:
name: TarsTools
homepage_url: https://github.com/TarsCloud/TarsTools
project: foundationproject
repo_url: https://github.com/TarsCloud/TarsTools
logo: tars-jmeter.svg
crunchbase: https://www.crunchbase.com/organization/tars-foundation
- category:
name: TARS Foundation Member
subcategories:
- subcategory:
name: Premier
items:
- item:
name: Arm (member)
homepage_url: https://www.arm.com/
logo: arm.svg
crunchbase: https://www.crunchbase.com/organization/arm
- item:
name: Tencent (member)
homepage_url: https://www.tencent.com/en-us/
logo: tencent.svg
crunchbase: https://www.crunchbase.com/organization/tencent
- subcategory:
name: General
items:
- item:
name: AfterShip (member)
homepage_url: https://www.aftership.com/
logo: aftership.svg
crunchbase: https://www.crunchbase.com/organization/aftership
- item:
name: Ampere (member)
homepage_url: https://amperecomputing.com/
logo: ampere.svg
crunchbase: https://www.crunchbase.com/organization/ampere-computing
- item:
name: API7 (member)
homepage_url: https://www.apiseven.com
logo: api7.svg
twitter: https://twitter.com/apacheapisix
crunchbase: https://www.crunchbase.com/organization/apisix
- item:
name: Eolink
homepage_url: https://www.eolink.com
logo: eolink.svg
crunchbase: https://www.crunchbase.com/organization/eolink
- item:
name: Kong (member)
homepage_url: https://konghq.com/
logo: kong.svg
crunchbase: https://www.crunchbase.com/organization/konghq
- item:
name: Zenlayer (member)
homepage_url: https://www.zenlayer.com/
logo: zenlayer.svg
crunchbase: https://www.crunchbase.com/organization/zenlayer
- subcategory:
name: Associate
items:
- item:
name: Nanjing University
homepage_url: https://www.nju.edu.cn/main.htm
logo: nju.svg
crunchbase: https://www.crunchbase.com/organization/nanjing-university
- item:
name: NextArch Foundation
homepage_url: https://nextarch.io/
logo: nextarch.svg
crunchbase: https://www.crunchbase.com/organization/nextarch-foundation
organization:
name: NextArch Foundation
- item:
name: Ramanujan College, University of Delhi
homepage_url: https://ramanujancollege.ac.in/
logo: universityofdelhi.svg
crunchbase: https://www.crunchbase.com/organization/university-of-delhi