ugent-library / old-people-service

People service
Apache License 2.0
0 stars 0 forks source link

[OpenAPI] Replace the gRPC API with a RESTful API #18

Closed netsensei closed 1 year ago

netsensei commented 1 year ago

epic

The gRPC API allows anyone to interact with the People service. However, consuming and maintaing a gRPC API adds complexity:

The added benefits (point-to-point real time communication, low latency / high throughput, IPC) of choosing gRPC over a classic RESTful implementation are marginal within the business case of the People service.

The goal of this epic is to replace the gRPC API with a RESTful API.

Success criteria

Implementation suggestion

The implementation should follow the same implementation details as seen in the OAI service.