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)
- Host: GitHub
- URL: https://github.com/goldmansachs/obevo-kata
- Owner: goldmansachs
- License: apache-2.0
- Created: 2017-04-18T15:24:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T19:24:34.000Z (over 3 years ago)
- Last Synced: 2025-05-13T14:36:25.071Z (about 1 year ago)
- Topics: database-migrations, kata, obevo
- Language: TSQL
- Homepage:
- Size: 4.92 MB
- Stars: 31
- Watchers: 12
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Welcome to the Obevo Kata
[](https://travis-ci.org/goldmansachs/obevo-kata) [](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.