架构概述

盖尔定律(Gall's Law)
“一个切实可行的复杂系统势必是从一个切实可行的简单系统发展而来的。从头开始设计的复杂系统根本不切实可行,无法修修补补让它切实可行。你必须由一个切实可行的简单系统重新开始。”


企业级分布式应用服务 EDAS

理解 Istio Service Mesh 中 Envoy 代理 Sidecar 注入及流量劫持

A sidecar for your service mesh

Service Mesh 及其主流开源实现解析

What is Istio?

What Is a Service Mesh?

架构概述

http://ishare.iask.sina.com.cn/f/22378019.html

免费的计算机编程类中文书籍,欢迎投稿 http://weibo.com/justjavac

tcc saga
如何选择分布式事务形态(TCC、SAGA、补偿、基于消息的最终一致等等)

分布式事务的典型处理方式:2PC、TCC、异步确保和最大努力型

电子商务 - 维基百科
企业资源计划 -  维基百科
客户关系管理 - 维基百科
供应链管理 - 维基百科
办公自动化 - 维基百科

企业应用集成
笔记:
企业应用集成(Enterprise Application Integration,EAI)是完成在组织内,外的各种异构系统,应用和数据源之间共享和交换信息和协作的途径,方法学,标准和技术。
企业应用集成所连接的应用包括各种电子商务系统,企业资源规划系统,客户关系管理系统,供应链管理系统,办公自动化系统,数据库系统,数据仓库等。
EAI的原则是集成多个系统并保证各个系统互不干扰。

微服务架构


《企业IT架构转型之道:阿里巴巴中台战略思想与架构实战@www.java1234.com.pdf》


《10 Hottest Tech Skills To Master In 2016》

1. Cloud Computing
2. Network & Information Security
3. Big Data
4. Application Development
5. Data Mining
6. DevOps
7. Project Management
8. Business Intelligence
9. Data Engineering & Data Warehousing
10. Perl, Python, Ruby


《Java程序性能优化 让你的Java程序更快、更稳定.pdf》

《Spring Cloud与Docker微服务架构实战 ,@www.java1234.com.pdf》

《Java高并发编程详解@www.java1234.com.pdf》

《《深入理解Spring Cloud与微服务构建》@www.java1234.com.pdf》

《设计模式的艺术--软件开发人员内功修炼之道@www.java1234.com.pdf》

《领域驱动设计:软件核心复杂性应对之道(修订版)@www.jqhtml.com.pdf》

《[www.java1234.com]分布式算法导论(原书第2版).pdf》

《互联网企业安全高级指南.pdf》

《架构之美(清晰中文完整版).pdf》

《Applying UML and Patterns 3rd Edition.pdf》

《企业应用架构模式(中文版).pdf》

《高性能网站建设指南.pdf》

《Domain+Driven+Design%28领域驱动设计%29.pdf》

《I Heart Logs Event Data, Stream Processing, and Data Integration.pdf》

《《领域驱动设计》精简版.pdf》

《大型网站技术架构:核心原理与案例分析.pdf》

《亿级流量网站架构核心技术+跟开涛学搭建高可用高并发系统%40www.java1234.com.pdf》

《领域分析方法及技术的讨论.pdf》

《大型分布式网站架构设计与实践.带目录书签.完整版.pdf》

《微服务设计.pdf》

《Java RESTful Web Service实战 [韩陆].pdf》

《Building_Microservices_Nginx.pdf》

《软件架构模式.pdf》


《UML和模式应用(原书第3版).pdf》

《分析模式-可复用的对象模型 .pdf》
《分析模式——可复用的对象模型%28注释版%29%40www.jqhtml.com.pdf》


解决方案 -- 网络基础架构,网络安全,数据中心 和 IT服务管理


《领域驱动设计模式、原理与实践%40www.java1234.com.pdf》


《[www.java1234.com]软件构架实践_第二版_林_巴斯等著.pdf》

《大型网站系统与JAVA中间件实践www.java1234.com.pdf》


《优秀架构师必须掌握的架构思维.pdf》

1. 抽象思维
2. 分层思维
3. 分治思维和集成思维
4. 演化思维

《软件架构的艺术.pdf》


The top 5 software architecture patterns: How to make the right choice

1. Layered (n-tier) architecture
2. Microkernel architecture (Plug-in architecture)
3. Microservices architecture
4. Space-based architecture (Cloud architecture )


《software-architecture-patterns.pdf》
《软件架构模式.pdf》

《企业应用架构模式(中文版).pdf》

Web Architecture 101

The basic architecture concepts I wish I knew when I was getting started as a web developer 


Books in Software Architecture

Books on the theory of Software Architecture

🥇Software Architecture in Practice (3rd Edition) (SEI Series in Software Engineering)

by Len Bass, Paul Clements, Rick Kazman

The first book in the list, as well as the first book which you should read on the subject of software architecture. This book describes the basic concepts: management of project requirements, especially non-functional, documenting the architecture, assessing the architecture in terms of success. It also clarifies how to work on architecture in agile terms and changing requirements. Examples and an easy-to-read style of writing are good advantages of this book.

🥈Essential Software Architecture

by Ian Gorton

One of the alternative books for your acquaintance with the basic theory giving a good overview of the software architect’s work. It describes the key skills which are needed to be an architect, from the way of thinking to the knowledge of various technologies. Also, there are considerations on the attributes of quality and other areas of software architecture.

🥈Patterns of Enterprise Application Architecture

by Martin Fowler

A wonderful book, which describes the cases that developers of enterprise applications have to deal with, as well as ways to solve those issues. One of the advantages is that the proposed solutions can be applied to many different technological stacks. However, in general this book is more suitable for a developer or a system architect than for a solution/enterprise architect, since it describes low-level problems and solutions.

🥇Domain-Driven Design: Tackling Complexity in the Heart of Software

By Eric Evans

This book is a must if you do not understand why it is a deadly sin to have the word “car” in the documentation, “automobile” in the implementation of the back-end database, and “vehicle” on the client side. Besides, it contains useful guidelines on how to communicate in order to get a working conceptual model and to orchestrate it for all of the stakeholders.

🥇Stakeholder Theory: The State of the Art

by R. Edward Freeman, Jeffrey S. Harrison, Andrew C. Wicks, Bidhan L. Parmar, Simone de Colle

The authors offer reviewing their great practical experience in understanding the needs of the modern business from the point of view of stakeholder management. The book describes both the basics and specific examples from various business domains, such as finance, accounting, law, management, and so on. Particular attention is paid to business ethics in cooperating with the stakeholders. This is one of the key books for changing the mindset: it helps to realize that everything should be done to solve people’s problems in the first place, but not because the developers need to practice the technologies.

Books about Design and schemes in Software Architecture

🥈Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development

by Craig Larman

UML is one of the generally accepted and popular standards of documentation in the development and architecture of software. The book gives many examples of how to draw UML diagrams. The author gradually shows what skills are necessary for documenting, each time complicating the task. The only drawback for the software architect is that most of the examples in the book are about object-oriented programming, and they are not related to high-level schemes for large projects.

🥈Documenting Software Architectures: Views and Beyond

by Paul Clements, Felix Bachmann, Len Bass, David Garlan, James Ivers, Reed Little, Paulo Merson, Robert Nord

This one is a real classic in the field of documenting software architecture. It is the most comprehensive guide answering the questions from “Why do I need documentation at all?” to “How to document SOA”. Besides, it explains various documentation techniques (UML, AADL, and SySML) along with real-life examples.

🥉Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

by Nick Rozanski, Eóin Woods

The authors of one of the best known and most frequently used techniques for designing and documenting software architecture offer their vision for these processes. At least you will learn an alternative approach to designing and documenting, at most you will apply it to your project.

🥈Designing Software Architectures: A Practical Approach (SEI Series in Software Engineering)

by Humberto Cervantes, Rick Kazman

This book can help you adopt various designing methodologies from real-life projects. One of the key points of this book is the description of ADD (Attribute-Driven Design) and the application of this approach to practice. The authors also introduce different principles of designing in relation to different projects, from pre-sales to enterprise solutions.

Other books on Software Architecture

🥇Software Estimation: Demystifying the Black Art

by Steve McConnell

The author of “Code Complete” shares the secrets of evaluating projects of any size and degree of uncertainty. This book is as suitable for the developer, like the architect or manager. It contains a huge number of assessment techniques and allows you to understand your current level as an assessor of projects. A must-read!

🥉Enterprise Architecture As Strategy: Creating a Foundation for Business Execution

by Jeanne W. Ross, Peter Weill, David Robertson

The book is for those who want to learn more about the enterprise architecture and to understand interrelations between the business and the nature of solutions for it. The authors’ overview of the company’s business and its connection to IT inside the company will allow you to understand why the choice is made in favor of this or that solution, and also how to arrange IT processes so that they work for business.

🥉Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems

by Martin Kleppmann

The author shares his experience in building scalable, stable, and flexible systems. The book describes the key principles of building such systems, as well as examples of workarounds which may be unavoidable during the design.

Architecting Software Intensive Systems: A Practitioners Guide

Quality attributes in Software Architecture. Part I

Quality attributes types (ISO/IEC FCD 25010 diagram)
To consider the types of quality attributes, we can use a diagram from ISO 25010:


Image 2. ISO/IEC FCD 25010 diagram


The Path to Becoming a Software Architect

First, let’s consider the characteristics of the architect:
● Communicability.
● Broad and deep technical knowledge. 
● Responsibility. 
● Stress resistance.
● Management skills.
● Analytic skills. 


How to Become a Software Architect?
To begin with, it is important to define milestone goals that lead to achieving your strategic goal of becoming a software architect. For me, such goals for the next six months are:
● Understand and try several technological stacks. 
● Reading literature. 
● Find a mentor
● Study courses/obtain certificates. 

Recommended Books
Software Architecture in Practice (3rd Edition) (SEI Series in Software Engineering)
Essential Software Architecture

Software Architecture Methodology and Concepts

Types of Software Architects


Image 1. Monument Valley game


Image 2. Some types of domain architects


Image 3. T-Shaped skills of an architect



The top 5 software architecture patterns: How to make the right choiceHow to choose the right software architecture: The top 5 patterns

The Clean Architecture


Software Engineering Institute

Software Architecture & Design Introduction

Types of Software Architects

Algorithmic Trading System Architecture



Real-Time Data Warehousing: Challenges and Solutions

What is Systems Architecture ?

System Architecture

10 Common Software Architectural Patterns in a nutshell

本地目录:

C:\Users\mjm\Documents\Tencent Files\1438647008\FileRecv

D:\BaiduNetdiskDownload

D:\个人资料和项目\数据可视化

D:\walletPay\walletPay\蔡老师相关项目和资料

D:\拉卡拉资料\软件\old_jiang\springCloud

D:\BaiduNetdiskDownload

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 219,366评论 6 508
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 93,521评论 3 395
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 165,689评论 0 356
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 58,925评论 1 295
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 67,942评论 6 392
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 51,727评论 1 305
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 40,447评论 3 420
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 39,349评论 0 276
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 45,820评论 1 317
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,990评论 3 337
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 40,127评论 1 351
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 35,812评论 5 346
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 41,471评论 3 331
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 32,017评论 0 22
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 33,142评论 1 272
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 48,388评论 3 373
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 45,066评论 2 355

推荐阅读更多精彩内容

  • 原文地址:微服务架构概述博客地址:http://blog.720ui.com/ 传统的单体架构,使用三层架构,包括...
    梁桂钊阅读 424评论 0 1
  • 摘要 进入新公司-立感网络已经两个月了,业务和系统架构已经了解的非常清楚,趁着这几天比较闲,把架构给梳理一遍。一来...
    二月江北阅读 332评论 0 2
  • 今天我要查一个字,拿出了我的大字典。忽然想到我们用到的所有的字,都在这本厚厚的大字典里。而我们看到的不同文章,就是...
    两个栗子阅读 823评论 2 3
  • 嗨,好久不见 莉莉和陈勇是一个小镇的,初中3年他们几乎同桌了两年半,这其中有巧合,但更多的是陈勇背地的努力沟通和学...
    那年花儿开了阅读 161评论 0 0