Multi Tenancy with Shared Data (OFBiz 18.12)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Multi Tenancy with Shared Data (OFBiz 18.12)

Sandeep Singh
Hi All,
          I am planning to use OFBiz in the multi-tenancy mode to support a
SAAS version of OFBiz serving different tenants. I understand how
multi-tenancy is implemented in OFBiz but would like to know if data can be
shared between tenants.

For example, sharing a party with all tenants. Is that possible? Has anyone
done such a thing?

And if not supported, can some suggest something that may help implement
this design.

Thanks
--Sandeep
*"What we want to see is the child in pursuit of knowledge, and not
knowledge in pursuit of the child." -George Bernard Shaw*
Reply | Threaded
Open this post in threaded view
|

Re: Multi Tenancy with Shared Data (OFBiz 18.12)

Rajesh Mallah
Hi ,

Yes we have used it in same manner.
For each tenant create a separate database and use the
in-built multitenant capability of ofbiz to associate the DB
with the HTTP Request (on tenant vhost)

Regds
Rajesh Mallah.



On Thu, Dec 3, 2020 at 11:03 AM Sandeep Singh <[hidden email]> wrote:

> Hi All,
>           I am planning to use OFBiz in the multi-tenancy mode to support a
> SAAS version of OFBiz serving different tenants. I understand how
> multi-tenancy is implemented in OFBiz but would like to know if data can be
> shared between tenants.
>
> For example, sharing a party with all tenants. Is that possible? Has anyone
> done such a thing?
>
> And if not supported, can some suggest something that may help implement
> this design.
>
> Thanks
> --Sandeep
> *"What we want to see is the child in pursuit of knowledge, and not
> knowledge in pursuit of the child." -George Bernard Shaw*
>
Reply | Threaded
Open this post in threaded view
|

Re: Multi Tenancy with Shared Data (OFBiz 18.12)

Sandeep Singh
Thanks Rajesh.

I have 2 more related questions.

1. Do the SOAP APIs honor multi tenancy too? If yes, how?
2. If there is some data that I want to share across tenants. Have you come
across this scenario? If yes, how did you solve it.

Thanks
--Sandeep

*"What we want to see is the child in pursuit of knowledge, and not
knowledge in pursuit of the child." -George Bernard Shaw*


On Thu, Dec 3, 2020 at 11:29 AM Rajesh Mallah <[hidden email]>
wrote:

> Hi ,
>
> Yes we have used it in same manner.
> For each tenant create a separate database and use the
> in-built multitenant capability of ofbiz to associate the DB
> with the HTTP Request (on tenant vhost)
>
> Regds
> Rajesh Mallah.
>
>
>
> On Thu, Dec 3, 2020 at 11:03 AM Sandeep Singh <[hidden email]> wrote:
>
> > Hi All,
> >           I am planning to use OFBiz in the multi-tenancy mode to
> support a
> > SAAS version of OFBiz serving different tenants. I understand how
> > multi-tenancy is implemented in OFBiz but would like to know if data can
> be
> > shared between tenants.
> >
> > For example, sharing a party with all tenants. Is that possible? Has
> anyone
> > done such a thing?
> >
> > And if not supported, can some suggest something that may help implement
> > this design.
> >
> > Thanks
> > --Sandeep
> > *"What we want to see is the child in pursuit of knowledge, and not
> > knowledge in pursuit of the child." -George Bernard Shaw*
> >
>