Giter Site home page Giter Site logo

ecommerce-data-collection's Introduction

Ecommerce Data Collection🌌

Welcome to this repo, this repo will be collectiong data on Ecommerce products and its customers.

Collection Requirement :

1 : Products

2 : Customers

Products Model :

  [
    {
        "product":"PRODUCT_NAME (string)",
        "category":"CATEGORY_TYPE (string)",
        "price":PRICE (number),
        "company":"COMPANY_NAME (string)"
    },
]

Products Model Example :

[
    {
        "product":"Milk",
        "category":"Grocery",
        "price":40,
        "company":"Amul Dairy"
    },
    {
        "product":"Bread",
        "category":"Grocery",
        "price":20,
        "company":"Brittania"
    }
]

Customer Model :

   {
        "customer":"CUSTOMER_NAME (string)",
        "purchased":{
            "CATEGORY_TYPE_1 (string)":[
                "PRODUCT_NAME_1 (string)","PRODUCT_NAME_2 (string)"
            ],
            "CATEGORY_TYPE_2 (string)":[
                "PRODUCT_NAME_1 (string)","PRODUCT_NAME_2 (string)"
            ],
            "CATEGORY_TYPE_3 (string)":[
                "PRODUCT_NAME_1 (string)","PRODUCT_NAME_2 (string)"
            ]
        }
    }

Customer Model Example :

[
    {
        "customer":"Riya Mandal",
        "purchased":{
            "grocery":[
                "milk","bread","butter","biscuit"
            ],
            "vegetables":[
                "potato","onion","garlic"
            ],
            "electronics":[
                "battery","ear-phone"
            ]
        }
    }
]

Contribute 2 this repository :

For a successfull "PULL REQUEST(PR)"

all you have to do is fork down my repo in your local machine & contribute data to [products.json & customer.json] and push send a PR with proof(ss)

Remember :

That in products.json the product name should be unique and in the PR please attach the proof that the product name does'nt exist and that it is newly added, check using ctrl + F(Windpws)/cmd + F(Mac) that the product name already exists or not✌️😄

Please remember that products name should be unique🙂✌️

Wrong Data Entry❌

Screenshot (69)

Correct Data Entry✔️

image

Rules to add new data

@poduct.json format:

  [
    {
        "product":"PRODUCT_NAME (string)",
        "category":"CATEGORY_TYPE (string)",
        "price":PRICE (number),
        "company":"COMPANY_NAME (string)"
    },
]

@customer.json format

   {
        "customer":"CUSTOMER_NAME (string)",
        "purchased":{
            "CATEGORY_TYPE_1 (string)":[
                "PRODUCT_NAME_1 (string)","PRODUCT_NAME_2 (string)"
            ],
            "CATEGORY_TYPE_2 (string)":[
                "PRODUCT_NAME_1 (string)","PRODUCT_NAME_2 (string)"
            ]
        }
    }

Thanks For Contributin😄 Your Data is Valuable✌️

ecommerce-data-collection's People

Contributors

saikatxshrey avatar sonaix69 avatar x-lilith-x avatar rajuxbhai-420 avatar rubi1995 avatar puskal07 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.