5.2.2. gemini_framework.app

Boot and run a Gemini Framework plant.

Reads project path and plant name from environment or arguments, boots the plant and executes one processing step.

Classes

App(project_path, plant_name)

Runner that boots a plant and executes one step.

class gemini_framework.app.App(project_path, plant_name)[source]

Bases: object

Runner that boots a plant and executes one step.

Initialize application with project path and plant name.

boot()[source]

Initialize plant and main module from configuration.

quit()[source]

Disconnect from databases and cleanup.

step()[source]

Execute one processing step across all modules.