Assignment for the data analytics course
This project simulates a banking system with:
- User accounts and profiles
- Banking operations
- Scheduled payments
- User achievements system
- Real-time data generation
- Redash dashboard for data visualization
- Clone the repository to your computer:
git clone https://github.com/deep-learning-engineer/FEFU_data_analytics.git- Run containers with the command:
docker compose up -dTo run Jupter notebook for analysis, you also need to complete the following steps:
cd analysis
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtP.s If you are using Windows, then use to activate the environment: .venv\Scripts\activate
When launching Jupyter notebook, select the created environment as the Kernel.


