ardanlabs / service

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

Question about vproduct domain #405

Closed nhaancs closed 3 months ago

nhaancs commented 3 months ago

Thank you.

ardan-bkennedy commented 3 months ago

All of this is covered in the video and we have scholarships.

https://www.ardanlabs.com/training/individual-on-demand/ultimate-go-bundle/

TL;DR

In the end, you do not want to do cross-domain joins in Go. Do that stuff in the DB via views or even stored procedures.

nhaancs commented 3 months ago

Thank you