forked from graphql/graphql-landscape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
processed_landscape.yml
6893 lines (6893 loc) · 277 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: Projects
subcategories:
- subcategory:
name: Spec
items:
- item:
name: GraphQL Spec
homepage_url: 'https://graphql.org'
project: foundationproject
repo_url: 'https://github.com/graphql/graphql-spec'
logo: graphql.svg
crunchbase: 'https://www.crunchbase.com/organization/graphql-foundation'
crunchbase_data:
name: GraphQL Foundation
description: Enabling widespread adoption of GraphQL to help accelerate development and the surrounding ecosystem
num_employees_min: 1
num_employees_max: 10
homepage: 'https://foundation.graphql.org'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/GraphQL'
linkedin: null
acquisitions:
- date: '2018-11-06'
acquiree: GraphQL
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: Shell
value: 3120
color: '#89e051'
contributions: 0;2;7;0;1;2;6;0;0;0;1;0;2;0;3;1;1;2;0;6;6;0;2;1;1;1;0;0;2;11;0;1;4;0;0;0;2;0;0;0;1;0;0;0;2;0;1;0;1;7;3;2
firstWeek: 2019-06-23Z
stars: 12742
license: Unknown License
description: GraphQL is a query language and execution engine tied to any backend service.
latest_commit_date: '2020-06-12T23:24:52Z'
latest_commit_link: /graphql/graphql-spec/commit/c976d31311bdcc0590c930a3da45b9b78201fb68
release_date: '2018-06-11T02:45:19Z'
release_link: 'https://github.com/graphql/graphql-spec/releases'
contributors_count: 97
contributors_link: 'https://github.com/graphql/graphql-spec/graphs/contributors'
repos:
- url: 'https://github.com/graphql/graphql-spec'
stars: 12742
github_start_commit_data:
start_commit_link: /graphql/graphql-spec/commit/7c0398803c94826957be307e1d3c4a5ffc3c5b5e
start_date: '2015-07-01T00:41:15Z'
image_data:
fileName: graph-ql-spec.svg
hash: /wzA7u6MxKYkQbunahsIFIvt3QtzLq4x/PXWwtwps8g=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2019-06-26T16:15:00.000Z
- subcategory:
name: Tools
items:
- item:
name: Apollo Angular
homepage_url: 'https://www.apollographql.com/docs/angular'
repo_url: 'https://github.com/kamilkisiela/apollo-angular'
logo: apollo-angular.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 184659
color: '#2b7489'
- name: JavaScript
value: 8216
color: '#f1e05a'
contributions: 0;0;0;16;0;0;0;1;1;4;14;4;9;0;8;1;13;0;0;8;13;0;2;0;0;0;0;7;8;4;0;7;0;0;0;0;0;0;1;0;0;0;14;0;0;0;0;0;0;0;0;0
firstWeek: 2019-06-23Z
stars: 837
license: MIT License
description: "A fully-featured, production ready caching GraphQL client for Angular and every GraphQL server \U0001F381"
latest_commit_date: '2020-04-15T14:19:03Z'
latest_commit_link: /kamilkisiela/apollo-angular/commit/4663ad8b96fd9e75b1d7a927c70f7f3ddf7cfd8d
release_date: '2020-04-15T14:01:39Z'
release_link: 'https://github.com/kamilkisiela/apollo-angular/releases'
contributors_count: 110
contributors_link: 'https://github.com/kamilkisiela/apollo-angular/graphs/contributors'
repos:
- url: 'https://github.com/kamilkisiela/apollo-angular'
stars: 837
github_start_commit_data:
start_commit_link: /apollographql/apollo-angular/commit/0ae5e9085320c135ad0da421ed1a5fc1e3585a96
start_date: '2016-04-16T00:10:50Z'
image_data:
fileName: apollo-angular.svg
hash: FRqcHWLabkjcFAMWrwfzHKlCg4WA2PzZotobkr080C4=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: Apollo CLI
homepage_url: 'https://www.apollographql.com/'
repo_url: 'https://github.com/apollographql/apollo-tooling'
logo: apollo-cli.svg
crunchbase: 'https://www.crunchbase.com/organization/meteor'
crunchbase_data:
name: Apollo
description: 'Apollo is the GraphQL company. Its Data Graph Platform helps developers, startups, and enterprises get the most out of GraphQL.'
num_employees_min: 11
num_employees_max: 50
homepage: 'http://www.apollographql.com'
city: San Francisco
region: California
country: United States
twitter: 'http://twitter.com/apollographql'
linkedin: 'https://www.linkedin.com/company/apollo-graphql/'
acquisitions:
- date: '2014-10-07'
acquiree: FathomDB
parents: []
funding: 53200000
stockExchange: null
kind: funding
github_data:
languages:
- name: TypeScript
value: 948429
color: '#2b7489'
- name: JavaScript
value: 1694
color: '#f1e05a'
- name: Batchfile
value: 31
color: '#C1F12E'
contributions: 13;3;13;30;9;32;22;12;12;6;1;22;20;10;14;15;22;17;10;1;6;9;10;4;12;6;4;4;4;2;5;3;2;6;0;16;10;5;3;4;10;8;13;31;6;8;7;13;6;10;10;5
firstWeek: 2019-06-23Z
stars: 2527
license: MIT License
description: ✏️ Tooling for development and production Apollo workflows
latest_commit_date: '2020-06-18T14:35:20Z'
latest_commit_link: /apollographql/apollo-tooling/commit/a868ca3dae193749180f840b9dbe7e9522b7ab61
release_date: '2020-06-11T16:26:56Z'
release_link: 'https://github.com/apollographql/apollo-tooling/releases'
contributors_count: 156
contributors_link: 'https://github.com/apollographql/apollo-tooling/graphs/contributors'
repos:
- url: 'https://github.com/apollographql/apollo-tooling'
stars: 2527
github_start_commit_data:
start_commit_link: /apollographql/apollo-tooling/commit/547c70194c31f292200c409974cab4cd22e9bc48
start_date: '2016-08-12T15:29:21Z'
image_data:
fileName: apollo-cli.svg
hash: mq34WWtq7pDUV9T+ZLBYFoeeLbNUQ+NEcbt8E7GNKHU=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-18T19:23:06.000Z
- item:
name: GraphiQL
homepage_url: 'https://github.com/graphql/graphiql'
project: foundationproject
repo_url: 'https://github.com/graphql/graphiql'
logo: graphiql.svg
crunchbase: 'https://www.crunchbase.com/organization/graphql-foundation'
crunchbase_data:
name: GraphQL Foundation
description: Enabling widespread adoption of GraphQL to help accelerate development and the surrounding ecosystem
num_employees_min: 1
num_employees_max: 10
homepage: 'https://foundation.graphql.org'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/GraphQL'
linkedin: null
acquisitions:
- date: '2018-11-06'
acquiree: GraphQL
parents:
- 'https://www.crunchbase.com/organization/linux-foundation'
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 482840
color: '#2b7489'
- name: JavaScript
value: 178242
color: '#f1e05a'
- name: Shell
value: 3662
color: '#89e051'
- name: HTML
value: 1301
color: '#e34c26'
contributions: 3;0;0;0;0;11;3;12;8;2;1;5;0;7;3;11;2;8;1;1;1;7;14;29;28;54;32;18;30;28;19;27;9;35;8;24;22;10;8;7;5;14;24;2;0;3;3;9;11;6;11;0
firstWeek: 2019-06-23Z
stars: 10849
license: MIT License
description: GraphiQL & the GraphQL LSP Reference Ecosystem for building browser & IDE tools.
latest_commit_date: '2020-06-11T18:40:48Z'
latest_commit_link: /graphql/graphiql/commit/bb6d9b3df291f7b6f44aa5acffaa5bb29b564fed
release_date: '2020-06-17T22:48:58Z'
release_link: 'https://github.com/graphql/graphiql/releases'
contributors_count: 151
contributors_link: 'https://github.com/graphql/graphiql/graphs/contributors'
repos:
- url: 'https://github.com/graphql/graphiql'
stars: 10849
github_start_commit_data:
start_commit_link: /graphql/graphiql/commit/b9dec272d89d9c590727fd10d62e4a47e0317fc7
start_date: '2015-08-24T08:59:14Z'
image_data:
fileName: graphi-ql.svg
hash: +OIb0eVIkv4eyjjYeI5yUANT2RwGgh4L9YCueUzNBnw=
best_practice_data:
badge: 3887
percentage: 88
twitter_data:
latest_tweet_date: 2019-06-26T16:15:00.000Z
- item:
name: GraphQL CLI
homepage_url: 'https://github.com/urigo/graphql-cli'
repo_url: 'https://github.com/urigo/graphql-cli'
logo: graphql-cli.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 127903
color: '#2b7489'
- name: JavaScript
value: 4973
color: '#f1e05a'
- name: HTML
value: 1708
color: '#e34c26'
- name: CSS
value: 843
color: '#563d7c'
- name: Dockerfile
value: 148
color: '#384d54'
contributions: 4;1;2;2;1;1;1;2;4;3;0;0;0;0;0;2;0;0;109;60;20;13;45;0;20;13;14;7;46;36;14;55;10;3;1;0;4;50;12;22;34;29;9;22;30;11;11;22;10;14;27;6
firstWeek: 2019-06-23Z
stars: 1484
license: MIT License
description: "\U0001F4DF Command line tool for common GraphQL development workflows"
latest_commit_date: '2020-06-18T12:24:07Z'
latest_commit_link: /Urigo/graphql-cli/commit/de1ef9f6ac589fd40d12e51a943bfce1531eb30e
release_date: '2020-06-03T14:53:14Z'
release_link: 'https://github.com/urigo/graphql-cli/releases'
contributors_count: 43
contributors_link: 'https://github.com/urigo/graphql-cli/graphs/contributors'
repos:
- url: 'https://github.com/urigo/graphql-cli'
stars: 1484
github_start_commit_data:
start_commit_link: /Urigo/graphql-cli/commit/5d02c5b26d620d86c6c15a589cfd69bce149dc3a
start_date: '2017-07-17T10:18:56Z'
image_data:
fileName: graph-ql-cli.svg
hash: KmEuv6U0nIDvienHKaUZl8piS/YX1DJ6Ogzs2ymhXbc=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Code Generator
homepage_url: 'https://graphql-code-generator.com'
repo_url: 'https://github.com/dotansimha/graphql-code-generator'
logo: graphql-code-generator.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 1880058
color: '#2b7489'
- name: JavaScript
value: 71642
color: '#f1e05a'
- name: CSS
value: 11211
color: '#563d7c'
contributions: >-
24;38;46;14;21;39;38;48;38;31;35;29;25;45;32;38;37;32;30;44;37;16;50;9;23;23;16;35;32;34;28;56;19;30;29;16;13;37;37;42;33;51;23;30;33;18;5;50;50;34;48;23
firstWeek: 2019-06-23Z
stars: 4916
license: MIT License
description: GraphQL code generator with flexible support for custom plugins and templates
latest_commit_date: '2020-06-18T23:22:34Z'
latest_commit_link: /dotansimha/graphql-code-generator/commit/a7ba9c00137231f449faf2d2e55acde034ff1ed9
release_date: '2020-06-18T11:53:45Z'
release_link: 'https://github.com/dotansimha/graphql-code-generator/releases'
contributors_count: 200
contributors_link: 'https://github.com/dotansimha/graphql-code-generator/graphs/contributors'
repos:
- url: 'https://github.com/dotansimha/graphql-code-generator'
stars: 4916
github_start_commit_data:
start_commit_link: /dotansimha/graphql-code-generator/commit/69240f01f84ce09769c9cae947bb4bb70964778d
start_date: '2016-12-06T10:46:14Z'
image_data:
fileName: graph-ql-code-generator.svg
hash: PxTB8twUwD8jLTXpYi26IOG1grJWWPoXD7n6Bg/Z2IM=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Config
homepage_url: 'https://graphql-config.com/introduction'
repo_url: 'https://github.com/kamilkisiela/graphql-config'
logo: graphql-config.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 41613
color: '#2b7489'
- name: JavaScript
value: 6175
color: '#f1e05a'
- name: CSS
value: 1681
color: '#563d7c'
contributions: 0;0;0;0;0;0;0;0;0;0;0;0;0;9;0;1;1;7;13;22;5;0;0;0;0;0;0;0;0;14;10;35;5;9;10;6;4;6;9;37;10;19;19;7;7;0;2;2;2;4;9;0
firstWeek: 2019-06-23Z
stars: 778
license: MIT License
description: 'One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)'
latest_commit_date: '2020-06-10T13:10:44Z'
latest_commit_link: /kamilkisiela/graphql-config/commit/4903400cc420ccd13cf7081d978d16a5cb646cc7
release_date: '2020-05-12T09:07:22Z'
release_link: 'https://github.com/kamilkisiela/graphql-config/releases'
contributors_count: 36
contributors_link: 'https://github.com/kamilkisiela/graphql-config/graphs/contributors'
repos:
- url: 'https://github.com/kamilkisiela/graphql-config'
stars: 778
github_start_commit_data:
start_commit_link: /kamilkisiela/graphql-config/commit/b87d2449dee878f7e56b654eaf1c14f9cfd29994
start_date: '2016-07-29T09:54:26Z'
image_data:
fileName: graph-ql-config.svg
hash: NO8iAqK5hL2VxEP+Q3582iBvBzHT+KAIVEiBLVT5M+4=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Inspector
homepage_url: 'https://graphql-inspector.com'
repo_url: 'https://github.com/kamilkisiela/graphql-inspector'
logo: graphql-inspector.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 312893
color: '#2b7489'
- name: JavaScript
value: 47789
color: '#f1e05a'
- name: CSS
value: 13620
color: '#563d7c'
- name: Shell
value: 48
color: '#89e051'
contributions: >-
11;0;0;25;17;21;17;34;6;0;27;13;1;24;32;26;20;25;23;50;36;22;32;11;13;19;17;30;26;32;22;51;19;17;18;19;16;12;31;41;29;50;23;28;27;12;16;21;11;15;9;6
firstWeek: 2019-06-23Z
stars: 845
license: MIT License
description: "\U0001F575️♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage"
latest_commit_date: '2020-06-18T22:44:49Z'
latest_commit_link: /kamilkisiela/graphql-inspector/commit/03f6d0071f0ea5428e61dc1f390b625663c02a42
release_date: '2020-06-03T11:31:38Z'
release_link: 'https://github.com/kamilkisiela/graphql-inspector/releases'
contributors_count: 32
contributors_link: 'https://github.com/kamilkisiela/graphql-inspector/graphs/contributors'
repos:
- url: 'https://github.com/kamilkisiela/graphql-inspector'
stars: 845
github_start_commit_data:
start_commit_link: /kamilkisiela/graphql-inspector/commit/cf25bde91e3863131fa8ac80e0c8545862bd59aa
start_date: '2018-11-15T19:04:07Z'
image_data:
fileName: graph-ql-inspector.svg
hash: Nho/ZdLXfuTZH8TeSFlyKzDlhFuWQvTlfI5cQovP3jA=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Mesh
homepage_url: 'https://graphql-mesh.com'
repo_url: 'https://github.com/Urigo/graphql-mesh'
logo: graphql-mesh.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 576784
color: '#2b7489'
- name: JavaScript
value: 29872
color: '#f1e05a'
- name: CSS
value: 3094
color: '#563d7c'
- name: HTML
value: 1346
color: '#e34c26'
contributions: 0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;7;7;5;6;49;13;20;28;36;43;42;49;62;43;46;76;40;12;36;58;45;44;57;25
firstWeek: 2019-06-23Z
stars: 1176
license: MIT License
description: 'GraphQL Mesh — Query anything, run anywhere'
latest_commit_date: '2020-06-18T05:48:14Z'
latest_commit_link: /Urigo/graphql-mesh/commit/8911577bd22fd6e7fefea55ddf73dc8166861935
release_date: '2020-06-15T16:29:18Z'
release_link: 'https://github.com/Urigo/graphql-mesh/releases'
contributors_count: 18
contributors_link: 'https://github.com/Urigo/graphql-mesh/graphs/contributors'
repos:
- url: 'https://github.com/Urigo/graphql-mesh'
stars: 1176
github_start_commit_data:
start_commit_link: /Urigo/graphql-mesh/commit/c7aeac37d33459247e40f191481fe3a98e9228dc
start_date: '2020-01-09T08:17:54Z'
image_data:
fileName: graph-ql-mesh.svg
hash: FJ6jvpKlCT68oc9bcXN6mq2xmJ85dXELZ0wnFEyHy2k=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Modules
homepage_url: 'https://graphql-modules.com'
repo_url: 'https://github.com/Urigo/graphql-modules'
logo: graphql-modules.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 167065
color: '#2b7489'
- name: CSS
value: 43174
color: '#563d7c'
- name: JavaScript
value: 29022
color: '#f1e05a'
- name: Shell
value: 472
color: '#89e051'
contributions: 23;28;15;16;14;12;14;10;19;12;7;9;12;9;7;4;10;7;6;20;22;14;10;7;6;8;5;13;9;19;11;40;6;9;7;6;5;9;8;28;21;18;7;10;15;9;23;17;6;15;13;6
firstWeek: 2019-06-23Z
stars: 847
license: MIT License
description: Enterprise Grade Tooling For Your GraphQL Server
latest_commit_date: '2020-06-18T13:01:32Z'
latest_commit_link: /Urigo/graphql-modules/commit/fa55e78fb6e29226f5ac638179ced35de1cfd0df
release_date: '2020-05-14T15:08:08Z'
release_link: 'https://github.com/Urigo/graphql-modules/releases'
contributors_count: 40
contributors_link: 'https://github.com/Urigo/graphql-modules/graphs/contributors'
repos:
- url: 'https://github.com/Urigo/graphql-modules'
stars: 847
github_start_commit_data:
start_commit_link: /Urigo/graphql-modules/commit/040896f1b1aea413f7fc70f2b0a9f6faad8ac4f6
start_date: '2018-05-13T20:19:37Z'
image_data:
fileName: graph-ql-modules.svg
hash: +zcXe7JsOAC11PwTcJwXXQ/omT8W/C9geL4MPSkJ21k=
best_practice_data:
badge: 3373
percentage: 14
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Scalars
homepage_url: 'https://github.com/Urigo/graphql-scalars'
repo_url: 'https://github.com/Urigo/graphql-scalars'
logo: graphql-scalars.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 217169
color: '#2b7489'
- name: JavaScript
value: 1081
color: '#f1e05a'
contributions: 17;1;0;2;0;14;10;4;10;10;2;3;6;6;3;10;8;13;5;6;5;5;6;1;3;16;4;7;8;3;5;8;3;12;5;5;4;5;4;8;15;12;7;12;10;5;4;10;7;12;11;7
firstWeek: 2019-06-23Z
stars: 657
license: MIT License
description: A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.
latest_commit_date: '2020-06-17T12:23:26Z'
latest_commit_link: /Urigo/graphql-scalars/commit/062034e4840cdabdd048f83c032689337b959be2
release_date: '2020-05-29T16:01:43Z'
release_link: 'https://github.com/Urigo/graphql-scalars/releases'
contributors_count: 27
contributors_link: 'https://github.com/Urigo/graphql-scalars/graphs/contributors'
repos:
- url: 'https://github.com/Urigo/graphql-scalars'
stars: 657
github_start_commit_data:
start_commit_link: /Urigo/graphql-scalars/commit/14fb859f0c77141980d06ed7afe36d17df7571ba
start_date: '2017-06-16T16:26:51Z'
image_data:
fileName: graph-ql-scalars.svg
hash: 9Brj+JXqgx6fRkLR9V2+C9Og8HizkOkXLkNC4z8nOG4=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: GraphQL Tools (by The Guild)
homepage_url: 'https://www.graphql-tools.com'
repo_url: 'https://github.com/ardatan/graphql-tools'
logo: graphql-tools.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 1196805
color: '#2b7489'
- name: JavaScript
value: 17035
color: '#f1e05a'
- name: CSS
value: 2349
color: '#563d7c'
contributions: 5;5;0;0;7;1;0;1;2;2;0;0;4;2;4;1;4;10;0;6;3;4;6;1;6;2;1;1;3;2;1;0;0;0;3;1;1;1;1;3;3;4;5;40;43;8;13;27;46;26;47;10
firstWeek: 2019-06-23Z
stars: 3423
license: MIT License
description: ':wrench: Build, mock, and stitch a GraphQL schema using the schema language'
latest_commit_date: '2020-06-18T05:35:34Z'
latest_commit_link: /ardatan/graphql-tools/commit/cb16c8b535a12f81847c6e46f172253dda8f59d3
release_date: '2020-06-15T16:05:05Z'
release_link: 'https://github.com/ardatan/graphql-tools/releases'
contributors_count: 206
contributors_link: 'https://github.com/ardatan/graphql-tools/graphs/contributors'
repos:
- url: 'https://github.com/ardatan/graphql-tools'
stars: 3423
github_start_commit_data:
start_commit_link: /ardatan/graphql-tools/commit/fe17783a6a166278195d172beb5670b045fb300d
start_date: '2016-03-22T01:00:21Z'
image_data:
fileName: graph-ql-tools-by-the-guild.svg
hash: q+xRC7g0+Xqv6VOG+VTOHpjjRWmOBzZ9k8OO+u8E/ww=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: merge-graphql-schemas
homepage_url: 'https://github.com/urigo/merge-graphql-schemas'
repo_url: 'https://github.com/urigo/merge-graphql-schemas'
logo: merge-graphql-schemas.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages: []
contributions: 0;4;1;5;5;9;5;3;8;4;4;4;9;5;2;6;7;7;3;9;8;0;2;2;0;4;6;7;3;4;1;16;2;2;0;0;0;0;13;6;8;7;3;0;0;0;0;1;0;0;0;0
firstWeek: 2019-06-23Z
stars: 926
license: Unknown License
description: A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.
latest_commit_date: '2020-05-25T14:14:38Z'
latest_commit_link: /Urigo/merge-graphql-schemas/commit/dffdc482367345a4a17bc3beb7513b110f3a06ca
release_date: '2020-04-16T14:42:58Z'
release_link: 'https://github.com/urigo/merge-graphql-schemas/releases'
contributors_count: 36
contributors_link: 'https://github.com/urigo/merge-graphql-schemas/graphs/contributors'
repos:
- url: 'https://github.com/urigo/merge-graphql-schemas'
stars: 926
github_start_commit_data:
start_commit_link: /Urigo/merge-graphql-schemas/commit/6becb7de8258a84e331a7ac4d3df5264ab6eeab2
start_date: '2015-12-11T10:54:01Z'
image_data:
fileName: merge-graphql-schemas.svg
hash: z6OfCaIGyc0wIP9NF+ScEKhJ5Q4AjXZ81jOCPxxlarg=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: SOFA
homepage_url: 'https://sofa-api.com'
repo_url: 'https://github.com/Urigo/sofa'
logo: sofa.svg
crunchbase: 'https://www.crunchbase.com/organization/the-guild-9777'
crunchbase_data:
name: The Guild
description: Distributed Open source developer group
num_employees_min: 11
num_employees_max: 50
homepage: 'http://the-guild.dev'
city: San Francisco
region: California
country: United States
twitter: 'https://twitter.com/TheGuildDev'
linkedin: 'https://linkedin.com/company/the-guild-software'
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 62117
color: '#2b7489'
- name: JavaScript
value: 10308
color: '#f1e05a'
- name: CSS
value: 6424
color: '#563d7c'
- name: HTML
value: 1617
color: '#e34c26'
contributions: 0;2;4;3;0;3;0;0;0;37;3;7;10;8;11;7;4;10;8;5;10;1;0;8;6;7;3;1;6;10;10;13;4;8;7;5;4;3;5;14;18;17;3;12;9;8;7;22;7;11;9;3
firstWeek: 2019-06-23Z
stars: 508
license: MIT License
description: The best way to create REST APIs - Generate RESTful APIs from your GraphQL Server
latest_commit_date: '2020-06-17T12:28:10Z'
latest_commit_link: /Urigo/SOFA/commit/ac7bc1a0fc49db925374f032b32f5959d209f3e1
release_date: '2020-03-11T19:19:08Z'
release_link: 'https://github.com/Urigo/sofa/releases'
contributors_count: 22
contributors_link: 'https://github.com/Urigo/sofa/graphs/contributors'
repos:
- url: 'https://github.com/Urigo/sofa'
stars: 508
github_start_commit_data:
start_commit_link: /Urigo/SOFA/commit/1ae515496a92af3c60c239e98a580d5cd09d1db8
start_date: '2018-12-05T15:53:23Z'
image_data:
fileName: sofa.svg
hash: 7LoUNDEOFZD1XadVU+OsFCo6aNQ/gueNqn+qPzg4OTw=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-16T13:51:34.000Z
- item:
name: Tartiflette
homepage_url: 'https://tartiflette.io'
repo_url: 'https://github.com/tartiflette/tartiflette'
logo: tartiflette.svg
crunchbase: 'https://www.crunchbase.com/organization/dailymotion'
crunchbase_data:
name: Dailymotion
description: Dailymotion is the leading destination for video discovery and exploration.
num_employees_min: 101
num_employees_max: 250
homepage: 'http://www.dailymotion.com'
city: Paris
region: Ile-de-France
country: France
twitter: 'http://twitter.com/dailymotionUSA'
linkedin: 'https://www.linkedin.com/company/24411'
acquisitions:
- date: '2013-12-10'
acquiree: Jilion
parents: []
funding: 68500000
stockExchange: null
kind: funding
github_data:
languages:
- name: Python
value: 11405345
color: '#3572A5'
- name: Makefile
value: 2786
color: '#427819'
- name: Dockerfile
value: 2123
color: '#384d54'
- name: Shell
value: 1695
color: '#89e051'
contributions: 2;36;2;9;6;14;4;4;3;11;3;17;15;8;16;17;0;2;2;5;0;7;0;2;0;2;2;0;0;2;2;1;11;0;22;1;20;10;4;0;2;0;0;0;9;18;2;3;2;3;0;0
firstWeek: 2019-06-23Z
stars: 610
license: MIT License
description: GraphQL Engine built with Python 3.6+ / asyncio
latest_commit_date: '2020-06-03T21:23:23Z'
latest_commit_link: /tartiflette/tartiflette/commit/9018d4e220fa1c71b7e9d2805ed3ab6877611325
release_date: '2020-05-06T16:29:14Z'
release_link: 'https://github.com/tartiflette/tartiflette/releases'
contributors_count: 16
contributors_link: 'https://github.com/tartiflette/tartiflette/graphs/contributors'
repos:
- url: 'https://github.com/tartiflette/tartiflette'
stars: 610
github_start_commit_data:
start_commit_link: /tartiflette/tartiflette/commit/b3ddc21232cfe6fb158151d1234da943b008d3b4
start_date: '2018-01-26T09:56:11Z'
image_data:
fileName: tartiflette.svg
hash: Hs1Ok2Xmb6CczPf7pzZGzrjuVrlhHX45OMqq5SqosLg=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-18T16:38:06.000Z
- item:
name: TypeGraphQL
homepage_url: 'https://typegraphql.ml'
repo_url: 'https://github.com/MichalLytek/type-graphql'
logo: type-graphql.svg
crunchbase: 'https://www.crunchbase.com/organization/typegraphql'
crunchbase_data:
name: TypeGraphQL
description: 'Create GraphQL schema and resolvers with TypeScript, using classes and decorators!'
num_employees_min: null
num_employees_max: null
homepage: 'https://typegraphql.com/'
city: Katowice
region: Slaskie
country: Poland
twitter: 'https://twitter.com/TypeGraphQL'
linkedin: null
acquisitions: []
parents: []
stockExchange: null
github_data:
languages:
- name: TypeScript
value: 545003
color: '#2b7489'
- name: JavaScript
value: 26489
color: '#f1e05a'
- name: CSS
value: 3368
color: '#563d7c'
- name: Shell
value: 374
color: '#89e051'
contributions: 0;2;6;0;0;1;0;0;5;0;2;9;4;2;0;5;0;2;0;5;2;6;7;12;1;2;3;3;5;2;0;1;1;1;0;5;3;3;6;5;8;8;1;4;0;9;4;2;4;1;5;1
firstWeek: 2019-06-23Z
stars: 4615
license: MIT License
description: 'Create GraphQL schema and resolvers with TypeScript, using classes and decorators!'
latest_commit_date: '2020-06-17T08:47:27Z'
latest_commit_link: /MichalLytek/type-graphql/commit/3c9301041a66dc490efe522b07cf6226fc1ebd33
release_date: '2020-05-19T19:36:54Z'
release_link: 'https://github.com/MichalLytek/type-graphql/releases'
contributors_count: 50
contributors_link: 'https://github.com/MichalLytek/type-graphql/graphs/contributors'
repos:
- url: 'https://github.com/MichalLytek/type-graphql'
stars: 4615
github_start_commit_data:
start_commit_link: /MichalLytek/type-graphql/commit/cbeb93aa5456cf2abd61b637ef9578233422cd3b
start_date: '2018-01-09T15:58:39Z'
image_data:
fileName: type-graph-ql.svg
hash: Hn264JaJ9GvnHoTXq2wxI7bvFim+uxeolGcqcZmiP5I=
best_practice_data:
badge: false
percentage: null
twitter_data:
latest_tweet_date: 2020-06-01T12:02:48.000Z
- category:
name: Databases
subcategories:
- subcategory:
name: Databases
items:
- item:
name: Arangodb
homepage_url: 'https://www.arangodb.com/'
repo_url: 'https://github.com/arangodb/arangodb'
logo: 'https://landscape.cncf.io/logos/arango-db.svg'
crunchbase: 'https://www.crunchbase.com/organization/arangodb'
crunchbase_data:
name: ArangoDB
description: 'ArangoDB is an open-source database with a native multi-model approach. Documents, graphs and K/V in one core with one query language.'
num_employees_min: 11
num_employees_max: 50
homepage: 'http://www.arangodb.com'
city: San Francisco
region: California
country: United States
twitter: 'http://twitter.com/arangodb'
linkedin: 'https://www.linkedin.com/company/5289249'
acquisitions: []
parents: []
funding: 19221424
stockExchange: null
kind: funding
github_data:
languages:
- name: C++
value: 19012827
color: '#f34b7d'
- name: JavaScript
value: 5503883
color: '#f1e05a'
- name: CSS
value: 451069
color: '#563d7c'
- name: CMake
value: 364691
- name: HTML
value: 220903
color: '#e34c26'
- name: C
value: 219275
color: '#555555'
- name: Shell
value: 136225
color: '#89e051'
- name: Python
value: 104279
color: '#3572A5'
- name: Pascal
value: 75391
color: '#E3F171'
- name: Yacc
value: 65019
color: '#4B6C4B'
- name: Assembly
value: 61827
color: '#6E4C13'
- name: NSIS
value: 48013
- name: TypeScript
value: 25189
color: '#2b7489'
- name: LLVM
value: 12512