Skip to content

[Metadata] The microservices should split in sub folders #95

@LucasClaisse

Description

@LucasClaisse

The MS architecture does not seems right.

The MS should be compose of:

  • 1 main.py with a function call to init gRPC
  • 1 folder grpc with all the gRPC features
  • 1 folder handlers (if there are HTTP requests on the MS)
  • 1 folder internal with rhe internal function (often called by gRPC or kafka)
  • 1 folder data with all the data structures

The folder architecture should look like any other MS, even if it is in an other language.

Metadata

Metadata

Assignees

Labels

invalidThis doesn't seem rightrefactorLittle changes that won't affect the general usage

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions