Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Gyrex/Multi Tenancy Use Cases

< Gyrex
Revision as of 11:55, 3 November 2013 by Gunnar.wagenknecht.org (Talk | contribs) (started page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Gyrex
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File

Multi-tenancy in Gyrex is available using the context runtime, which provides a lot flexibility. This page lists a few multi-tenancy use cases and explains how they are supported in Gyrex.

Managing Tenants

Tenants can be managed programmatically using a Gyrex APIs, administered via the command line or using a web browser through the Gyrex Admin Console.

Create Tenants using Gyrex Admin

Before you start creating tenants you need to think about the structure. Tenants can be organized hierarchically in Gyrex. The ROOT is represented using a simple slash (/). We recommend to create another hierarchy between the root and a tenant which identifies a common relationships of all the tenants. For example, if you are building a blogging muti-tenant blogging system, the common relationship for all tenants is typically you: the vendor of the system.



Multi-Tenant Web APIs

Back to the top