Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/billthan/jupyter-finance
A Docker based solution leveraging Plaid API data to automate and store personal financial data in PostgreSQL for analysis in Jupyter Notebooks.
https://github.com/billthan/jupyter-finance
budget finance jupyter-notebook plaid postgresql powerbi
Last synced: 17 days ago
JSON representation
A Docker based solution leveraging Plaid API data to automate and store personal financial data in PostgreSQL for analysis in Jupyter Notebooks.
- Host: GitHub
- URL: https://github.com/billthan/jupyter-finance
- Owner: billthan
- License: apache-2.0
- Created: 2025-01-07T04:27:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-15T06:05:27.000Z (23 days ago)
- Last Synced: 2025-01-15T08:00:52.351Z (23 days ago)
- Topics: budget, finance, jupyter-notebook, plaid, postgresql, powerbi
- Language: Jupyter Notebook
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter Finance
## Risks
This product is in a pre-release stage.
## Developer Guide
If you are new to using `nbdev` here are some useful pointers to get you
started.### Setup environmental variables
Set up all your variables in `.env.example` first
``` sh
$ cp .env.example .env
```### Install jupyter_finance in Development mode
``` sh
# 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
```### Building jupyter_finance in Development mode
``` sh
$ ./build-dist.sh
# ensure prior instances of docker volumes are removed
$ docker-compose up --build
```## Usage
### Installation
### Documentation
Documentation can be found hosted on this GitHub
[repository](https://github.com/billthan/jupyter-finance)’s [API
pages](https://billthan.github.io/jupyter-finance/).