Giter Club home page Giter Club logo

ebay's Introduction

ebay

The project attempts to recreate an ebay-like service where users submit their posts along with descriptions to the service.

Project Modules:

All modules are cloud-based and are used by means of addressing the cloud service API.

  1. Backend; FastAPI
  2. Database Service; MySQL
  3. Image Tagging Service
  4. RabbitMQ Service
  5. Object Storage Service; S3

Services:

The following cloud-services are used to provide different functionalities:

  1. Database Service: https://aiven.io/
  2. Image Tagging Service: https://imagga.com/
  3. RabbitMQ Service: https://www.cloudamqp.com/
  4. Object Storage Service: https://www.arvancloud.ir/en (can alternatively use Amazon S3 service)

Process

After a post is submitted to the API, the image is stored in the S3 service and the description along with its corresponding image ID is stored in the database. The post ID is enqueued into the RabbitMQ cloud-service for further process. On the other side. A different process listens on the RabbitMQ and receives the recently submitted image IDs. This service then uses the image tagging service to match the image with the description. The result of this matching is emailed to the submitting user.

Image contains the architecture of the project

Usage

Obtain the services required and connect scripts to their cloud requirements. Create a directory name 'downloads' inside 'src'. Use 'send_request.py' to send your images. Use 'check_status.py' when you haven't yet received any emails to check the confirmation status of your post.

ebay's People

Contributors

amirint avatar

Stargazers

 avatar

Watchers

 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.