chore: rename cameleer3 to cameleer
Rename Java packages from com.cameleer3 to com.cameleer, module directories from cameleer3-* to cameleer-*, and all references throughout workflows, Dockerfiles, docs, migrations, and pom.xml. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Cameleer3 Server — Capabilities Reference
|
||||
# Cameleer Server — Capabilities Reference
|
||||
|
||||
> Standalone reference for systems integrating with or managing Cameleer3 Server instances.
|
||||
> Standalone reference for systems integrating with or managing Cameleer Server instances.
|
||||
> Generated 2026-04-04. Source of truth: the codebase and OpenAPI spec at `/api/v1/api-docs`.
|
||||
|
||||
## What It Does
|
||||
|
||||
Cameleer3 Server is an observability platform for Apache Camel applications. It receives execution traces, metrics, logs, and route diagrams from instrumented Camel agents, stores them in ClickHouse, and serves a web UI for searching, visualizing, and controlling routes.
|
||||
Cameleer Server is an observability platform for Apache Camel applications. It receives execution traces, metrics, logs, and route diagrams from instrumented Camel agents, stores them in ClickHouse, and serves a web UI for searching, visualizing, and controlling routes.
|
||||
|
||||
**Core capabilities:**
|
||||
- Real-time execution tracing with processor-level detail
|
||||
@@ -393,7 +393,7 @@ Stats tables are fed by Materialized Views from base tables. Query with `-Merge(
|
||||
|
||||
Multi-stage Docker build: Maven 3.9 + JDK 17 (build) → JRE 17 (runtime). Port 8081. No default credentials baked in — all database config comes from env vars at runtime.
|
||||
|
||||
Registry: `gitea.siegeln.net/cameleer/cameleer3-server`
|
||||
Registry: `gitea.siegeln.net/cameleer/cameleer-server`
|
||||
|
||||
### Infrastructure Requirements
|
||||
|
||||
@@ -416,7 +416,7 @@ Registry: `gitea.siegeln.net/cameleer/cameleer3-server`
|
||||
| `CAMELEER_SERVER_CLICKHOUSE_URL` | No | `jdbc:clickhouse://localhost:8123/cameleer` | ClickHouse JDBC URL |
|
||||
| `CAMELEER_SERVER_CLICKHOUSE_USERNAME` | No | `default` | ClickHouse user |
|
||||
| `CAMELEER_SERVER_CLICKHOUSE_PASSWORD` | No | (empty) | ClickHouse password |
|
||||
| `SPRING_DATASOURCE_URL` | No | `jdbc:postgresql://localhost:5432/cameleer3` | PostgreSQL JDBC URL |
|
||||
| `SPRING_DATASOURCE_URL` | No | `jdbc:postgresql://localhost:5432/cameleer` | PostgreSQL JDBC URL |
|
||||
| `SPRING_DATASOURCE_USERNAME` | No | `cameleer` | PostgreSQL user |
|
||||
| `SPRING_DATASOURCE_PASSWORD` | No | `cameleer_dev` | PostgreSQL password |
|
||||
| `CAMELEER_SERVER_INGESTION_BODYSIZELIMIT` | No | `16384` | Max body size per execution (bytes) |
|
||||
|
||||
Reference in New Issue
Block a user