go-saas / saas

go data framework for saas(multi-tenancy)
MIT License
245 stars 42 forks source link

Microservices Example #9

Open ppusapati opened 1 year ago

ppusapati commented 1 year ago

Is there a simple microservices example? Kratos example is more complex with authentication, authorization and event sourcing.

goxiaoy commented 1 year ago

What feature do you request in this microservices example? Or what problem are you facing when apply this package to microservices?

This package provide a common pattern for resolving tenant and data isolation. You just need to apply the same logic in each standalone service or in the gateway. There is no big difference with monolithic

qcz-cell commented 1 year ago

Do you have any detailed operation documents? If so, please provide them. Thank you very much!