Skip to content

nicolemunoz99/Q-and-A-microservice

 
 

Repository files navigation

Q and A microservice

Summary

System design for the question-and-answers portion of a retail portal's product page.

Buit With

  • Express (load balancer and API servers)
  • PostgreSQL
  • MongoDB (with Mongoose)

Docker Images

I tested service performance with both SQL and noSQL databases. The data shape was a little different for the two, so the re-shaping process for the SQL and noSQL implementations differed, which is why I have database-specific APIs.

SQL:

noSQL:

System Overview

I chose to use human stick figures instead of personal computers as a way to remind myself -- as I can get hyper-focused on instances, containers, etc -- that people are actually the origin of requests in this system.

System Design

About

Microservice for a shopping portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • Dockerfile 1.7%