ShopStream is an end-to-end data pipeline for analyzing e-commerce data. The project collects, stores, and analyzes sales data from a MongoDB source to gain business insights.
- Fork the repository to your own GitHub account.
- Clone your forked repository:
git clone https://github.com/your-username/shopstream.git
- Install the required Python packages:
pip install -r requirements.txt
- Configure the MongoDB connection in the
config.json
file.
To start the pipeline and analyze sales data, simply run the following command:
python main.py
The project will fetch data from various sources and store it in a MongoDB database for further analysis.
- MongoDB for database management
- Python and pandas for data analysis