https://github.com/synthesized-io/tdk-tutorial-databases
Infrastructure for TDK tutorial
https://github.com/synthesized-io/tdk-tutorial-databases
Last synced: 4 days ago
JSON representation
Infrastructure for TDK tutorial
- Host: GitHub
- URL: https://github.com/synthesized-io/tdk-tutorial-databases
- Owner: synthesized-io
- Created: 2023-05-24T18:13:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T13:34:10.000Z (over 1 year ago)
- Last Synced: 2024-01-19T14:34:42.549Z (over 1 year ago)
- Language: PLpgSQL
- Size: 711 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tdk-tutorial-databases
This repository contains the infrastructure needed to work with [TDK Tutorials](https://docs.synthesized.io/tdk/latest/user_guide/tutorial/configuration)
Simply type `docker-compose run databases` in your favorite terminal, wait for 2-3 seconds, and a Docker whale will report that both databases and preconfigured [pgAdmin](https://www.pgadmin.org) have been spun up and are ready for interaction:
```shell
_________________________________________
/ Both the source and target databases \
| have been started on |
| |
| port 6000 and 6001 respectively, and |
| are ready for TDK exercises! |
| |
| To check it out with pgAdmin, simply go |
| to this link: |
| |
| http://localhost:8888 and use |
\ 'postgres' as the password. /
-----------------------------------------
\
\
\
## .
## ## ## ==
## ## ## ## ===
/""""""""""""""""___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~
\______ o __/
\ \ __/
\____\______/
```