forked from cdfoundation/cdf-landscape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
processed_landscape.yml
5396 lines (5396 loc) · 213 KB
/
processed_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
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# THIS FILE IS GENERATED AUTOMATICALLY!
landscape:
- category:
name: CI & Pipeline Orchestration
subcategories:
- subcategory:
name: Pipeline Orchestration
items:
- item:
name: Agola
description: >-
Open Source CI/CD platform with advanced features and architecture. Powerful, reproducible and containerized workflows (called Runs), git based
workflow (integrates with all the primary git repositories like GitHub, GitLab, Gitea), restart Runs from failed tasks, user direct runs (test
your local changes to a remote Agola server with just one command), distributed and high available by design and runs everywhere (Kubernetes,
docker, IaaS, bare metal).
homepage_url: 'https://agola.io'
repo_url: 'https://github.com/agola-io/agola'
logo: agola.svg
crunchbase: 'https://www.crunchbase.com/organization/sorint-lab'
crunchbase_data:
name: Sorint.Lab
description: 'Sorint.Lab is provider of strategic partner services in the designing, management and development of IT infrastructure.'
num_employees_min: 501
num_employees_max: 1000
homepage: 'https://www.sorint.it'
city: Bergamo
region: Lombardia
country: Italy
twitter: 'https://twitter.com/SorintLab'
linkedin: 'https://www.linkedin.com/company/283815/'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: Go
value: 1674106
color: '#00ADD8'
- name: Jsonnet
value: 6637
color: '#0064bd'
- name: Makefile
value: 1956
color: '#427819'
- name: Dockerfile
value: 1090
color: '#384d54'
- name: Shell
value: 496
color: '#89e051'
contributions: 0;0;0;0;1;8;3;4;2;8;6;14;13;3;3;0;0;0;0;0;0;0;0;3;0;0;1;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;1;1;0;0;0;0
firstWeek: 2019-12-15Z
stars: 719
license: Apache License 2.0
description: 'Agola: CI/CD Redefined'
latest_commit_date: '2020-11-03T23:09:31Z'
latest_commit_link: /agola-io/agola/commit/e0756d6e61acc35e02739c0c97f4141cc86fdc7f
release_date: '2019-11-19T12:52:18Z'
release_link: 'https://github.com/agola-io/agola/releases'
contributors_count: 7
contributors_link: 'https://github.com/agola-io/agola/graphs/contributors'
repos:
- url: 'https://github.com/agola-io/agola'
stars: 719
github_start_commit_data:
start_commit_link: /agola-io/agola/commit/686d7abedbcdf82fd78803160204c5ef5a179572
start_date: '2019-02-21T14:56:50Z'
image_data:
fileName: agola.svg
hash: oqURlE69B+6VQIT359vl/U0eRWQUuwE7PhoWk2WE8Q4=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-11-30T14:15:07.000Z
- item:
name: Armory
homepage_url: 'https://www.armory.io/'
logo: armory.svg
crunchbase: 'https://www.crunchbase.com/organization/armory'
crunchbase_data:
name: Armory
description: 'Armory is an enterprise software company commercializing the open-source continuous delivery platform, Spinnaker.'
num_employees_min: 51
num_employees_max: 100
homepage: 'http://www.armory.io/'
city: San Mateo
region: California
country: United States
twitter: 'https://twitter.com/cloudarmory'
linkedin: 'https://www.linkedin.com/company/armory.io/'
acquisitions: []
parents: []
funding: 82000000
stockExchange: null
kind: funding
image_data:
fileName: armory.svg
hash: AEW7wFXQc60IbcoEKDaJyvlF4GsgqMjT/nZ1WunBWLI=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-05T05:33:31.000Z
- item:
name: CircleCI
homepage_url: 'https://circleci.com/'
logo: circleci.svg
crunchbase: 'https://www.crunchbase.com/organization/circle-ci'
crunchbase_data:
name: CircleCI
description: CircleCI is a continuous integration and delivery platform for teams looking to shorten the distance between idea and delivery.
num_employees_min: 251
num_employees_max: 500
homepage: 'https://circleci.com/'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/circleci'
linkedin: 'https://www.linkedin.com/company/circleci/'
acquisitions:
- date: '2014-12-17'
acquiree: Distiller
parents: []
funding: 215000000
stockExchange: null
kind: funding
image_data:
fileName: circle-ci.svg
hash: H8lvsFywp6u/aOf00kg+1DcsgfR/Z7ysVabFkNfNMto=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-04T23:36:28.000Z
- item:
name: Cloudbees
homepage_url: 'https://www.cloudbees.com/'
logo: cloudbees.svg
crunchbase: 'https://www.crunchbase.com/organization/cloudbees'
crunchbase_data:
name: CloudBees
description: CloudBees develops an end-to-end automated software delivery system that allows companies to balance governance and developer freedom.
num_employees_min: 501
num_employees_max: 1000
homepage: 'http://www.cloudbees.com'
city: San Jose
region: California
country: United States
twitter: 'http://twitter.com/CloudBees'
linkedin: 'https://www.linkedin.com/company/cloudbees'
acquisitions:
- date: '2010-11-09'
acquiree: InfraDNA
- date: '2010-12-14'
acquiree: Stax Networks
- date: '2013-07-24'
acquiree: FoxWeave
- date: '2018-02-06'
acquiree: Codeship
- date: '2019-04-18'
acquiree: Electric Cloud
- date: '2019-06-11'
acquiree: Rollout.io
parents: []
funding: 121200000
stockExchange: null
kind: funding
image_data:
fileName: cloudbees.svg
hash: JW/7677Cy+OdGv8ETgXQMjgKtQE57C/FpO9jM+IcDec=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-06T17:13:01.000Z
- 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'
crunchbase_data:
name: GitLab
description: GitLab is a web-based open source Git repository manager with wiki and issue tracking features and built-in CI/CD.
num_employees_min: 1001
num_employees_max: 5000
homepage: 'http://about.gitlab.com'
city: San Francisco
region: California
country: United States
twitter: 'http://twitter.com/gitlab'
linkedin: 'https://www.linkedin.com/company/gitlab-com/'
acquisitions:
- date: '2015-05-03'
acquiree: Gitorious
- date: '2017-03-15'
acquiree: Gitter
- date: '2018-01-30'
acquiree: Gemnasium (acquired by Gitlab)
- date: '2020-06-11'
acquiree: Fuzzit
- date: '2020-06-11'
acquiree: Peach Tech
parents: []
funding: 436200000
stockExchange: null
kind: funding
github_data:
languages:
- name: Ruby
value: 38679179
color: '#701516'
- name: JavaScript
value: 10168321
color: '#f1e05a'
- name: Vue
value: 3120103
color: '#2c3e50'
- name: Haml
value: 1577066
- name: PLpgSQL
value: 988720
- name: SCSS
value: 928265
- name: Shell
value: 73957
color: '#89e051'
- name: HTML
value: 72831
color: '#e34c26'
- name: CSS
value: 5043
color: '#563d7c'
- name: Dockerfile
value: 3066
color: '#384d54'
- name: PowerShell
value: 561
color: '#012456'
- name: Makefile
value: 226
color: '#427819'
- name: Clojure
value: 79
color: '#db5855'
contributions: >-
51;46;29;29;43;46;49;50;45;50;47;48;49;46;47;49;45;42;32;33;45;47;54;47;50;49;43;46;47;48;50;44;48;44;54;41;52;45;55;46;45;46;48;43;46;45;44;46;47;44;46;20
firstWeek: 2019-12-15Z
stars: 22428
license: Other
description: GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com
latest_commit_date: '2020-12-02T12:09:46Z'
latest_commit_link: /gitlabhq/gitlabhq/commit/21e08b6197f192c983f8527f4bba1f2aaec8abf2
contributors_count: 2998
contributors_link: 'https://github.com/gitlabhq/gitlabhq/graphs/contributors'
repos:
- url: 'https://github.com/gitlabhq/gitlabhq'
stars: 22428
github_start_commit_data:
start_commit_link: /gitlabhq/gitlabhq/commit/93efff945215a4407afcaf0cba15ac601b56df0d
start_date: '2011-10-08T21:34:49Z'
image_data:
fileName: git-lab.svg
hash: 1GkNkq4eRIDd5CdPT7b66ishOQzqY4eyc8q5xZqRmiI=
best_practice_data:
badge: 42
percentage: 100
twitter_data:
latest_tweet_date: 2020-12-06T19:25:02.000Z
- item:
name: Harness.io
homepage_url: 'https://harness.io'
logo: harness.svg
crunchbase: 'https://www.crunchbase.com/organization/harness-512d'
crunchbase_data:
name: Harness
description: Harness is a Continuous Delivery as-a-Service platform for engineering and DevOps teams to release applications into production.
num_employees_min: 101
num_employees_max: 250
homepage: 'http://harness.io/'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/harnessio'
linkedin: 'https://www.linkedin.com/company/18249313'
acquisitions:
- date: '2020-08-05'
acquiree: Drone.io
parents: []
funding: 80000000
stockExchange: null
kind: funding
image_data:
fileName: harness-io.svg
hash: 3vbjGNT9bi7hueXdJk6V2+2Ix8c/rjtK1hepZmfM5lw=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-04T23:59:22.000Z
- item:
name: JenkinsX
homepage_url: 'https://jenkins.io/'
project: graduated
repo_url: 'https://github.com/jenkins-x/jx'
url_for_bestpractices: 'https://github.com/jenkins-x'
logo: jenkins-x.svg
twitter: 'https://twitter.com/jenkinsxio'
crunchbase: 'https://www.crunchbase.com/organization/continuous-delivery-foundation-cdf'
crunchbase_data:
name: Continuous Delivery Foundation (CDF)
description: A Neutral Home for the Next Generation of Continuous Delivery Collaboration
num_employees_min: 1
num_employees_max: 10
homepage: 'https://cd.foundation'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/CDeliveryFdn'
linkedin: null
acquisitions: []
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: Go
value: 6217383
color: '#00ADD8'
- name: Shell
value: 67522
color: '#89e051'
- name: Makefile
value: 14980
color: '#427819'
- name: Perl
value: 6654
color: '#0298c3'
- name: Java
value: 2950
color: '#b07219'
- name: HTML
value: 2062
color: '#e34c26'
- name: Ruby
value: 1220
color: '#701516'
- name: JavaScript
value: 876
color: '#f1e05a'
- name: Batchfile
value: 494
color: '#C1F12E'
- name: Dockerfile
value: 360
color: '#384d54'
contributions: 27;20;2;11;32;45;23;42;12;4;11;22;19;9;7;26;12;11;22;10;13;9;18;9;19;11;17;19;14;7;4;9;8;16;13;4;6;6;3;4;2;0;4;0;0;0;0;0;0;1;0;0
firstWeek: 2019-12-15Z
stars: 3759
license: Apache License 2.0
description: >-
Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Tekton, Knative, Lighthouse, Skaffold and
Helm
latest_commit_date: '2020-11-17T11:28:07Z'
latest_commit_link: /jenkins-x/jx/commit/1444f1b20cba4e5ae7dc8d5e21a632d6022232f0
release_date: '2020-11-23T14:59:34Z'
release_link: 'https://github.com/jenkins-x/jx/releases'
contributors_count: 213
contributors_link: 'https://github.com/jenkins-x/jx/graphs/contributors'
repos:
- url: 'https://github.com/jenkins-x/jx'
stars: 3759
github_start_commit_data:
start_commit_link: /jenkins-x/jx/commit/e255f7ea050c4a410a21183ec85a510c8e4ca8c6
start_date: '2018-01-05T15:46:09Z'
image_data:
fileName: jenkins-x.svg
hash: +bDZsdrfz1O+H77iUB0d3eF8S0qLd9y9isM2GpaRlVc=
best_practice_data:
badge: 3237
percentage: 98
twitter_data:
latest_tweet_date: 2020-12-04T14:37:26.000Z
- item:
name: Keptn
homepage_url: 'https://keptn.sh'
repo_url: 'https://github.com/keptn/keptn'
logo: keptn.svg
twitter: 'https://twitter.com/keptnProject'
crunchbase: 'https://www.crunchbase.com/organization/dynatrace-software'
crunchbase_data:
name: Dynatrace
description: 'Dynatrace transform how web and non-web business-critical applications are monitored, managed, and optimized throughout their lifecycle.'
num_employees_min: 1001
num_employees_max: 5000
homepage: 'https://www.dynatrace.com'
city: Waltham
region: Massachusetts
country: United States
twitter: 'http://twitter.com/Dynatrace'
linkedin: 'https://www.linkedin.com/company/dynatrace'
acquisitions:
- date: '2017-11-09'
acquiree: Qumram
parents: []
ticker: DT
funding: 21900000
stockExchange: nyse
kind: market_cap
github_data:
languages:
- name: Go
value: 1220876
color: '#00ADD8'
- name: TypeScript
value: 300628
color: '#2b7489'
- name: Shell
value: 153642
color: '#89e051'
- name: HTML
value: 87282
color: '#e34c26'
- name: Dockerfile
value: 28899
color: '#384d54'
- name: SCSS
value: 15273
- name: JavaScript
value: 8424
color: '#f1e05a'
- name: Makefile
value: 2781
color: '#427819'
contributions: >-
18;29;0;2;24;18;59;21;25;45;26;46;47;54;43;20;39;13;17;41;18;16;30;23;34;20;26;47;19;64;31;31;10;12;30;17;5;17;12;10;23;19;25;8;19;22;26;36;12;12;27;9
firstWeek: 2019-12-15Z
stars: 645
license: Apache License 2.0
description: Keptn is a message-driven control-plane for application delivery and automated operations
latest_commit_date: '2020-12-04T12:27:12Z'
latest_commit_link: /keptn/keptn/commit/ad9461a74a62f46abf3f5926e4d73c253b34120e
release_date: '2020-11-16T15:44:10Z'
release_link: 'https://github.com/keptn/keptn/releases'
contributors_count: 41
contributors_link: 'https://github.com/keptn/keptn/graphs/contributors'
repos:
- url: 'https://github.com/keptn/keptn'
stars: 645
github_start_commit_data:
start_commit_link: /keptn/keptn/commit/c49b4d65d4860fa7a5102093aac2633abdd94cf0
start_date: '2019-01-21T14:51:49Z'
yahoo_finance_data:
market_cap: 11151293440
effective_ticker: DT
image_data:
fileName: keptn.svg
hash: jTRZrlygrXDRv6kDiPUQYbu9GLpUz/mu/T1z0i0qHuA=
best_practice_data:
badge: 3588
percentage: 95
twitter_data:
latest_tweet_date: 2020-12-04T12:34:21.000Z
- item:
name: OpsMX
homepage_url: 'https://www.opsmx.com'
logo: opsmx.svg
crunchbase: 'https://www.crunchbase.com/organization/opsmx'
crunchbase_data:
name: OpsMx
description: OpsMx is Continuous Delivery and Continuous Verification Company with a vision of “ Delivering software without any human intervention”.
num_employees_min: 51
num_employees_max: 100
homepage: 'http://www.opsmx.com'
city: Palo Alto
region: California
country: United States
twitter: 'https://www.twitter.com/ops_mx'
linkedin: null
acquisitions: []
parents: []
stockExchange: null
image_data:
fileName: ops-mx.svg
hash: aMFjuoEWvibB4BPZFhtMgL4NvHTgnw3YNIhiIgS/zzI=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-04T19:08:25.000Z
- item:
name: Screwdriver
homepage_url: 'https://screwdriver.cd/'
project: incubating
repo_url: 'https://github.com/screwdriver-cd/screwdriver'
logo: screwdriver.svg
twitter: 'https://twitter.com/screwdrivercd'
crunchbase: 'https://www.crunchbase.com/organization/continuous-delivery-foundation-cdf'
crunchbase_data:
name: Continuous Delivery Foundation (CDF)
description: A Neutral Home for the Next Generation of Continuous Delivery Collaboration
num_employees_min: 1
num_employees_max: 10
homepage: 'https://cd.foundation'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/CDeliveryFdn'
linkedin: null
acquisitions: []
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: JavaScript
value: 1372093
color: '#f1e05a'
- name: Gherkin
value: 44125
color: '#5B2063'
- name: Dockerfile
value: 438
color: '#384d54'
- name: Shell
value: 81
color: '#89e051'
contributions: 3;2;0;1;8;4;2;2;6;6;3;6;10;6;5;5;0;1;3;1;1;1;2;0;1;1;7;1;1;1;3;1;0;4;6;3;3;4;8;0;0;3;2;2;8;6;2;3;1;0;2;2
firstWeek: 2019-12-15Z
stars: 848
license: Other
description: An open source build platform designed for continuous delivery.
latest_commit_date: '2020-12-05T09:46:26Z'
latest_commit_link: /screwdriver-cd/screwdriver/commit/de1abc6a36b55dfbdddd1352a0d6d9415ee0f160
release_date: '2020-10-13T20:39:35Z'
release_link: 'https://github.com/screwdriver-cd/screwdriver/releases'
contributors_count: 75
contributors_link: 'https://github.com/screwdriver-cd/screwdriver/graphs/contributors'
repos:
- url: 'https://github.com/screwdriver-cd/screwdriver'
stars: 848
github_start_commit_data:
start_commit_link: /screwdriver-cd/screwdriver/commit/6fabc5252d904b8a11d0a14cd4682c3b9f272a5c
start_date: '2016-05-23T20:55:36Z'
image_data:
fileName: screwdriver.svg
hash: OiE1KlqvUtSDBuVP2AOIaxObesTqfqoeSSU+6uMtlrg=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-11-19T18:19:39.000Z
- item:
name: Spinnaker
homepage_url: 'https://www.spinnaker.io/'
project: graduated
repo_url: 'https://github.com/spinnaker/spinnaker'
logo: spinnaker.svg
twitter: 'https://twitter.com/spinnakerio'
crunchbase: 'https://www.crunchbase.com/organization/continuous-delivery-foundation-cdf'
crunchbase_data:
name: Continuous Delivery Foundation (CDF)
description: A Neutral Home for the Next Generation of Continuous Delivery Collaboration
num_employees_min: 1
num_employees_max: 10
homepage: 'https://cd.foundation'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/CDeliveryFdn'
linkedin: null
acquisitions: []
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: Shell
value: 39102
color: '#89e051'
- name: Go
value: 8690
color: '#00ADD8'
- name: HTML
value: 1650
color: '#e34c26'
- name: Dockerfile
value: 1224
color: '#384d54'
- name: Python
value: 582
color: '#3572A5'
contributions: 1;2;0;1;0;1;19;2;5;0;0;0;0;1;0;1;0;4;5;0;0;1;1;0;0;0;1;1;0;1;1;1;0;0;1;0;2;0;1;0;1;0;0;1;1;0;0;1;1;1;0;2
firstWeek: 2019-12-15Z
stars: 7503
license: Apache License 2.0
description: 'Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.'
latest_commit_date: '2020-12-01T14:52:03Z'
latest_commit_link: /spinnaker/spinnaker/commit/b9f9f9155d1860aa62f6982ba41d16e84ad48407
release_date: '2017-12-19T18:01:54Z'
release_link: 'https://github.com/spinnaker/spinnaker/releases'
contributors_count: 121
contributors_link: 'https://github.com/spinnaker/spinnaker/graphs/contributors'
repos:
- url: 'https://github.com/spinnaker/spinnaker'
stars: 7503
github_start_commit_data:
start_commit_link: /spinnaker/spinnaker/commit/2b3fac174db42aa7944d6e606a17d5ca1ae66715
start_date: '2014-09-07T09:01:23Z'
image_data:
fileName: spinnaker.svg
hash: Bp8LkKjL0HHB6TljtIJ+vCCOntZ5ukqwxYdjWSH58EE=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-10-28T21:01:10.000Z
- subcategory:
name: Continuous Integration
items:
- item:
name: Drone
homepage_url: 'https://drone.io/'
repo_url: 'https://github.com/drone/drone'
logo: drone.svg
crunchbase: 'https://www.crunchbase.com/organization/drone-io'
crunchbase_data:
name: Drone.io
description: Drone.io is a hosted Continuous Integration and Deployment service.
num_employees_min: 1
num_employees_max: 10
homepage: 'http://drone.io'
city: San Francisco
region: California
country: United States
twitter: 'http://twitter.com/droneio'
linkedin: 'https://www.linkedin.com/company/drone-io/'
acquisitions: []
parents: []
funding: 28000
stockExchange: null
kind: funding
github_data:
languages:
- name: Go
value: 3043756
color: '#00ADD8'
- name: HTML
value: 22737
color: '#e34c26'
- name: CSS
value: 9541
color: '#563d7c'
- name: Shell
value: 464
color: '#89e051'
- name: PowerShell
value: 110
color: '#012456'
contributions: 3;0;0;3;3;5;2;7;4;4;3;5;0;8;3;3;3;0;1;0;0;0;0;1;2;3;9;0;2;1;2;0;1;1;0;0;1;5;0;1;3;2;1;4;0;4;2;0;3;1;0;0
firstWeek: 2019-12-15Z
stars: 22189
license: Other
description: 'Drone is a Container-Native, Continuous Delivery Platform'
latest_commit_date: '2020-11-20T13:56:47Z'
latest_commit_link: /drone/drone/commit/276f984db3d0fe8ec9235c08296cfd879c3e4e2a
contributors_count: 293
contributors_link: 'https://github.com/drone/drone/graphs/contributors'
repos:
- url: 'https://github.com/drone/drone'
stars: 22189
github_start_commit_data:
start_commit_link: /drone/drone/commit/d5e5797934b80e0203d0f47b207c4848cfc834bf
start_date: '2014-02-07T10:10:01Z'
image_data:
fileName: drone.svg
hash: 9vl6Exu4Rc8ofqP5KOmhmOoUTCrmzc0HujzqJ6Yzch8=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-11-18T20:56:00.000Z
- item:
name: Jenkins
homepage_url: 'https://jenkins.io/'
project: graduated
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'
crunchbase_data:
name: Continuous Delivery Foundation (CDF)
description: A Neutral Home for the Next Generation of Continuous Delivery Collaboration
num_employees_min: 1
num_employees_max: 10
homepage: 'https://cd.foundation'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/CDeliveryFdn'
linkedin: null
acquisitions: []
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: Java
value: 11093147
color: '#b07219'
- name: HTML
value: 972129
color: '#e34c26'
- name: JavaScript
value: 391563
color: '#f1e05a'
- name: CSS
value: 234004
color: '#563d7c'
- name: Less
value: 125373
- name: Groovy
value: 78351
color: '#e69f56'
- name: Ruby
value: 19375
color: '#701516'
- name: Handlebars
value: 14909
- name: Perl
value: 14718
color: '#0298c3'
- name: Shell
value: 10643
color: '#89e051'
- name: GAP
value: 6289
- name: C
value: 2091
color: '#555555'
- name: Dockerfile
value: 1147
color: '#384d54'
- name: Batchfile
value: 1023
color: '#C1F12E'
contributions: >-
26;20;6;30;55;56;62;27;28;40;53;32;56;71;34;62;43;31;51;39;51;30;30;12;41;24;17;19;16;30;35;31;43;27;31;11;6;10;4;3;14;15;13;24;52;26;26;16;6;6;20;10
firstWeek: 2019-12-15Z
stars: 16568
license: MIT License
description: Jenkins automation server
latest_commit_date: '2020-12-04T13:15:09Z'
latest_commit_link: /jenkinsci/jenkins/commit/a8dc9623c5ccd7612d6f79963c6921d89ee600de
release_date: '2020-12-01T13:52:34Z'
release_link: 'https://github.com/jenkinsci/jenkins/releases'
contributors_count: 952
contributors_link: 'https://github.com/jenkinsci/jenkins/graphs/contributors'
repos:
- url: 'https://github.com/jenkinsci/jenkins'
stars: 16568
github_start_commit_data:
start_commit_link: /jenkinsci/jenkins/commit/8a0dc230f44e84e5a7f7920cf9a31f09a54999ac
start_date: '2006-11-05T21:16:01Z'
image_data:
fileName: jenkins.svg
hash: NF6wJqVGQ/KuagjWw5zBa9rK75/gL28x92et53olJF8=
best_practice_data:
badge: 3538
percentage: 100
twitter_data:
latest_tweet_date: 2020-12-06T21:17:38.000Z
- item:
name: Tekton Pipelines
homepage_url: 'https://tekton.dev/'
project: graduated
repo_url: 'https://github.com/tektoncd/pipeline'
logo: tekton.svg
twitter: 'https://twitter.com/tektoncd'
crunchbase: 'https://www.crunchbase.com/organization/continuous-delivery-foundation-cdf'
crunchbase_data:
name: Continuous Delivery Foundation (CDF)
description: A Neutral Home for the Next Generation of Continuous Delivery Collaboration
num_employees_min: 1
num_employees_max: 10
homepage: 'https://cd.foundation'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/CDeliveryFdn'
linkedin: null
acquisitions: []
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: Go
value: 3072794
color: '#00ADD8'
- name: Shell
value: 24925
color: '#89e051'
- name: Python
value: 7055
color: '#3572A5'
- name: Makefile
value: 6207
color: '#427819'
- name: HTML
value: 1078
color: '#e34c26'
- name: Dockerfile
value: 692
color: '#384d54'
contributions: >-
26;20;3;5;30;22;25;28;26;16;18;19;51;26;16;23;18;26;27;31;17;43;23;23;18;24;20;13;16;16;19;19;21;17;17;9;8;10;11;23;26;15;31;15;21;27;18;12;9;14;7;12
firstWeek: 2019-12-15Z
stars: 5793
license: Apache License 2.0
description: A K8s-native Pipeline resource.
latest_commit_date: '2020-12-04T14:26:33Z'
latest_commit_link: /tektoncd/pipeline/commit/75f3776da39f9440aada89c3e176e7db16af3121
release_date: '2020-11-17T18:32:21Z'
release_link: 'https://github.com/tektoncd/pipeline/releases'
contributors_count: 195
contributors_link: 'https://github.com/tektoncd/pipeline/graphs/contributors'
repos:
- url: 'https://github.com/tektoncd/pipeline'
stars: 5793
github_start_commit_data:
start_commit_link: /tektoncd/pipeline/commit/301b41380e95382a18b391c2165fa3a6a3de93b0
start_date: '2018-08-29T18:21:56Z'
image_data:
fileName: tekton-pipelines.svg
hash: g6L1mfWTs5bsGhAEjaqTqxOaXEVNyHeDp3vm/RkmxKQ=
best_practice_data:
badge: 4020
percentage: 18
twitter_data:
latest_tweet_date: 2020-12-05T17:18:55.000Z
- item:
name: Travis CI
homepage_url: 'https://travis-ci.org/'
logo: travis-ci.svg
crunchbase: 'https://www.crunchbase.com/organization/travis-ci'
crunchbase_data:
name: Travis CI
description: Hosted Continuous Integration Platform
num_employees_min: 51
num_employees_max: 100
homepage: 'http://travis-ci.com'
city: Berlin
region: Berlin
country: Germany
twitter: 'http://twitter.com/travisci'
linkedin: 'https://www.linkedin.com/company/travis-ci'
acquisitions: []
parents: []
stockExchange: null
image_data:
fileName: travis-ci.svg
hash: 31LkzwLvQLqeiiKnMiv8O6kKvoWlQwGLx8/CRIBAysA=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-04T12:45:30.000Z
- category:
name: Continuous Automation
subcategories:
- subcategory:
name: Test Automation
items:
- item:
name: Selenium
homepage_url: 'https://www.selenium.dev'
logo: selenium.svg
crunchbase: 'https://www.crunchbase.com/organization/thoughtworks'
crunchbase_data:
name: Thoughtworks
description: 'Thoughtworks is a community of passionate individuals whose purpose is to revolutionize software design, creation and delivery.'
num_employees_min: 1001
num_employees_max: 5000
homepage: 'http://www.thoughtworks.com'
city: Chicago
region: Illinois
country: United States
twitter: 'http://twitter.com/thoughtworks'
linkedin: 'https://www.linkedin.com/company/thoughtworks'
acquisitions: []
parents: []
funding: 28000000
stockExchange: null
kind: funding
image_data:
fileName: selenium.svg
hash: Pad9ImBzKdfC3/WNm23Qf9Ocb3iehOICVkAa/Zwm59E=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-12-07T02:00:10.000Z
- subcategory:
name: Release Automation
items:
- item:
name: UrbanCode Velocity
homepage_url: 'https://www.urbancode.com/'
repo_url: 'https://github.com/UrbanCode/UCADF-Core-Library'
logo: 'https://www.urbancode.com/wp-content/uploads/2019/05/urban-code-logo.svg'
twitter: 'https://twitter.com/urbancode'
crunchbase: 'https://www.crunchbase.com/organization/ibm'
crunchbase_data:
name: IBM
description: 'IBM is an IT technology and consulting firm providing computer hardware, software, and infrastructure and hosting services.'
num_employees_min: 10001
num_employees_max: 1000000
homepage: 'http://www.ibm.com/'
city: Armonk
region: New York
country: United States
twitter: 'http://twitter.com/IBM'
linkedin: 'https://www.linkedin.com/company/ibm/'
acquisitions:
- date: '1923-01-01'
acquiree: Dehomag
- date: '1930-01-01'
acquiree: The Automatic Accounting Scale Company
- date: '1932-01-01'
acquiree: National Counting Scale Company
- date: '1941-01-01'
acquiree: Munitions Manufacturing Corporation
- date: '1964-01-01'
acquiree: Science Research Associates
- date: '1974-01-01'
acquiree: Satellite Business Systems
- date: '1984-09-26'
acquiree: ROLM Corporation
- date: '1994-08-01'
acquiree: Transarc
- date: '1995-07-06'
acquiree: Lotus Development Corporation
price: 3500000000
- date: '1996-02-01'
acquiree: Tivoli Systems
price: 743000000
- date: '1997-03-19'
acquiree: NetObjects
- date: '1999-06-09'
acquiree: Whistle Communications
- date: '1999-07-12'
acquiree: Sequent Computer Systems Inc
- date: '1999-07-27'
acquiree: Mylex
price: 240000000
- date: '1999-09-22'
acquiree: Dascom
- date: '2001-06-07'
acquiree: Mainspring
- date: '2002-01-14'
acquiree: CrossWorlds Software
price: 129000000
- date: '2002-06-25'
acquiree: Metamerge
- date: '2002-08-29'
acquiree: TrelliSoft
- date: '2002-09-03'
acquiree: Access360
- date: '2002-09-12'
acquiree: HOLOSOFX
- date: '2002-10-02'
acquiree: PwC Consulting
price: 3500000000
- date: '2002-10-07'
acquiree: EADS Matra Datavision
- date: '2002-11-04'
acquiree: Tarian Software
- date: '2003-02-20'
acquiree: Rational Software
- date: '2003-05-14'
acquiree: Think Dynamics
- date: '2003-07-15'
acquiree: Presence Online
- date: '2003-10-14'
acquiree: CrossAccess
- date: '2003-11-13'
acquiree: Productivity Solutions
- date: '2003-12-17'
acquiree: Green Pasture Software
- date: '2004-03-09'
acquiree: Trigo Technologies
- date: '2004-04-07'
acquiree: Daksh Infosoft
- date: '2004-04-07'
acquiree: Daksh eServices
- date: '2004-06-07'
acquiree: Candle Corporation