Tutorials#
Step-by-step guides for common development tasks with ops-db-api.
Overview#
These tutorials cover:
Simple Endpoints: Basic read/write endpoints with authentication
Complex Endpoints: Multi-table transactions, buffering, smart queries
Observatory Integration: Service scripts for telescope operations
UI Integration: Frontend integration patterns
Tutorial Path#
New to the API? Start with:
Ready for advanced topics? Continue with:
Building observatory automation? See:
Building UI features? See:
Prerequisites#
Before starting tutorials:
Completed Installation
Familiar with FastAPI basics
Understanding of Architecture Overview
Local development environment set up
Next Steps#
Choose a tutorial category:
Simple Endpoints - Basic endpoint development
Complex Endpoints - Advanced patterns
Observatory Integration - Automation scripts
UI Integration - Frontend integration