MCPcopy Create free account
hub / github.com/514-labs/moosestack

github.com/514-labs/moosestack @v0.6.533-ci-2-g067c603bc

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.6.533-ci-2-g067c603bc ↗ · + Follow
9,208 symbols 30,526 edges 1,293 files ⚖ MIT 2,392 documented · 26% updated 53d agov0.6.533-ci-2-g067c603bc · 2026-05-21★ 5861 open issues

Browse by type

Functions 7,253 Types & classes 1,939 Endpoints 16
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

moose logo

Made by Fiveonefour NPM Version MooseStack Community Docs MIT license

MooseStack

The developer agent harness for ClickHouse — MooseStack gives your AI coding agents the interfaces, context, code, and skills to build and ship applications on popular OSS realtime analytical infrastructure: safely, efficiently, and effectively. Including: - ClickHouse (realtime OLAP) - Redpanda (streaming) - Temporal (workflow orchestration) - Redis (internal state)

Generalist coding agents like Claude Code, Cursor, and Copilot work well for most coding tasks. But ClickHouse and realtime analytical infrastructure are specialized terrain. MooseStack sits between your agent and your data stack, and enables your agent to handle the stickiest parts of building out applications on real time analytical infra. Think: - Optimizing data models & queries for OLAP - Managing schema changes and migrations - Building out realtime streaming ETL/ELT data pipelines - Integrating analytics into your frontend application layer

MooseStack agent harness diagram

How it works

In short, when everything is code, coding agents can thrive.

  • Dev framework & CLI: AI-friendly framework and CLI enable coding agents to iterate quickly and safely on your analytical workloads
  • Local-first experience: Full mirror of production environment on your laptop with moose dev
  • Schema & migration management: Typed schemas in your application code, with automated schema migration support
  • Code‑first infrastructure: Declare tables, streams, workflows, and APIs in TS/Python -> MooseStack wires it all up
  • Git-native development: Version control, collaboration, and governance built-in
  • Modular design: Only enable the modules you need. Each module is independent and can be adopted incrementally

Tooling:

Modules:

  • Moose OLAP: Manage ClickHouse tables, materialized views, and migrations in code.
  • Moose Streaming: Real‑time ingest buffers and streaming transformation functions with Kafka/Redpanda.
  • Moose Workflows: ETL pipelines and tasks with Temporal.
  • Moose APIs and Web apps: Type‑safe ingestion and query endpoints, code-first semantic layer, and bring your own API framework (Nextjs, Express, FastAPI, Fastify, etc.)

Get Started

Deploy to Production

Fiveonefour hosting

The fastest way to deploy your MooseStack application is with hosting from Fiveonefour, the creators of MooseStack. Fiveonefour provides automated preview branches, managed schema migrations, deep integration with GitHub and CI/CD, and an agentic harness for your realtime analytical infrastructure in the cloud.

Get started with Fiveonefour hosting →

Deploy Yourself

MooseStack is open source and can be self-hosted. If you're only using MooseOLAP, you can use the Moose library in your app for schema management, migrations, and typed queries on your ClickHouse database without deploying the Moose runtime. For detailed self-hosting instructions, see our deployment documentation.

Community

Join us on Slack

Contributing

We welcome contributions! See the contribution guidelines.

License

MooseStack is open source software and MIT licensed.

Extension points exported contracts — how you extend this code

browse all types & interfaces →

Core symbols most depended-on inside this repo

browse all functions →

Shape

Function 5,572
Method 1,681
Class 977
Interface 753
Enum 209
Route 16

Languages

Rust54%
TypeScript34%
Python12%

Modules by API surface

apps/framework-cli/src/framework/core/infrastructure_map.rs266 symbols
apps/framework-cli/src/infrastructure/olap/clickhouse/queries.rs182 symbols
apps/framework-cli/src/infrastructure/olap/clickhouse/sql_parser.rs155 symbols
apps/framework-cli/src/infrastructure/olap/ddl_ordering.rs115 symbols
apps/framework-cli/src/framework/core/infrastructure/dictionary.rs115 symbols
apps/framework-cli/src/infrastructure/olap/clickhouse/mod.rs110 symbols
apps/framework-cli/src/cli/local_webserver.rs98 symbols
packages/py-moose-lib/tests/test_olap_dictionary.py91 symbols
apps/framework-cli/src/infrastructure/olap/clickhouse/type_parser.rs87 symbols
apps/framework-cli/src/framework/core/infrastructure/table.rs85 symbols
apps/framework-cli/src/infrastructure/olap/clickhouse/diff_strategy.rs76 symbols
apps/framework-cli/src/utilities/validate_passthrough.rs74 symbols

Datastores touched

dbDatabase · 1 repos

For agents

$ claude mcp add moosestack \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page