freeCodeCamp / open-api

freeCodeCamp's open-api Intiative
BSD 3-Clause "New" or "Revised" License
89 stars 28 forks source link

Performance verification #103

Open ojongerius opened 6 years ago

ojongerius commented 6 years ago

We need to verify, rather early than later, that performance between our Lambdas and our current MongoDB server is acceptable. If it is not, we could consider moving our MongoDB server to AWS, or see what performance a hosted solution would give us.

@freeCodeCamp/open-api any thoughts on how we can verify this? Stand up another Mongo server in DO, , let open-api staging communicate with it an measure the latency? Do we want to compare Learn -> open-api -> Mongo with www.freecodecamp.org?

ojongerius commented 6 years ago

Note to self, include concurrency to see how Mongo will handle 1k concurrent connections.