bingoohuang / blog

write blogs with issues
MIT License
176 stars 23 forks source link

图图图,参考图 #214

Open bingoohuang opened 2 years ago

bingoohuang commented 2 years ago

image

image

image

image

bingoohuang commented 2 years ago

image

完整的SIEM至少会包括以下功能:

  1. 漏洞管理
  2. 资产发现
  3. 入侵检测
  4. 行为分析
  5. 日志存储、检索
  6. 报警管理
  7. 酷炫报表

其中最核心的我认为是入侵检测、行为分析和日志存储检索

bingoohuang commented 2 years ago

$ < colors.txt sort | uniq -c | sort -r | head -3 > favcolors.txt

image

https://www.rozmichelle.com/pipes-forks-dups/comment-page-1/

bingoohuang commented 2 years ago

https://twitter.com/alexxubyte/status/1498703822528544770

Why is 𝐑𝐞𝐝𝐢𝐬 so 𝐟𝐚𝐬𝐭? There are 3 main reasons:

  1. Redis is a RAM-based data store. RAM access is at least 1000 times faster than random disk access.
  2. Redis leverages IO multiplexing and single-threaded execution loop for execution efficiency.
  3. Redis leverages several efficient lower-level data structures.

Question: Another popular in-memory store is Memcached. Do you know the differences between Redis and Memcached?

image

bingoohuang commented 2 years ago

image

image

bingoohuang commented 2 years ago

https://mp.weixin.qq.com/s?__biz=Mzk0MDI3MTE0MQ==&mid=2247484694&idx=1&sn=e30c921f50aa35d0fa12e834aedf7e20&chksm=c2e5765cf592ff4a60a13f82fc05fbf2e6b23f0ac73299b2c90e07061e2739a3d97234cecb31&scene=21#wechat_redirect

image

Bpazy commented 2 years ago

这图让我想到了 Kafka 的 TimingWheel

bingoohuang commented 2 years ago

Comparing API Architectural Styles: SOAP vs REST vs GraphQL vs RPC

The diagram below illustrates the API timeline and API styles comparison.

Over time, different API architectural styles are released. Each of them has its own patterns of standardizing data exchange.

image

  1. https://twitter.com/alexxubyte/status/1506298328878780419
  2. https://www.altexsoft.com/blog/soap-vs-rest-vs-graphql-vs-rpc/
bingoohuang commented 2 years ago

https://eng.uber.com/presto-on-apache-kafka-at-uber-scale/

https://twitter.com/bibryam/status/1527281861134716928

image

Amazing REST API Design Cheat Sheet:

image

Airbnb’s Microservices Architecture Journey To Quality Engineering

image

bingoohuang commented 2 years ago

What does Availability mean when you design a system?

image