mirror of
https://github.com/ByteByteGoHq/system-design-101.git
synced 2026-04-01 16:57:23 -04:00
This PR adds all the guides from [Visual Guides](https://bytebytego.com/guides/) section on bytebytego to the repository with proper links. - [x] Markdown files for guides and categories are placed inside `data/guides` and `data/categories` - [x] Guide links in readme are auto-generated using `scripts/readme.ts`. Everytime you run the script `npm run update-readme`, it reads the categories and guides from the above mentioned folders, generate production links for guides and categories and populate the table of content in the readme. This ensures that any future guides and categories will automatically get added to the readme. - [x] Sorting inside the readme matches the actual category and guides sorting on production
1.1 KiB
1.1 KiB
title, description, image, createdAt, draft, categories, tags
| title | description | image | createdAt | draft | categories | tags | |||
|---|---|---|---|---|---|---|---|---|---|
| How to Learn Payments | A guide to understanding the payment industry and its key components. | https://assets.bytebytego.com/diagrams/0254-learn-payment.png | 2024-03-08 | false |
|
|
The mind map below shows an extensive outline of payment knowledge.
This gives us 𝐚 𝐭𝐨𝐩-𝐝𝐨𝐰𝐧 𝐯𝐢𝐞𝐰 𝐨𝐟 𝐭𝐡𝐞 𝐢𝐧𝐝𝐮𝐬𝐭𝐫𝐲 and an overview of how the payment systems work.
Notice that different countries have different payment frameworks. But in general, the payment industry is composed of below parts:
-
Regulatory Authority
-
Central Bank
-
Commercial Banks
-
Non-Bank Payment Companies
-
Payment Systems
-
Clearing Networks
-
Settlement Systems
More Useful Materials
Here are some useful materials for your reference:
-
Payment Systems in the U.S. by GlenBrook
-
BIS (Bank for International Settlements) Website
-
PayPal documents
-
Stripe documents
-
SWIFT documents
