bptlab / cepta

CEPTA - Complex Event Processing Transportation Analysis
https://bptlab.github.io/cepta
MIT License
12 stars 1 forks source link

[13] Connect written microservices in one architecture #95

Closed leopetter closed 4 years ago

leopetter commented 4 years ago

As a

Developer

I want

to build the microservice architecture from the written services

Because

I want a seemless transition from our existing backend to our new one

Prerequisite

Tasks

Acceptance Criteria

romnn commented 4 years ago

I will be looking into using go as our primary choice for microservices. So far, the focus of research is about how to structure microservices inside our monorepo while still keeping a small footprint.

See here for a discussion about module management.

romnn commented 4 years ago

Completed with merge of #137