Skip to content

Commit

Permalink
Fixing spelling and typos in README (ByteByteGoHq#4)
Browse files Browse the repository at this point in the history
Some small spelling errors and typos remained in the README.

This PR uses `aspell` to find and correct the straightforward errors.
This PR does not attempt to fix spelling and capitalization of all
trademarks and technical terms.

Co-authored-by: alastairp <alastair.penney@fuseuniversal.com>
  • Loading branch information
alastairp and alastairp authored Oct 17, 2023
1 parent e30e906 commit 377a1d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Architecture styles define how different components of an application programmin

- SOAP: 

ature, comprehensive, XML-based
Mature, comprehensive, XML-based

Best for enterprise applications 

Expand Down Expand Up @@ -1494,7 +1494,7 @@ This post is based on research from many Netflix engineering blogs and open-sour

**Data processing**: Netflix utilizes Flink and Spark for data processing, which is then visualized using Tableau. Redshift is used for processing structured data warehouse information.

**CI/CD**: Netflix employs various tools such as JIRA, Confluence, PagerDuty, Jenkins, Gradle, Chaos Monkey, Spinnaker, Altas, and more for CI/CD processes.
**CI/CD**: Netflix employs various tools such as JIRA, Confluence, PagerDuty, Jenkins, Gradle, Chaos Monkey, Spinnaker, Atlas, and more for CI/CD processes.

### Twitter Architecture 2022

Expand Down Expand Up @@ -1525,7 +1525,7 @@ What’s the challenge?

Microservices (2017 - 2020)

Microservice aims to solve those challenges. In the microservcie architecture, key services include:
Microservice aims to solve those challenges. In the microservice architecture, key services include:

- Data fetching service
- Business logic data service
Expand Down Expand Up @@ -1637,7 +1637,7 @@ Ex Amazon VP Sustainability Adrian Cockcroft: “The Prime Video team had follow
</p>


1. Clients send emojis through standard HTTP requests. You can think of Golang Service as a typical Web Server. Golang is chosen because it supports concurrency well. Threads in GoLang are lightweight.
1. Clients send emojis through standard HTTP requests. You can think of Golang Service as a typical Web Server. Golang is chosen because it supports concurrency well. Threads in Golang are lightweight.

2. Since the write volume is very high, Kafka (message queue) is used as a buffer.

Expand Down

0 comments on commit 377a1d1

Please sign in to comment.