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
47 changes: 0 additions & 47 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ members = [
"asap-common/tests/compare_matched_tokens/rust_tests",
"asap-common/tests/compare_patterns",
"asap-query-engine",
"asap-planner-rs",
]

[workspace.package]
Expand Down Expand Up @@ -54,5 +53,4 @@ sql_utilities = { path = "asap-common/dependencies/rs/sql_utilities" }
asap_types = { path = "asap-common/dependencies/rs/asap_types" }
datafusion_summary_library = { path = "asap-common/dependencies/rs/datafusion_summary_library" }
elastic_dsl_utilities = { path = "asap-common/dependencies/rs/elastic_dsl_utilities" }
asap_planner = { path = "asap-planner-rs" }
indexmap = { version = "2.0", features = ["serde"] }
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@ ASAPQuery-backend/
│ # (Arroyo pipelines for users who
│ # prefer it over canonical OTLP
│ # ingest from ASAPCollector)
├── asap-planner-rs/ # CLI tool — `bin/asap-planner` only.
│ # Library code that previously planned
│ # sketch placement was migrated into
│ # the ASAPCollector controller (see
│ # "Where the planner lives" below).
└── docs/ # Design docs
```

Expand All @@ -126,10 +121,12 @@ each push without restart. ASAPQuery-backend is therefore mostly an
**executor** — it ingests sketches, evaluates queries, and dispatches
based on the controller-emitted routing table.

The legacy `asap-planner-rs` library (which had its own pattern
matchers) was migrated into the controller. The CLI binary
(`bin/asap-planner`) is retained for external users who script
against the planner from the command line.
The legacy `asap-planner-rs` workspace member (library + CLI) was
deleted in Phase γ — its 5 PromQL pattern matchers and 11
archive-only intents now live in the ASAPCollector controller's L3 /
L4 stages. External users who previously scripted against
`bin/asap-planner` should drive the controller directly via its HTTP
API (or its own CLI surface — separate work item).

## Quick start

Expand Down
34 changes: 0 additions & 34 deletions asap-planner-rs/Cargo.toml

This file was deleted.

49 changes: 0 additions & 49 deletions asap-planner-rs/Dockerfile

This file was deleted.

19 changes: 0 additions & 19 deletions asap-planner-rs/controller-cli-compose.yml.j2

This file was deleted.

16 changes: 0 additions & 16 deletions asap-planner-rs/docker-compose.yml.j2

This file was deleted.

18 changes: 0 additions & 18 deletions asap-planner-rs/installation/install.sh

This file was deleted.

124 changes: 0 additions & 124 deletions asap-planner-rs/src/config/input.rs

This file was deleted.

2 changes: 0 additions & 2 deletions asap-planner-rs/src/config/mod.rs

This file was deleted.

Loading