https://github.com/sourceallies/random_sql_data
https://github.com/sourceallies/random_sql_data
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sourceallies/random_sql_data
- Owner: sourceallies
- Created: 2023-08-03T16:49:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T17:16:16.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T22:23:13.579Z (about 2 years ago)
- Language: Python
- Size: 40.8 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements:
Docker + Docker Compose
## Setup:
Run the following command.
```shell
$ docker compose up
```
This will create the database and seed the data. This may take a minute or two to complete.
Use the following command to stop the container without deleting the data:
```shell
$ docker compose stop
```