How to Build 1 Million Requests per Minute with Golang
How to Build 1 Million Requests per Minute with Golang, available at $19.99, has an average rating of 2.2, with 8 lectures, based on 5 reviews, and has 47 subscribers.
You will learn about In the end of my course you will learn how to build a application with Go. You get knowliges in building high load application in which you organized the application logic into multiple packages to easily maintain the application. This course is ideal for individuals who are It can be helpful from high school level It is particularly useful for It can be helpful from high school level.
Enroll now: How to Build 1 Million Requests per Minute with Golang
Summary
Title: How to Build 1 Million Requests per Minute with Golang
Price: $19.99
Average Rating: 2.2
Number of Lectures: 8
Number of Published Lectures: 8
Number of Curriculum Items: 8
Number of Published Curriculum Objects: 8
Original Price: $19.99
Quality Status: approved
Status: Live
What You Will Learn
- In the end of my course you will learn how to build a application with Go. You get knowliges in building high load application in which you organized the application logic into multiple packages to easily maintain the application.
Who Should Attend
- It can be helpful from high school level
Target Audiences
- It can be helpful from high school level
The Problem
While working on a piece of our anonymous telemetry and analytics system, our goal was to be able to handle a large amount of POST requests from millions of endpoints. The web handler would receive a JSON document that may contain a collection of many payloads that needed to be written to Amazon S3, in order for our map-reduce systems to later operate on this data.
Traditionally we would look into creating a worker-tier architecture, utilizing things such as:
-
Sidekiq
-
Resque
-
DelayedJob
-
Elasticbeanstalk Worker Tier
-
RabbitMQ
-
and so on…
And setup 2 different clusters, one for the web front-end and another for the workers, so we can scale up the amount of background work we can handle.
But since the beginning, our team knew that we should do this in Go because during the discussion phases we saw this could be potentially a very large traffic system. I have been using Go for about 2 years or so, and we had developed a few systems here at work but none that would get this amount of load.
Conclusion
Simplicity always wins in my book. We could have designed a complex system with many queues, background workers, complex deployments, but instead we decided to leverage the power of Elasticbeanstalk auto-scaling and the efficiency and simple approach to concurrency that Golang provides us out of the box.
It’s not everyday that you have a cluster of only 4 machines, that are probably much less powerful than my current MacBook Pro, handling POST requests writing to an Amazon S3 bucket 1 million times every minute.
Course Curriculum
Chapter 1: Getting started How to Handling 1 Million Requests per Minutein GO
Lecture 1: Introduction
Lecture 2: More introduction
Lecture 3: Handle function
Lecture 4: Memory leak
Lecture 5: Http client
Lecture 6: Close resp body
Lecture 7: Time channel
Lecture 8: Time context
Instructors
-
YEVHEN MAKSYMENKO
Software Engineer
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 0 votes
- 3 stars: 1 votes
- 4 stars: 1 votes
- 5 stars: 0 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024