这个“骗骗他”应该早就出来了,今天偶尔又看到一个人的blog上提到,就转贴一下。
写道
10 Lessons
The presentation does a good job explaining each lesson, but the list is...
1. Partition Everything
- if you can't split it, you can't scale it. Split everything into manageable chunks by function and data.
2. Asynchrony Everywhere
- connect independent components through event queues
3. Automate Everything
- components should automatically adjust and the system should learn and improve itself.
4. Remember Everything Fails
- monitor everything, provide service even when parts start failing.
5. Embrace Inconsistency
- pick for each feature where you need to be on the CAP continuum, no distributed transactions, inconsistency can be minimized by careful operation ordering, become eventually consistent through async recovery and reconciliation.
6. Expect (R)evolution
- change is constant, design for extensibility, incrementally deploy changes.
7. Dependencies Matter
- minimize and control dependencies, use abstract interfaces and virtualization, components have an SLA, consumers responsible for recovering from SLA violations.
8. Be Authoritative
- Know which data is authoritative, which data isn't, and treat it accordingly.
9. Never Enough Data
- data drives finding optimization opportunities, predictions, recommendations, so save it all.
10. Custom Infrastructure
- maximize the utilization of every resource.
分享到:
相关推荐
Lessons from Huawei v. ZTE1
「移动安全」How_to_Reduce_Supply_Chain_Risk_Lessons_from_Efforts_to_Block_Huawei - web安全 解决方案 安全防御 安全集成 数据库安全 漏洞分析
「数据库审计」How to Reduce Supply Chain Risk Lessons from Efforts to Block Huawei - 数据库审计 身份管理 DDoS 安全分析 安全开发 AI安全
大学英语精读第二册 Unit lessons from JeffersonPPT学习教案.pptx 本资源是大学英语精读第二册的学习教案,主要讲解了美国总统的历史和生平,其中介绍了多位美国总统的生平和政绩,如乔治·华盛顿、托马斯·杰斐逊...
《Practical Lessons from Predicting Clicks on Ads at Facebook》这篇文章详细介绍了Facebook如何构建一个高效、准确的广告点击预测模型。文章不仅涵盖了模型的设计与实现,还深入探讨了评估模型性能的各种指标...
5. 集中投资风险:LTCM集中投资于固定收益产品,特别是在俄罗斯市场。当这些市场出现大的波动时,基金受到的打击是巨大和集中的。 6. 金融市场的系统性风险:LTCM的失败凸显了金融市场中存在的系统性风险。即便是在...
老司机Xavier Amatriain的分享引起了我的兴趣:Lessons Learned from Building Real-Life Recommender Systems。主要分享了作为推荐系统老司机的他,多年开车后总结的禁忌和最佳实践,这样的采坑实录显然是很有...
《eBay的挑战与经验:构建全球电商巨头的架构智慧》 eBay作为全球知名的电商平台,自1995年成立以来,经历了从初创到全球规模的快速发展,其背后的技术架构和面临的挑战对于IT行业有着宝贵的启示。这篇资料深入剖析...
Gartner公司的内部资料《Real World Lessons from Big Data Deployments》为我们揭示了大数据分析及Apache Hadoop开源项目如何成为解决这些挑战的关键技术,并探讨了企业如何通过早期采用大数据分析获得竞争优势。...
You Need To Learn To Become A Master Programmer
包含linux,shell,mysql,python,html,css,js等
藏经阁-Lessons Learned From Dockerizing Spark Workloads.pdf 本文档主要讨论了使用 Docker 容器化 Spark 工作负载的经验教训。下面是从文档中提取的知识点: Docker 容器和大数据 * 在大数据领域,Docker 容器...
藏经阁-Lessons Learned From Managing Thousands of Apache Spark Clusters 今天,我们将讨论 Databricks 的经验教训,即管理数千个 Apache Spark 集群的经验教训。 Apache Spark 是一个开源的数据处理引擎,可以...
「勒索软件」Lessons from GDPR Enforcement What Security Is Appropriate - 系统安全 NGFW 安全热点 数据分析 系统安全 安全漏洞
"阿里云大数据管理经验总结" 在本篇文章中,我们将讨论大数据管理的经验总结,特别是基于 Apache Spark 的大数据管理经验。作者 Josh Rosen 和 Henry Davidge 分享了在 Databricks 中管理数千个 Apache Spark 集群...
### 提升分布相似性:来自词嵌入的经验教训 #### 摘要 本文献是自然语言处理(NLP)领域的一项重要研究,探讨了如何通过借鉴词嵌入技术改进词的分布相似性。该研究指出,词嵌入模型在词相似性和类比检测任务上相较...
CSS&CSS3:成功网站开发的20个经验教训为入门级CSS程序员提供了易于使用的课程,使用文本,样本练习和视频。每堂课都旨在让你花不到一个小时才能完成。涵盖了CSS的所有基础知识,以及更多高级功能,如添加动态效果...