-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbackend.json
590 lines (590 loc) · 15.8 KB
/
backend.json
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
[
{
"name": "PostgresSQL 1-14",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Relational database for our backend services"
},
{
"name": "PostgresSQL 15",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Relational database for our backend services"
},
{
"name": "MongoDB 1-5",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Document database for our backend services"
},
{
"name": "MongoDB 6",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Document database for our backend services"
},
{
"name": "AWS DynamoDB",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "NoSQL database for our backend services, if for whatever reason you need to deploy stuff in AWS"
},
{
"name": "Elasticsearch 1-8",
"ring": "trial",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Search database for our backend services"
},
{
"name": "OpenSearch 2",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Search database for our backend services"
},
{
"name": "OpenDistro 1",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Search database for our backend services"
},
{
"name": "Redis",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "In memory datastore for our backend services"
},
{
"name": "Memcached",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "TRUE",
"description": "Multicore memory database"
},
{
"name": "Kafka",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "A distributed event store and stream-processing platform for our backend services"
},
{
"name": "GCP Memory Store Redis",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "In memory service for Redis and Memcached datastore for our backend services"
},
{
"name": "GCP Memory Store Memcached",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "In memory service for Redis and Memcached datastore for our backend services"
},
{
"name": "ArangoDB",
"ring": "trial",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Timeseries database for our backend services"
},
{
"name": "Solr",
"ring": "trial",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "An enterprise-search platform and datastore for our backend services"
},
{
"name": "Redis Enterprise",
"ring": "trial",
"quadrant": "Platforms",
"isNew": "TRUE",
"description": "In memory/cluster datastore for our backend services"
},
{
"name": "RabbitMQ",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "An open-source message-broker for our backend services"
},
{
"name": "Guava/Caffeine/Ignite",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "We are not using in-process/in-pod/in-vm cache anymore such as Guava/Caffeine/Ignite, please use distributed cache such as Redis or Memcached"
},
{
"name": "Consul",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "We use Consul to store application configuration"
},
{
"name": "Vault",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "We use Vault to store secret configuration for application"
},
{
"name": "Docker",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "We build our backend application as Docker image"
},
{
"name": "Docker Desktop",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "We build our backend application as Docker image"
},
{
"name": "Kubernetes",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "We use Kubernetes for container orchestration tool"
},
{
"name": "Netty",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Netty is our main web server for new backend"
},
{
"name": "Jenkins",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Jenkins is our main automation server for CI/CD"
},
{
"name": "Bamboo",
"ring": "hold",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "For new project, please use Jenkins as automation server"
},
{
"name": "Apache Tomcat",
"ring": "adopt",
"quadrant": "Platforms",
"isNew": "FALSE",
"description": "Java Web Server"
},
{
"name": "Java 11",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Java Programming Langauge"
},
{
"name": "Spring Boot 2.x",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Spring Boot is our main framework for backend"
},
{
"name": "Spring Boot 3.x",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "Spring Boot is our main framework for backend"
},
{
"name": "Kotlin",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "A modern programming language that makes developers happier"
},
{
"name": "Java 17",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Java 17 is latest LTS for Java, we still assess this version"
},
{
"name": "Java 21",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "Java 21 is latest LTS for Java, we still assess this version"
},
{
"name": "GraalVM Java 21",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "Grall VM for Spring Boot Native"
},
{
"name": "Go-Lang",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "We use Go-Lang only for specified case, for new project please use Java"
},
{
"name": "JUnit 1-4",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Unit test framework for Java, please use JUnit 5 for new project"
},
{
"name": "AssertJ",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "fluent assertions java library"
},
{
"name": "Embedded Kafka",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Kafka Utility for integration testing"
},
{
"name": "Embedded Mongo",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Mongo Utility for integration testing"
},
{
"name": "Embedded Redis",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Redis Utility for integration testing"
},
{
"name": "HSQLDB / H2",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Relational Database for integration testing"
},
{
"name": "JUnit 5",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Unit test framework for Java"
},
{
"name": "Awaitility",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "Utility for asynchronous testing"
},
{
"name": "Java 8",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Java 8 is already EOL, please use Java 11 for new backend project"
},
{
"name": "Scala",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Learning scala is really hard, we already try it, and we will not continue to use Scala, please use Java"
},
{
"name": "Spring Boot 1.x",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Spring Boot is our main framework for backend"
},
{
"name": "X Framework",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "X-Framework is our old framework, we will not use it anymore, please use Spring Boot"
},
{
"name": "Play Framework",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Because we are not using Scala anymore, so we also will not using Play Framework anymore"
},
{
"name": "Blibli Backend Framework",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Standard library for backend"
},
{
"name": "Logback",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Logback is our main logging library"
},
{
"name": "Lombok",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Lombok is library for generate data class for Java"
},
{
"name": "Spring Cloud Gateway",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "Spring Cloud Gateway is main library for create API Gateway in Spring Boot"
},
{
"name": "Jackson",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Jackson is our main library for JSON manipulation"
},
{
"name": "Project Reactor",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Project Reactor is main reactive library for Spring Boot"
},
{
"name": "Resilience4J",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Resilience4j is a lightweight, easy-to-use fault tolerance library inspired by Netflix Hystrix"
},
{
"name": "MapStruct",
"ring": "adopt",
"quadrant": "Languages and Frameworks",
"isNew": "TRUE",
"description": "Object Mapper Library"
},
{
"name": "Log4J",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "We are not using log4j for logging, please use logback"
},
{
"name": "Zuul",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Zuul is API Gateway library, for new project please use Spring Cloud Gateway"
},
{
"name": "Gson",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "We are not using Gson anymore, please use Jackson for JSON manipulation"
},
{
"name": "Dozer",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "The project is currently not active and will more than likely be deprecated in the future. If you are looking to use Dozer on a greenfield project, we would discourage that. If you have been using Dozer for a while, we would suggest you start to think about migrating onto another library"
},
{
"name": "Orika",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Orika is a Java Bean mapping framework that recursively copies (among other capabilities) data from one object to another. It can be very useful when developing multi-layered applications."
},
{
"name": "Histryx",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Histryx is already EOL, please dont use it anymore for new project"
},
{
"name": "Feign",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "Histryx is already EOL, Feign use Histryx, please don't use it anymore for new project"
},
{
"name": "RxJava 1/2",
"ring": "hold",
"quadrant": "Languages and Frameworks",
"isNew": "FALSE",
"description": "For new project, please use Project Reactor"
},
{
"name": "Blibli Data Migration",
"ring": "adopt",
"quadrant": "Tools",
"isNew": "FALSE",
"description": "<a href='https://github.com/bliblidotcom/data-migration'>Blibli Data Migration</a> is our main library for create database migration, it support PostgreSQL, MongoDB and Elasticsearch"
},
{
"name": "Mongobee",
"ring": "hold",
"quadrant": "Tools",
"isNew": "FALSE",
"description": "Mongobee is data migratin for MongoDB, we are not using this anymore, please use Blibli Data Migration"
},
{
"name": "Mongock",
"ring": "hold",
"quadrant": "Tools",
"isNew": "FALSE",
"description": "Mongock is data migratin for MongoDB, we are not using this anymore, please use Blibli Data Migration"
},
{
"name": "Flyway",
"ring": "hold",
"quadrant": "Tools",
"isNew": "FALSE",
"description": "Flyway is data migration for Relational DB, we are not using this anymore, please use Blibli Data Migration"
},
{
"name": "Apache Maven",
"ring": "adopt",
"quadrant": "Tools",
"isNew": "FALSE",
"description": "Apache Maven is our main build tool for backend"
},
{
"name": "Monolith Architecture",
"ring": "hold",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Monolith Architecture"
},
{
"name": "Microservices Architecture",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Microservices Architecture"
},
{
"name": "Event-Driven Architecture",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Event-Driven Architecture"
},
{
"name": "Reactive Programming",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Reactive Programming"
},
{
"name": "Non-Blocking IO",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Non-Blocking IO"
},
{
"name": "Virtual Thread",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "TRUE",
"description": "Virtual Thread"
},
{
"name": "Dependency Injection",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Dependency Injection"
},
{
"name": "CQRS",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Command Query Responsibility Segregation"
},
{
"name": "API Gateway",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "API Gateway"
},
{
"name": "Backend for Frontend",
"ring": "hold",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Backend for Frontend"
},
{
"name": "Circuit Breaker",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Circuit Breaker"
},
{
"name": "Client Side Discovery",
"ring": "hold",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Circuit Breaker"
},
{
"name": "Distributed Tracing",
"ring": "trial",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Distributed Tracing"
},
{
"name": "Service / Facade Patterns",
"ring": "hold",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Service / Facade Patterns"
},
{
"name": "Command Patterns",
"ring": "adopt",
"quadrant": "Techniques",
"isNew": "FALSE",
"description": "Command Patterns"
}
]