From 00f40569c5d65c270ee48dd85162a669318d6717 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 16 Nov 2021 13:36:37 +0100 Subject: [PATCH] :whale: :memo: write about docker --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4bf742..61cc373 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R * Setup [Travis-CI build testing](https://docs.travis-ci.com/user/customizing-the-build/#building-specific-branches) * Add an [`.EditorConfig` file](https://editorconfig.org/) * **Documentation** - * Install & Run section (docker one-liner) + * Your repo should have a one-liner for isntallation andd running: (docker-compose.yml + `doco up`) ## Develop @@ -165,6 +165,9 @@ Context: * *Spectral*, a [diverging colormap from matplotlib](https://matplotlib.org/3.1.0/tutorials/colors/colormaps.html#diverging). * [Tikz Editor](https://tikzcd.yichuanshen.de) * Matplotlib [book of examples](https://raw.githubusercontent.com/rougier/scientific-visualization-book/master/pdf/book.pdf) +* **API** + * Requesting - use Python-[requests](https://docs.python-requests.org/en/latest/) + * * **Database / DataWarehouse** * PostgreSQL ([datetime functs](https://www.postgresql.org/docs/9.1/functions-datetime.html)) * Consider SQL (but [don't use `select *`](https://tanelpoder.com/posts/reasons-why-select-star-is-bad-for-sql-performance/))