51 lines
968 B
Markdown
51 lines
968 B
Markdown
|
|
# puzzle_db
|
||
|
|
|
||
|
|
## Description
|
||
|
|
Simple docker example of Postgresql, PgAdmin, and imported data from a .csv.
|
||
|
|
The .csv is from the [Lichess Puzzle Database](https://database.lichess.org/#puzzles)
|
||
|
|
but is truncated for practicality.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Table of Contents
|
||
|
|
|
||
|
|
* [Features](#features)
|
||
|
|
* [Todos](#todos)
|
||
|
|
* [Usage](#usage)
|
||
|
|
* [Acknowledgments](#acknowledgments)
|
||
|
|
* [License](#license)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Features
|
||
|
|
|
||
|
|
- [x] PgAdmin Webportal
|
||
|
|
- [x] Automatic server creation
|
||
|
|
- [x] Automatic database / table creation
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Todos
|
||
|
|
|
||
|
|
* [ ] Add fastify container
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Acknowledgments
|
||
|
|
|
||
|
|
[Tom Preston-Werner README Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development)<br>
|
||
|
|
[Make a README](https://www.makeareadme.com/)<br>
|
||
|
|
[Choose a LICENSE](https://choosealicense.com/)<br>
|
||
|
|
[Lichess Puzzle Database](https://database.lichess.org/#puzzles)
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
This project is licensed under the MIT License - see the [LICENSE] file for details.
|
||
|
|
|