frouioui / tagenal

Tagenal is a playground app using Vitess, Redis, Traefik and Jaeger on Kubernetes
https://frouioui.github.io/tagenal/
MIT License
7 stars 0 forks source link

Implementation of a users API service #19

Closed frouioui closed 3 years ago

frouioui commented 3 years ago

Implementation of an API which will handle all users logic. This very simple API will, for now, implement the HTTP protocol so it can easily be tested out, however once a frontend service is created we could restrict this API to using only gRPC and stay fully internal to the Kubernetes cluster.

This API must communicate with the Vitess Cluster, perform some basic insert operations (single and bulk), select operations, and update.

frouioui commented 3 years ago

24 contains part of the implementation.