Skip to content

Lance-Python-Dev/E-COMMERCE-DATA-MODELLING-DEMO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT OVERVIEW A demo project for e-commerce data modeling and MongoDB operations. It includes SQL and NoSQL schema design, sample data insertion, aggregation queries, and indexing examples.

Features

  1. Logical schema design for e-commerce (SQL & MongoDB)
  2. Sample data insertion for customers and orders
  3. Aggregation pipeline to calculate total revenue per customer
  4. Indexing examples for SQLite and MongoDB

How to Run

  1. Ensure MongoDB is installed and running on localhost:27017.
  2. Run lab2_mongo.py to insert data and perform queries.

FILES

  1. schema_design.md: Contains SQL and NoSQL schema documentation.
  2. lab2_mongo.py: Python script for MongoDB operations.

Requirements

  1. Python 3.x
  2. PyMongo
  3. MongoDB

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages