eCommerce Architecture on AWS | Order Management Design | Amazon System Design | Microservices SOA

Sdílet
Vložit
  • čas přidán 5. 07. 2024
  • Timelines:
    00:07 High Level Analysis
    01:45 Technical Building Blocks
    02:08 Architecture on AWS
    07:05 Data Entities / Table Design (DynamoDB)
    11:02 Analytics
    eCommerce Architecture on AWS
    Order Management Design
    Microservices Design
    Service Oriented Architecture - SOA
    Amazon System Design | Flipkart Design | Retail Application Architecture | Microservices example | System Design Interview Questions | System analysis and design | Software Architecture and Design | Microservices interview questions | Amazon eCommerce Design | AWS Solution Architect Professional Certification | AWS Interview Questions
    #ecommerceDesign #MicroservicesDesign #MicroservicesArchitecture #Microservices #CloudComputingArchitecture #SoftwareArchitecture #SoftwareDesign #aws #awscertification
  • Věda a technologie

Komentáře • 33

  • @ArchitectureBytes
    @ArchitectureBytes  Před rokem +4

    Please share your feedback, and questions if any below.

  • @klowdboss1026
    @klowdboss1026 Před rokem +1

    This is great work AB! Looking forward to seeing more of your videos.

  • @abdellaouikhoubaib3987
    @abdellaouikhoubaib3987 Před 10 měsíci

    The only video in the youtube database that answers my questions. Greate job bro and keep going

  • @rashedjony8108
    @rashedjony8108 Před rokem

    Thanks for the video. It's really very clear overview architecture eCommerce on AWS. Thanks Again!

  • @Vinayakvs
    @Vinayakvs Před rokem +1

    Very simple and efficient architecture. Clear and concise explanation. Great job bro !

  • @amitsinha6988
    @amitsinha6988 Před rokem

    This really good. Really helpful.

  • @venkatasaikrishnayarabolu5765

    Your voice and your videos are nice. Great efforts sir kudos 👏

  • @OmpalSingh-pw7mc
    @OmpalSingh-pw7mc Před 8 měsíci

    Very Nice Explanation👏👏

  • @codemaverick69
    @codemaverick69 Před měsícem

    What tool do you use for your high-level architecture diagram? Your content is clean and precise. No noisy data

  • @user-us8ep3sq3c
    @user-us8ep3sq3c Před 6 měsíci

    very good explanation
    thanks

  • @koushikr1596
    @koushikr1596 Před 11 měsíci +1

    Probably, you can make a video on how to do this using single table design by leveraging the concept of index overloading.

  • @eduardovergara1490
    @eduardovergara1490 Před rokem

    Nice video! It would be awesome if you could expand this video, giving some introduction to the implementation of warehouse management and logistics systems on AWS. It would be awesome to learn that too. Thanks!!

  • @trivargadhathripalla854

    Good video ! Could you please do a similar one for Card issuing platform and Payments?

  • @rajeshsahu605
    @rajeshsahu605 Před rokem

    I appreciate the quality of your content and the effort you put in. However, I am unsure of the benefit of using opensearch in this case, as we can use the customerId primary key to quickly look up specific customer orders. In contrast, searching using opensearch would have a time complexity of log N. Could you please provide a brief explanation of the purpose of using opensearch in this context?

    • @ArchitectureBytes
      @ArchitectureBytes  Před rokem

      If you are searching on a specific field - yes you could go to the database directly. OpenSearch is good with semi-structured data. For example product names, descriptions, customer reviews and so on. In addition it helps with AutoComplete functionality (for eg. product names) and the OpenSearch Dashboard provides useful quick visualizations too. This has not been explicitly articulated in the video though.

    • @rajeshsahu605
      @rajeshsahu605 Před rokem

      @@ArchitectureBytes got it that's what I am looking for thanks for your explanation...do you have the architecture diagram or you have real time project as well for above...i just want to understand how you are managing the orders as we have to maintain tracking, when customer can cancel,return and download invoice order ...if you have a real time project it would be great if you can share your knowledge

  • @mewithmylove
    @mewithmylove Před rokem

    Nice Video! Can you highlight how to maintain admin, customer and cart session without using available ecommerce platform?

    • @ArchitectureBytes
      @ArchitectureBytes  Před rokem

      Authentication is handled at API Gateway.
      User information can be passed by API Gateway to downstream microservice (eg lambda function).
      The microservice can store/retrieve session/shopping cart information from database (9:00) by logged in user.
      Hope this answers your question.

  • @K71947
    @K71947 Před 10 měsíci

    Thanks for the video ..how much the startup cost for it in aws?..can you explain?

  • @maxpaynestory
    @maxpaynestory Před měsícem

    What if we have a use case in which we have to use 3 services like order service, inventory service, cart service. How would we go around it?

    • @ArchitectureBytes
      @ArchitectureBytes  Před měsícem

      Your question isn't clear to me - Could you please elaborate?
      These services are depicted in the architecture.

  • @me1kshitij
    @me1kshitij Před rokem

    What would be the average costing of this infra?

  • @yjhsjtu
    @yjhsjtu Před 4 měsíci

    I do not think dynamodb is a good choice for product table. Normally product table needs to support a lot of things, for example, search by fields like brandname, price range, color, etc. Dynamodb can only support querying by partition key+ sort key. How did you handle these kind of querying?

    • @ArchitectureBytes
      @ArchitectureBytes  Před 4 měsíci

      Using DynamoDB Global Secondary Index (GSI) - it is possible to efficiently search on other columns as well. You can of course use a different database too depending on your requirements, expertise etc.

  • @Airsoft-Pro-Videos
    @Airsoft-Pro-Videos Před měsícem

    Hey! why you didnt put a WAF ?

    • @ArchitectureBytes
      @ArchitectureBytes  Před měsícem +1

      That's an optional service for web security, not a part of core architecture.

  • @freelancerwick5418
    @freelancerwick5418 Před 11 měsíci

    Why this architecture could be superior to Wordpress Woocommerce being run on AWS Lightsail ?

    • @ArchitectureBytes
      @ArchitectureBytes  Před 11 měsíci +1

      This video presents architecture of a generic eCommerce platform.
      WooCommerce & Shopify are products/ready-made solutions.
      Your choice of platform will depend on your own unique needs.
      Shopify
      Choose a paid plan, configure - you are ready. Fairly quick setup.
      WooCommerce
      Requires you to host solution yourself - Wordpress with WooCommerce plugin. If you need features beyond what is available - you either buy additional paid plugins or make modifications to code yourself.
      They are great solutions, and power plenty of eComm websites.
      Since, they are ready-made solutions - you are bound by their ecosystems.

    • @K71947
      @K71947 Před 10 měsíci

      @@ArchitectureBytes agree regarding your answer...this architecture more custom and flexible..