Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudibroekhuizen/docker-compose-kasboek
Get insight in your bank transactions. Search and display using PostgreSQL and Grafana.
https://github.com/rudibroekhuizen/docker-compose-kasboek
bank dashboard grafana search transactions
Last synced: about 7 hours ago
JSON representation
Get insight in your bank transactions. Search and display using PostgreSQL and Grafana.
- Host: GitHub
- URL: https://github.com/rudibroekhuizen/docker-compose-kasboek
- Owner: rudibroekhuizen
- Created: 2018-11-29T10:25:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T20:25:24.000Z (9 months ago)
- Last Synced: 2024-03-17T14:54:31.770Z (8 months ago)
- Topics: bank, dashboard, grafana, search, transactions
- Language: PLpgSQL
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kasboek
Geeft inzicht in banktransacties. Gebruikt PostgreSQL en Grafana voor zoeken en tonen van gegevens.
## Gebruik
Start de containers:
```sh
docker-compose up -d
```Upload .csv file via http://localhost:9000/minio/kasboek/.
Verbind met de database:
```sh
docker-compose exec postgres bash -c 'psql -d kasboek -U $POSTGRES_USER $POSTGRES_DB'
```Importeer transacties ING:
```sh
CALL copy_from_ing('/mnt/miniodata/kasboek/transacties_ing.csv');
```Importeer transacties ASN:
```sh
CALL copy_from_asn('/mnt/miniodata/kasboek/transacties_asn.csv');
```Browse naar het dashboard http://localhost:3000/dashboards.