Skip to content

messaging tweak #2209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions apps/framework-docs/src/pages/moose/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import { paths } from "@/lib/paths";

# Moose

Moose is an open source framework for developing data products & APIs on OLAP/streaming infra using native TypeScript/Python
Moose is an open source framework for building analytical backends on top of OLAP/streaming infra using native TypeScript/Python

<div className="flex flex-col md:flex-row gap-4 my-8">
<Link href={paths.quickstart}>
Expand Down Expand Up @@ -236,10 +236,18 @@ description: "See your changes reflected instantly throughout the stack",
]}
/>

Moose comes with a pre-configured and fully integrated data stack that runs entirely on your laptop. Spin it up with one command:
Moose comes with a pre-configured and fully integrated data stack that runs entirely on your laptop.

Install it with one command (requires Docker & Node 20+ | Python 3.12+):
```bash filename="Terminal" copy
bash -i <(curl -fsSL https://fiveonefour.com/install.sh) moose
```

Spin it up with one command:
```bash filename="Terminal" copy
moose dev
```

All the infrastructure is automatically spun up:
```txt
⡏ Starting local infrastructure
Expand Down
Loading