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:

  1. Simple Read Endpoint

  2. Simple Write Endpoint

  3. Adding Authentication

Ready for advanced topics? Continue with:

  1. Multi-Table Transactions

  2. Buffered Critical Operations

  3. Smart Queries with Buffering

Building observatory automation? See:

  1. Recording Observations

  2. Registering Data Files

  3. Service Scripts Best Practices

Building UI features? See:

  1. Dashboard Endpoints

  2. Visibility Calculations

  3. Transfer Monitoring

Prerequisites#

Before starting tutorials:

Next Steps#

Choose a tutorial category: