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
1,377 changes: 18 additions & 1,359 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ members = [
"domains/games/apps/wordchains",
"domains/platform/protos/example_grpc",
"domains/platform/protos/doc_db",
"domains/games/apis/motif_query",
]

[workspace.package]
Expand Down Expand Up @@ -70,7 +69,6 @@ rustyline = "17.0.2"
tokenizers = { version = "0.22.2", default-features = false, features = ["fancy-regex"] }
tower_governor = "0.8.0"
wordchains = { path = "domains/games/libs/wordchains" }
datafusion = "52"
opentelemetry = { version = "0.31", features = ["metrics"] }
opentelemetry_sdk = { version = "0.31", features = ["metrics"] }
opentelemetry-otlp = { version = "0.31", default-features = false, features = ["metrics", "http-proto", "reqwest-blocking-client"] }
1,197 changes: 13 additions & 1,184 deletions MODULE.bazel.lock

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions deploy/consolidated/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,30 +198,6 @@ services:
retries: 3
start_period: 15s

motif-query:
image: ghcr.io/muchq/motif-query:latest
restart: always
ports:
- "8089:8089"
environment:
- PORT=8089
- PARQUET_DATA_DIR=/data/parquet
volumes:
- motif_query_data:/data
networks:
- app_network
deploy:
resources:
limits:
cpus: '0.5'
memory: 512M
healthcheck:
test: ["CMD", "curl", "-sf", "-H", "Accept: application/json", "http://localhost:8089/health"]
interval: 30s
timeout: 5s
retries: 3
start_period: 10s

microgpt-serve:
image: ghcr.io/muchq/microgpt-serve:latest
restart: always
Expand Down Expand Up @@ -270,7 +246,6 @@ volumes:
caddy_config:
forgejo_data:
one_d4_pgdata:
motif_query_data:

networks:
app_network:
Expand Down
30 changes: 0 additions & 30 deletions domains/games/apis/motif_query/BUILD.bazel

This file was deleted.

25 changes: 0 additions & 25 deletions domains/games/apis/motif_query/Cargo.toml

This file was deleted.

Loading
Loading