Skip to content

Get insight in your bank transactions. Search and display using PostgreSQL and Grafana.

Notifications You must be signed in to change notification settings

rudibroekhuizen/docker-compose-kasboek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kasboek

Geeft inzicht in banktransacties. Gebruikt PostgreSQL en Grafana voor zoeken en tonen van gegevens.

Gebruik

Start de containers:

docker-compose up -d

Upload .csv file via http://localhost:9000/minio/kasboek/.

Verbind met de database:

docker-compose exec postgres bash -c 'psql -d kasboek -U $POSTGRES_USER $POSTGRES_DB'

Importeer transacties ING:

CALL copy_from_ing('/mnt/miniodata/kasboek/transacties_ing.csv');

Importeer transacties ASN:

CALL copy_from_asn('/mnt/miniodata/kasboek/transacties_asn.csv');

Browse naar het dashboard http://localhost:3000/dashboards.

About

Get insight in your bank transactions. Search and display using PostgreSQL and Grafana.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published