The Journey to 10K RPS
Achieved over 10,000 Request Per Second using only AWS EC2 Micro instances.
Node Backend + Redis Cache + Postgres DB
- https://github.com/Apatight/reviews
- https://github.com/Apatight/sidebar
- https://github.com/Apatight/gallery
- https://github.com/Apatight/proxy
Seeding database with MongoDB
npm run generage:csv
npm run seed:postgres
Seeding database with Postgres
npm run generage:json
npm run seed:mongo
An nvmrc
file is included if using nvm.
- Node > 6.13.0
From within the root directory:
npm install -g webpack
npm install