Skip to content

cockroachlabs/cockroach-university-apps

Repository files navigation

Third Party Apps for Cockroach University and ILT Courses

This repository contains apps that are used in some courses as helpers for the Labs.

Usage.

  • To add a new app, create the folder name and then your source code.

GitHub Actions

  • Create your own Github Action in the .github/workflows/ directory.
  • Use tags following the pattern: <app_name>-vMajor.minor.fix. (e.g. migration-v0.0.1)