2 Components
Type | Name | Tags | Teams | Description |
---|---|---|---|---|
spa | Kronicle App |
frontend
gradle: 7.4
spring-boot: 2.7.1
guava: 31.0.1-jre
zipkin-brave: 5.13.9
jackson: 2.13.3
spring-cloud: 2021.0.3
lombok: 1.18.24, 1.18.22
vue: 2.6.14
nuxt: 2.15.8 | The Single Page App (SPA) for Kronicle's UI. kronicle-app hosts the whole web UI for Kroncile | |
microservice | Kronicle Service |
backend
gradle: 7.4
spring-boot: 2.7.1
guava: 31.0.1-jre
zipkin-brave: 5.13.9
jackson: 2.13.3
spring-cloud: 2021.0.3
lombok: 1.18.24, 1.18.22
vue: 2.6.14
nuxt: 2.15.8 | The microservice that powers Kronicle. All the data collection (scanning) and processing is performed in this microservice, with kronicle-app then responsible for placing a web UI on top of that |