ardanlabs / service

Starter-kit for writing services in Go using Kubernetes.
https://www.ardanlabs.com
Apache License 2.0
3.4k stars 613 forks source link

Use in ( grpc , graphql ) Codebase #354

Closed mrbardia72 closed 3 months ago

mrbardia72 commented 3 months ago

Hi Kennedy It is possible to include in this code base how to use the following items To see how and where these things should be observed in the base code

  1. grpc
  2. qraphql
ardan-bkennedy commented 3 months ago

There is no need for grpc since there is no need for service to service communication.

The storage packages can be written to use GraphQL instead of SQL. I've done that in a previous project.