-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccelerator.json
More file actions
47 lines (47 loc) · 1.32 KB
/
accelerator.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
{
"name": "Axon4",
"shortName": "Axon4",
"description": "Axon Framework and Axon Server, using CQRS with MongoDB for event store and event sourcing",
"iconUrl": "http://www.harbormaster.ai/images/accelerators/axoniq.png",
"infoPageUrl": "https://harbormaster.ai/axon-techStack/",
"version": "0.8",
"appType": "restfulapi",
"releaseStatus": "production",
"techSourceType": "commercial",
"derivedFrom": "spring boot,react",
"supportsDocker": "true",
"supportsKubernetes": "true",
"productLineType": "Microservice",
"primaryVendor": "AxonIQ",
"languages": {
"language": [
{
"name": "java"
}
]
},
"techStack": {
"techStackComponent": [
{
"name": "spring boot",
"description": "RESTful API web services backend",
"appLayer": "presentation"
},
{
"name": "noqsl",
"description": "MongoDB",
"appLayer": "data"
},
{
"name": "junit",
"description": "JUnit to test core functionality",
"appLayer": "test"
},
{
"name": "maven",
"description": "build, commit, package, deploy, run module",
"appLayer": "build"
}
]
}
}