Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Utilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A framework for running end-to-end distributed systems experiments on CloudLab,
- **Local Machine:**
- Ubuntu
- Python 3.8+
- Local clone of `asap-internal` repo (at `$REPO_ROOT`)
- Local clone of `ASAPQuery` repo (at `$REPO_ROOT`)

- **CloudLab:**
- Active experiment with N nodes
Expand Down
2 changes: 1 addition & 1 deletion docs/01-getting-started/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ graph LR
## Repository Structure

```
asap-internal/
ASAPQuery/
├── QueryEngineRust/ # Rust query processor
│ ├── src/
│ │ ├── drivers/ # Ingest, query adapters, servers
Expand Down
2 changes: 1 addition & 1 deletion docs/01-getting-started/local-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pre-commit hooks ensure code quality before committing.
pip3 install pre-commit

# Install hooks (run from repo root)
cd /path/to/asap-internal
cd /path/to/ASAPQuery
pre-commit install
```

Expand Down