Page tree
Skip to end of metadata
Go to start of metadata

Quickstart

EVENTS-1 - Getting issue details... STATUS

Requirements




R1Register domain for hosting/dev namespace
R2Ideally embedded DB requested - I would go with a separate persistence container for CI/CD reasons
R3Data input (not specified) - will go with single record inputs
R4Schema not specified - will go with schema less key/value db
R5Reporting not specified beyond multiple report templates 






DevOps




Code Repohttps://github.com/obrienlabs/eventstream/issues/1
Image Registry
CI/CD
Production
Certificates

EVENTS-3 - Getting issue details... STATUS

Spring boot project

https://start.spring.io/


https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.4.3.RELEASE&packaging=jar&jvmVersion=11&groupId=systems.eventstream&artifactId=field&name=Field&description=Field%20EventStream&packageName=systems.eventstream.field&dependencies=devtools,actuator,codecentric-spring-boot-admin-server,web,thymeleaf,security,data-jpa,h2


Analysis

Go with what I know for now.  Spring boot REST template backend, gui template engine (no react/angular single page app yet).

Split out the interface and backend as usual for running batch/curl

DB persistence at least to the FS.

Design

  • No labels