MCPcopy Index your code
hub / github.com/bbox-services/bbox

github.com/bbox-services/bbox @v2023.03.14.01

Chat with this repo
repository ↗ · DeepWiki ↗ · release v2023.03.14.01 ↗ · + Follow
649 symbols 1,123 edges 105 files 89 documented · 14% 8 cross-repo links updated 9mo agov0.6.2 · 2024-11-14★ 16421 open issues

Browse by type

Functions 389 Types & classes 260
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BBOX services

Composable spatial services.

Features: * OGC WMS Server (backends: QGIS Server + UNN Mapserver) * Built-in map viewer * Static file server * Instrumentation: Prometheus and Jaeger tracing * Healths endpoints for Kubernetes hosting

Components: * BBOX map server * BBOX map viewer * BBOX OGC API Features service * BBOX file server

Build and run

cd bbox-server
cargo install --all-features --path .
~/.cargo/bin/bbox-server

Docker

docker build -f ./Dockerfile-qgis-server -t bbox .

Run with environment variables:

docker run -p 8080:8080 -e BBOX_WEBSERVER__SERVER_ADDR=0.0.0.0:8080 bbox

Run with configuration file:

docker run -p 8080:8080 -v bbox.toml:/var/www/bbox.toml:ro bbox

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 242
Class 213
Function 147
Enum 36
Interface 11

Languages

Rust96%
Python4%

Modules by API surface

bbox-processes-server/src/dagster.rs31 symbols
bbox-processes-server/src/models.rs30 symbols
bbox-feature-server/codegen/server/src/models.rs26 symbols
bbox-map-server/src/fcgi_process.rs22 symbols
bbox-map-server/src/wms_fcgi_backend.rs20 symbols
bbox-feature-server/codegen/server/src/client/mod.rs19 symbols
bbox-map-server/src/wms_capabilities.rs18 symbols
bbox-routing-server/src/engine.rs17 symbols
bbox-map-server/qgis/plugins/Instrumentation/Instrumentation.py17 symbols
bbox-feature-server/codegen/server/src/lib.rs16 symbols
bbox-routing-server/src/endpoints.rs15 symbols
bbox-feature-server/src/inventory.rs15 symbols

Datastores touched

t_rex_testsDatabase · 1 repos
(mysql)Database · 1 repos
DBNAMEDatabase · 1 repos
windmillDatabase · 1 repos

For agents

$ claude mcp add bbox \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page