-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Architecture Design #39
Comments
Thanks for you interest |
Thanks for your reply,
With your experience what would be better a single postgresql cluster or for let say client Pod a database inside the pod.
Actually I'm not talking about odoo.sh but the self service concept were the user pick their on module and then the database is created with that modules. We already create a template from a sale order were each product that represents a app is mapped to a module. We are very interested in this module and we may contribute. that's why I'm questioning. Thank you. |
Is this module vision to be a manual SaaS or automated, like self service? |
I'd prefer separate postgres cluster to have possibility to scale it separately from Odoo
Yes, that's possible. You create a template with base module, then saas make a build out of it and then "Post Init" code installs extra modules or makes any other kind of additional customization |
We mostly focuse on self-service ( |
You can start contribute with small tasks you can find in README files. The big task is described in #49 |
I have being testing the Saas Addons and I would like to be discuss some of design concepts.
My questions are just to understand what is you design concept for the future. We have being developed the kubernete and we are already able to create Pods from Odoo.
Regards
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: