FiveonefourFiveonefour
Fiveonefour Docs
MooseStackTemplatesGuides
Release Notes
Source514
  1. MooseStack
  2. Configuration
  3. Feature Flags

Feature Flags

Enable or disable specific Moose capabilities to tailor the runtime to your needs.

Configuration Source

Feature flags can be toggled in moose.config.toml for project-wide defaults, or overridden via environment variables (e.g., MOOSE_FEATURES__WORKFLOWS=true) for specific environments.

moose.config.toml
[features]# Enable the streaming engine (Default: true)streaming_engine = true# Enable Temporal workflows (Default: false)workflows = false# Enable OLAP database (Default: true)olap = true# Enable Analytics APIs server (Default: true)apis = true# Enable data model V2 (Default: true)data_model_v2 = true# Enable DDL plan execution (Default: false)ddl_plan = false
FlagEnv VariableDefaultDescription
streaming_engineMOOSE_FEATURES__STREAMING_ENGINEtrueEnables Redpanda/Kafka integration and streaming functions.
workflowsMOOSE_FEATURES__WORKFLOWS
false
Enables Temporal workflow integration.
olapMOOSE_FEATURES__OLAPtrueEnables ClickHouse integration and management.
apisMOOSE_FEATURES__APIStrueEnables the API server for ingestion and consumption endpoints.
data_model_v2MOOSE_FEATURES__DATA_MODEL_V2trueEnables the next-generation data modeling system.
ddl_planMOOSE_FEATURES__DDL_PLANfalseRequires explicit approval for DDL changes.
  • Overview
Build a New App
  • 5 Minute Quickstart
  • Browse Templates
  • Existing ClickHouse
Add to Existing App
  • Next.js
  • Fastify
Fundamentals
  • Moose Runtime
  • MooseDev MCP
  • Data Modeling
Moose Modules
  • Moose OLAP
  • Moose Streaming
  • Moose Workflows
  • Moose APIs & Web Apps
Deployment & Lifecycle
  • Moose Migrate
  • Moose Deploy
Reference
  • API Reference
  • Data Types
  • Table Engines
  • CLI
  • Configuration
    • Core Settings
    • Project Settings
    • TypeScript
    • Telemetry
    • Git
    • Features
    • Migrations
    • Infrastructure
    • ClickHouse
    • Redpanda
    • Redis
    • Temporal
    • HTTP Server
    • State Storage
    • Security
    • JWT
    • Admin API
    • Development
    • Dev Environment
  • Observability Metrics
  • Help
  • Release Notes
Contribution
  • Documentation
  • Framework