Skip to content

maxrbr/ShopStream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopStream

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.

Installation

  1. Fork the repository to your own GitHub account.
  2. Clone your forked repository:
    git clone https://github.com/your-username/shopstream.git
  3. Install the required Python packages:
    pip install -r requirements.txt
  4. Configure the MongoDB connection in the config.json file.

Usage

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.

Acknowledgments

  • MongoDB for database management
  • Python and pandas for data analysis

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages