Skip to content

matthewmata/nav-about

 
 

Repository files navigation

Grubhub System Design

Scaled up on AWS EC2 instances

Result: 5500 request per second within 0.1 % of error rate

  • Inherited front-end codebase and scaled up on AWS EC2 instances
  • Populated 10M fake product data with Node.js Streams and seeded on MongoDB
  • Benchmarked MongoDB and Postgres, and got a better result with MongoDB in terms of latency and error rate under high traffic
  • Optimized Nginx on Ubuntu with the least connection algorithm to handle 5500 request per second within 0.1 % of error rate

Usage

git clone https://github.com/matthewmata/nav-about.git
cd nav-about
npm install
npm start

Requirements

You need to install Nodejs.

Development Tools

About

Navbar and About Section

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 57.4%
  • JavaScript 29.1%
  • CSS 13.4%
  • Dockerfile 0.1%