An open API service indexing awesome lists of open source software.

https://github.com/goldmansachs/obevo-kata

Code Kata to learn about the Obevo database deployment utility (https://github.com/goldmansachs/obevo)
https://github.com/goldmansachs/obevo-kata

database-migrations kata obevo

Last synced: 6 months ago
JSON representation

Code Kata to learn about the Obevo database deployment utility (https://github.com/goldmansachs/obevo)

Awesome Lists containing this project

README

          

# Welcome to the Obevo Kata

[![Build Status](https://travis-ci.org/goldmansachs/obevo-kata.svg?branch=master)](https://travis-ci.org/goldmansachs/obevo-kata) [![Apache License](https://img.shields.io/badge/License-Apache%202-blue.svg)](LICENSE.txt)

This is an example project to help you learn how to use the [Obevo](https://github.com/goldmansachs/obevo) database deployment tool.

------

|Lesson|Description|
|---|---|
|[Setup the Kata](internal/doc/kata-setup.md)|Setup a local HSQLDB instance for usage in the subsequent katas|
|[Kata Lesson 1 - Intro and Deploy](internal/doc/kata1-deploy-new-system.md)|Setup and deploy a new database|
|[Kata Lesson 2 - Reverse Engineer](internal/doc/kata2-reverse-engineering.md)|Reverse-engineer an existing database|
|[Kata Lesson 3 - ORM](internal/doc/kata3-orm-integration.md)|Integrate your ORM model with your database code|

------

The intro lessons should be taken first. Other lessons can be done in any order.