README
Esta página aún no está disponible en tu idioma.
Documentation
Section titled “Documentation”This directory contains additional documentation and guides for developing Nekazari modules.
Quick Reference
Section titled “Quick Reference”- Quick Reference Guide - Common code snippets and quick lookup
- SDK usage examples
- UI component examples
- API endpoints
- Manifest.json structure
Testing
Section titled “Testing”- Testing Guide - How to test your module locally
- Orion-LD first workflow (no SQL runtime state)
- API + worker validation flow
- Test commands for backend and frontend
- Migration script usage
Architecture Notes (2026 refactor)
Section titled “Architecture Notes (2026 refactor)”- Runtime state (
jobs,layers) is persisted in Orion-LD only. - PostgreSQL runtime writes were removed from API/worker flow.
- Coverage lookup is loaded from a read-only GeoJSON catalog (
COVERAGE_INDEX_GEOJSON_PATH). - Tiles are stored in MinIO and referenced in Orion-LD DigitalAsset entities.
External Resources
Section titled “External Resources”For complete documentation, see:
- External Developer Guide - Complete guide with all details
- API Integration Guide - API endpoints and data models
- SDK NPM Package - SDK package documentation
- UI-Kit NPM Package - UI components documentation
Support
Section titled “Support”- Email: developers@nekazari.com
- Issues: Report via GitHub (if applicable)