No description
  • Rust 72.6%
  • Nix 27.4%
Find a file
Christian Lengert 9ac4ec7c99 init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus
Rust service using Rocket + rocket_okapi + rocket_prometheus exposing
OGC API Features Part 1 (collections, items, single feature). Backend
is abstracted behind a CollectionConnector trait; DuckDB stub wired in
as the default connector. flake.nix mirrors feeder's crane + rust-overlay
pattern; module.nix provides a NixOS systemd service (services.ogcApi).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-08-02 10:42:43 +02:00
src init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus 2026-08-02 10:42:43 +02:00
.gitignore init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus 2026-08-02 10:42:43 +02:00
Cargo.toml init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus 2026-08-02 10:42:43 +02:00
flake.nix init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus 2026-08-02 10:42:43 +02:00
module.nix init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus 2026-08-02 10:42:43 +02:00
rust-toolchain.toml init: OGC API Features skeleton with Rocket, OpenAPI, Prometheus 2026-08-02 10:42:43 +02:00