Conversation
…indings, and Angular frontend Co-authored-by: ChristianBeilschmidt <4947061+ChristianBeilschmidt@users.noreply.github.com>
Co-authored-by: ChristianBeilschmidt <4947061+ChristianBeilschmidt@users.noreply.github.com>
Co-authored-by: ChristianBeilschmidt <4947061+ChristianBeilschmidt@users.noreply.github.com>
Copilot
AI
changed the title
Monorepo with
- Rust project for a biodiversity indicator service, using geoengine API and georust/ogcapi.
- OpenAPI bindings for typescript, based on Rust service
- Angular/Typescript project which uses OpenAPI bindings
- .gitignore that covers all t...
Implement complete BioIS monorepo with Rust service, TypeScript bindings, and Angular frontend
Sep 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a production-ready monorepo structure for the Biodiversity Indicator Service (BioIS) with three integrated components:
🏗️ Architecture
🚀 What's Included
1. Rust Biodiversity Indicator Service (
service/)/swagger-uifor interactive API documentationGET /health- Health checkGET /indicators- List available biodiversity indicatorsPOST /indicators/calculate- Calculate indicators for geographic areas2. TypeScript OpenAPI Bindings (
bindings/)@biois/bindings3. Angular Frontend (
frontend/)4. CI/CD Pipeline (
.github/workflows/ci.yml)GitHub Actions workflow with three sequential jobs:
Includes caching for npm and Rust toolchain to speed up builds.
5. Comprehensive Documentation
6. Developer Tools
build-all.sh- One command to build the entire monorepotest-all.sh- Run all tests across all components.gitignorecovering Rust, Node.js, and Angular artifacts🎯 Key Features
🚦 Quick Start
📊 Development Workflow
Changes to the API are type-checked across the entire stack!
🔜 Ready for Enhancement
The structure is prepared for:
✅ Testing
All components build and test successfully:
cargo build && cargo test && cargo clippynpm run buildnpm run buildThe CI pipeline validates the entire build chain on every commit.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.