Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multi-tenancy ? #336

Open
freefish1218 opened this issue Dec 16, 2021 · 5 comments
Open

support multi-tenancy ? #336

freefish1218 opened this issue Dec 16, 2021 · 5 comments

Comments

@freefish1218
Copy link

Is your feature request related to a problem? Please describe.
every customer has individual data set, we need different recommends result for each customer.

Describe the solution you'd like
add multi-tenancy feature

Thanks~

@zhenghaoz
Copy link
Collaborator

I think multi-tenancy should be implemented by a Kubernetes operator. However, I am still a newcomer in cloud native. Anyway, multi-tenancy could be supported in the future but not now. 😃

@freefish1218
Copy link
Author

I think multi-tenancy should be implemented by a Kubernetes operator. However, I am still a newcomer in cloud native. Anyway, multi-tenancy could be supported in the future but not now. 😃

Thank you for your reply!
Maybe I didn't express it clearly, I hope gorse can support the application of SaaS scene.
For example, add a corpid, and each corpid corresponds to a set of data sets, so that each corpid can be recommended separately

@Doctrs
Copy link

Doctrs commented Dec 6, 2022

This issue started a year ago. Do you have any plans about multi-tenancy now?

@zhenghaoz
Copy link
Collaborator

Helm charts are in development: https://github.com/gorse-io/charts

The multi-tenancy will be supported only after the release of Helm charts production version.

@cevin
Copy link

cevin commented Jun 11, 2024

The SaaS I understand, for example, might be as follows:

POST /api/user
{
  "Comment": "insect",
  "Labels": [
    "crocodilia",
  ],
  "Subscribe": [
    "fish",
  ],
  "UserId": "cat",
  "TenantId": "tenant_1"  <--
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants