A Docker based solution leveraging Plaid API data to automate and store personal financial data in PostgreSQL for analysis in Jupyter Notebooks.
Development is facilitated through the use of notebook development framework: nbdev
This product is in a pre-release stage.
Set up all your variables in .env.example first
$ cp .env.example .env# make sure jupyter_finance package is installed in development mode
$ pip install -e .
# make changes under nbs/ directory
# ...
# compile to have changes apply to jupyter_finance
$ nbdev_prepare$ ./build-dist.sh
# ensure prior instances of docker volumes are removed
$ docker-compose up --build$ actDocumentation can be found hosted on this GitHub repository’s API pages.
