🌾 Kornkraft Artikel Server
Efficient product catalog API powered by Go on GCP Cloud Functions
📍 API Endpoints
GET /artikel?artnr=<article_number>
Retrieve product details by article number
⚙️ Features
- Efficient streaming JSON parser for 6MB+ catalogs
- Cloud Storage integration for scalability
- Thread-safe concurrent request handling
- Responsive HTML templates
- Minimal memory footprint (256MB)
- Packaging weight calculation
📊 Query Parameters
artnr (required)
Article number to look up in the catalog
✓ Server is running on GCP Cloud Functions