Taipy Enterprise
Taipy Enterprise edition complements the Community edition by providing additional features implemented in packages that are available only when the Enterprise edition is installed.
Taipy Enterprise provides security to your application by providing authentication and authorization
features. Users of Taipy Enterprise applications can authenticate, and the application can use
the roles assigned to an authenticated user to change its behavior: give access to certain Taipy GUI
pages, read and write data nodes, or submit scenarios.
You can find the description of these features in the
Authentication and Authorization section.
With the Enterprise edition of Taipy, the persistence of Taipy entities can be achieved using the MongoDB database that improves performance, and simplifies backups and reliability. You can find the information on using MongoDB to manage the Taipy entities in this section.
Functions¶
export_scenario()
: Export all related entities of a scenario to an archive zip file.import_scenario()
: Import from an archive zip file containing an exported scenario into the current Taipy application.
Classes¶
ScheduledMethod
: A periodic scheduled method used by Taipy Scheduler. A scheduled method is usually created and returned by theScheduler.every()
method, which also defines itsinterval
.Scheduler
: Taipy Scheduler.