Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Mar 28, 2024
1 parent 7d44a28 commit f28f6eb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions federation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ cd quickstarts/federation
spice login dremio -u demo -p demo1234
```

**Step 3.** Start a local PostgreSQL instance loaded with demo data via Docker Compose:

```bash
make
```

**Step 3.** Start the Spice runtime.

```bash
Expand Down Expand Up @@ -57,4 +63,10 @@ SELECT SUM(sales) as total_sales,
MAX(sales) AS max_sale,
AVG(sales) AS avg_sale
FROM all_sales
```

**Step 7.** Clean up the demo environment:

```bash
make clean
```

0 comments on commit f28f6eb

Please sign in to comment.