Skip to content
Merged

Fixes #231

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
5 changes: 5 additions & 0 deletions axum/polars-otel-shuttle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ An ETL pipeline using Polars for data processing and OpenTelemetry for observabi
## Running locally

**ETL benchmark:**

```bash
RUST_LOG=info cargo run --release --features bench-cli
```

**Web service:**

```bash
cargo run --release
```
Expand All @@ -38,6 +40,7 @@ shuttle deploy
## Observability

The service emits OpenTelemetry metrics:

- `monotonic_counter.http_requests_total` - Request counts
- `histogram.request_duration_ms` - Request latency
- `histogram.*_time_ms` - ETL stage timings
Expand All @@ -48,8 +51,10 @@ When deployed on Shuttle with Better Stack integration enabled, these automatica
## Configuration

**Environment variables:**

- `DATA_PATH` - Path to CSV file (default: `data/yellow_tripdata_2015-01.csv`)

**Features:**

- `bench-cli` - Enables local ETL benchmark
- `otel-otlp` - Enables OTLP export (for non-Shuttle deployments)
2 changes: 0 additions & 2 deletions axum/polars-otel-shuttle/Shuttle.toml

This file was deleted.

7 changes: 0 additions & 7 deletions templates.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ openai = "https://avatars.githubusercontent.com/u/14957082?v=4"
# fallback
shuttle = "https://avatars.githubusercontent.com/u/54710151?v=4"


## OFFICIAL STARTERS ##

[starters.actix-web-hello-world]
Expand Down Expand Up @@ -381,8 +380,6 @@ path = "mcp/mcp-sse-oauth"
use_cases = ["MCP", "AI", "AI Agents"]
tags = ["axum", "mcp", "sse", "oauth"]



## EXAMPLES ##

[examples.metadata]
Expand Down Expand Up @@ -427,12 +424,10 @@ path = "other/standalone-binary"
use_cases = []
tags = ["diy", "axum"]


## TUTORIALS ##

[tutorials]


## COMMUNITY TEMPLATES ##

# --- HOW TO ADD TO THE LIST ---
Expand Down Expand Up @@ -479,5 +474,3 @@ use_cases = ["Web app"]
tags = ["rocket", "yew"]
author = "wiseaidev"
repo = "https://github.com/wiseaidev/rocket-yew-starter-pack"