-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathtechstack.yml
472 lines (472 loc) · 18.8 KB
/
techstack.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
repo_name: hantsy/vertx-sandbox
report_id: 3a1377e60115635575f8cc0441e8822a
version: 0.1
repo_type: Public
timestamp: '2024-01-31T08:48:29+00:00'
requested_by: dependabot[bot]
provider: github
branch: master
detected_tools_count: 37
tools:
- name: Java
description: A concurrent, class-based, object-oriented, language specifically designed
to have as few implementation dependencies as possible
website_url: https://www.java.com
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/995/K85ZWV2F.png
detection_source_url: https://github.com/hantsy/vertx-sandbox
detection_source: Repo Metadata
- name: Kotlin
description: Statically typed Programming Language targeting JVM and JavaScript
website_url: https://kotlinlang.org/
open_source: true
hosted_saas: true
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/3750/pCfEzr6L.png
detection_source_url: https://github.com/hantsy/vertx-sandbox
detection_source: Repo Metadata
- name: SQL
description: It is a domain-specific language used in programming
website_url: https://en.wikipedia.org/wiki/SQL
open_source: true
hosted_saas: false
category: Languages & Frameworks
sub_category: Languages
image_url: https://img.stackshare.io/service/2271/default_068d33483bba6b81ee13fbd4dc7aab9780896a54.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/pg-initdb.d/init.sql
detection_source: pg-initdb.d/init.sql
last_updated_by: hantsy
last_updated_on: 2020-12-10 11:50:43.000000000 Z
- name: GraphQL
description: A data query language and runtime
website_url: http://graphql.org/
open_source: false
hosted_saas: false
category: Languages & Frameworks
sub_category: Query Languages
image_url: https://img.stackshare.io/service/3820/12972006.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/src/main/resources/schema/schema.graphql
detection_source: graphql-transport-ws/src/main/resources/schema/schema.graphql
last_updated_by: hantsy
last_updated_on: 2021-10-30 09:37:38.000000000 Z
- name: PostgreSQL
description: A powerful, open source object-relational database system
website_url: http://www.postgresql.org/
open_source: true
hosted_saas: false
category: Data Stores
sub_category: Databases
image_url: https://img.stackshare.io/service/1028/ASOhU5xJ.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: hantsy
last_updated_on: 2020-12-10 11:50:43.000000000 Z
- name: Docker Compose
description: Define and run multi-container applications with Docker
website_url: https://github.com/docker/compose
license: Apache-2.0
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Container Tools
image_url: https://img.stackshare.io/service/3136/docker-compose.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/docker-compose.yml
detection_source: docker-compose.yml
last_updated_by: hantsy
last_updated_on: 2020-12-10 11:50:43.000000000 Z
- name: Git
description: Fast, scalable, distributed revision control system
website_url: http://git-scm.com/
open_source: true
hosted_saas: false
category: Build, Test, Deploy
sub_category: Version Control System
image_url: https://img.stackshare.io/service/1046/git.png
detection_source_url: https://github.com/hantsy/vertx-sandbox
detection_source: Repo Metadata
- name: GitHub Actions
description: Automate your workflow from idea to production
website_url: https://github.com/features/actions
open_source: false
hosted_saas: true
category: Build, Test, Deploy
sub_category: Continuous Integration
image_url: https://img.stackshare.io/service/11563/actions.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/.github/workflows/graphql-transport-ws.yml
detection_source: ".github/workflows/graphql-transport-ws.yml"
last_updated_by: dependabot[bot]
last_updated_on: 2024-01-23 07:21:21.000000000 Z
- name: Log4j
description: A Java-based logging utility
website_url: https://logging.apache.org/log4j/2.x/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Monitoring
sub_category: Logging Tools
image_url: https://img.stackshare.io/service/2804/Coralogix-log4j-integration.jpg
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: Logback
description: A logging framework for Java applications
website_url: https://logback.qos.ch/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Log Management
image_url: https://img.stackshare.io/service/2923/05518ecaa42841e834421e9d6987b04f_400x400.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: SLF4J
description: Simple logging facade for Java
website_url: http://slf4j.org/
open_source: false
hosted_saas: false
category: Monitoring
sub_category: Log Management
image_url: https://img.stackshare.io/service/2805/05518ecaa42841e834421e9d6987b04f_400x400.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2021-10-30 09:37:38.000000000 Z
- name: ch.qos.logback:logback-classic
description: Logback-classic module
version: 1.4.14
license: EPL-1.0,LGPL-2.1+
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: ch.qos.logback:logback-core
description: Logback-core module
version: 1.4.14
license: EPL-1.0,LGPL-2.1+
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/rxjava2/pom.xml
detection_source: rxjava2/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 05:57:01.000000000 Z
- name: com.fasterxml.jackson.core:jackson-databind
description: 'General data-binding functionality for Jackson: works on core streaming
API'
version: 2.16.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 05:57:01.000000000 Z
- name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
description: Add-on module for Jackson
version: 2.16.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/kotlin-co/pom.xml
detection_source: kotlin-co/pom.xml
last_updated_by: hantsy
last_updated_on: 2023-12-28 01:33:44.000000000 Z
- name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
description: Add-on module to support JSR-310
version: 2.16.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2023-12-28 01:33:44.000000000 Z
- name: com.fasterxml.jackson.module:jackson-module-kotlin
description: Add-on module for Jackson
version: 2.16.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/kotlin-co/pom.xml
detection_source: kotlin-co/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2023-12-28 01:47:28.000000000 Z
- name: io.vertx:vertx-web
description: Sonatype helps open source projects to set up Maven repositories on
https://oss.sonatype.org/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/kotlin-co/pom.xml
detection_source: kotlin-co/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 05:57:01.000000000 Z
- name: io.vertx:vertx-web-client
description: Sonatype helps open source projects to set up Maven repositories on
https://oss.sonatype.org/
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-webclient/pom.xml
detection_source: graphql-webclient/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:16:42.000000000 Z
- name: org.antlr:antlr4-runtime
description: The ANTLR 4 Runtime
version: 4.13.1
license: BSD-3-Clause
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/pom.xml
detection_source: mutiny-spring-hibernate/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2023-11-30 05:33:19.000000000 Z
- name: org.apache.commons:commons-lang3
description: Apache Commons Lang
version: 3.14.0
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2023-11-22 09:22:42.000000000 Z
- name: org.apache.logging.log4j:log4j-to-slf4j
description: Binding between LOG4J 2 API and SLF4J
version: 2.22.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: org.assertj:assertj-core
description: Rich and fluent assertions for testing for Java
version: 3.25.1
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 05:57:01.000000000 Z
- name: org.hibernate:hibernate-core
description: Hibernate's core ORM functionality
license: LGPL-2.0-only,GPL-3.0-or-later
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/pom.xml
detection_source: mutiny-spring-hibernate/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2024-01-18 06:23:34.000000000 Z
- name: org.hibernate:hibernate-jpamodelgen
description: Annotation Processor to generate JPA 2 static metamodel classes
license: LGPL-2.0-only,GPL-3.0-or-later
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/pom.xml
detection_source: mutiny-spring-hibernate/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2024-01-18 06:23:34.000000000 Z
- name: org.jboss:jandex
description: Parent POM for JBoss projects
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/post-service-cdi/pom.xml
detection_source: post-service-cdi/pom.xml
last_updated_by: hantsy
last_updated_on: 2023-11-22 09:22:42.000000000 Z
- name: org.jetbrains.kotlin:kotlin-reflect
description: Kotlin Full Reflection Library
version: 1.9.22
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/kotlin-co/pom.xml
detection_source: kotlin-co/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2023-12-28 01:47:28.000000000 Z
- name: org.jetbrains.kotlin:kotlin-stdlib
description: Kotlin Standard Library for JVM
version: 1.9.22
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/kotlin-co/pom.xml
detection_source: kotlin-co/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2023-12-28 01:47:28.000000000 Z
- name: org.junit.jupiter:junit-jupiter
description: Module "junit-jupiter" of JUnit 5
license: EPL-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2023-11-14 06:18:56.000000000 Z
- name: org.junit.jupiter:junit-jupiter-params
description: Module "junit-jupiter-params" of JUnit 5
version: 5.10.1
license: EPL-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2023-12-28 01:34:42.000000000 Z
- name: org.projectlombok:lombok
description: 'Spice up your java: Automatic Resource Management'
version: 1.18.30
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: org.slf4j:jcl-over-slf4j
description: JCL 1.2 implemented over SLF4J
version: 2.0.11
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: org.slf4j:jul-to-slf4j
description: JUL to SLF4J bridge
version: 2.0.11
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: org.slf4j:log4j-over-slf4j
description: Log4j implemented over SLF4J
version: 2.0.11
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: org.slf4j:slf4j-api
description: The slf4j API
version: 2.0.11
license: MIT
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/graphql-transport-ws/pom.xml
detection_source: graphql-transport-ws/pom.xml
last_updated_by: hantsy
last_updated_on: 2024-01-18 06:10:02.000000000 Z
- name: org.springframework:spring-context
description: Spring Context
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/pom.xml
detection_source: mutiny-spring-hibernate/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2024-01-23 07:21:11.000000000 Z
- name: org.springframework:spring-test
description: Spring TestContext Framework
license: Apache-2.0
open_source: true
hosted_saas: false
category: Libraries
sub_category: Maven Packages
image_url: https://img.stackshare.io/package/maven/image.png
detection_source_url: https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/pom.xml
detection_source: mutiny-spring-hibernate/pom.xml
last_updated_by: dependabot[bot]
last_updated_on: 2024-01-23 07:21:11.000000000 Z