Short little demo of titan and liquibase
This repo is just contains the setup to simplify the titan and liquibase demonstration as outlined in Robert Reeve's Medium post
This repo was constructed and intended for MacOs, and may not work with other *nix variants.
- Docker Desktop should be installed and running on your Mac
- Titan should be downloaded and installed
- Valid awscli credentials installed and configured (required for reading public s3 buckets). AWS credentials are configured through the standard means (environment variables or .aws config files).
- Clone this repo
- Download the postgres jar for Java 8 into the jdbc directory
- Open a terminal and navigate into the project directory
- Set your JAR variable to the name of that file, i.e.
JAR=postgresql-42.2.8.jar
- Follow the demo steps
Include useful links to references or more advanced guides.
Issues should be reported in the repo's issue tab.
This software is provided as-is, without warranty of any kind or commercial support through Delphix. See the associated license for additional details. Questions, issues, feature requests, and contributions should be directed to the repo's issue tab.
This is code is licensed under the Apache License 2.0. Full license is available here.