語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
The art of immutable architecture = ...
~
Perry, Michael L.
FindBook
Google Book
Amazon
博客來
The art of immutable architecture = theory and practice of data management in distributed systems /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
The art of immutable architecture/ by Michael L. Perry.
其他題名:
theory and practice of data management in distributed systems /
作者:
Perry, Michael L.
出版者:
Berkeley, CA :Apress : : 2020.,
面頁冊數:
xxvi, 418 p. :ill., digital ;24 cm.
內容註:
Part I: Definition -- Chapter 1: Why Immutable Architecture -- Chapter 2: Forms of Immutable Architecture -- Chapter 3: How to Read a Historical Model -- Part II: Application -- Chapter 4: Location Independence -- Chapter 5: Analysis -- Chapter 6: State Transitions -- Chapter 7: Security -- Chapter 8: Patterns -- Part III: Implementation -- Chapter 9: Query Inverses -- Chapter 10: SQL Databases -- Chapter 11: Communication -- Chapter 12: Generated Behaviors.
Contained By:
Springer Nature eBook
標題:
Database management. -
電子資源:
https://doi.org/10.1007/978-1-4842-5955-9
ISBN:
9781484259559
The art of immutable architecture = theory and practice of data management in distributed systems /
Perry, Michael L.
The art of immutable architecture
theory and practice of data management in distributed systems /[electronic resource] :by Michael L. Perry. - Berkeley, CA :Apress :2020. - xxvi, 418 p. :ill., digital ;24 cm.
Part I: Definition -- Chapter 1: Why Immutable Architecture -- Chapter 2: Forms of Immutable Architecture -- Chapter 3: How to Read a Historical Model -- Part II: Application -- Chapter 4: Location Independence -- Chapter 5: Analysis -- Chapter 6: State Transitions -- Chapter 7: Security -- Chapter 8: Patterns -- Part III: Implementation -- Chapter 9: Query Inverses -- Chapter 10: SQL Databases -- Chapter 11: Communication -- Chapter 12: Generated Behaviors.
This book teaches you how to evaluate a distributed system from the perspective of immutable objects. You will understand the problems in existing designs, know how to make small modifications to correct those problems, and learn to apply the principles of immutable architecture to your tools. Most software components focus on the state of objects. They store the current state of a row in a relational database. They track changes to state over time, making several basic assumptions: there is a single latest version of each object, the state of an object changes sequentially, and a system of record exists. This is a challenge when it comes to building distributed systems. Whether dealing with autonomous microservices or disconnected mobile apps, many of the problems we try to solve come down to synchronizing an ever-changing state between isolated components. Distributed systems would be a lot easier to build if objects could not change. After reading The Art of Immutable Architecture, you will come away with an understanding of the benefits of using immutable objects in your own distributed systems. You will learn a set of rules for identifying and exchanging immutable objects, and see a collection of useful theorems that emerges and ensures that the distributed systems we build are eventually consistent. Using patterns, you will find where the truth converges, see how changes are associative, rather than sequential, and come to feel comfortable understanding that there is no longer a single source of truth. Practical hands-on examples reinforce how to build software using the described patterns, techniques, and tools. By the end, you will possess the language and resources needed to analyze and construct distributed systems with confidence. The assumptions of the past were sufficient for building single-user, single-computer systems. But as we expand to multiple devices, shared experiences, and cloud computing, they work against us. It is time for a new set of assumptions. Start with immutable objects, and build better distributed systems. What You Will Learn: Evaluate a distributed system from the perspective of immutable objects Recognize the problems in existing designs, and make small modifications to correct them Start a new system from scratch, applying patterns Apply the principles of immutable architecture to your tools, including SQL databases, message queues, and the network protocols that you already use Discover new tools that natively apply these principles This book is for software architects and senior developers. It contains examples in SQL and languages such as JavaScript and C#. Past experience with distributed computing, data modeling, or business analysis is helpful. Michael L. Perry has built upon the works of mathematicians such as Bertrand Meyer, Leslie Lamport, and Donald Knuth to develop a mathematical system for software development. He has captured this system in a set of open source projects. Michael often presents on math and software at events and online. You can find out more at qedcode.com.
ISBN: 9781484259559
Standard No.: 10.1007/978-1-4842-5955-9doiSubjects--Topical Terms:
527442
Database management.
LC Class. No.: QA76.9.D3 / P477 2020
Dewey Class. No.: 005.74
The art of immutable architecture = theory and practice of data management in distributed systems /
LDR
:04589nmm a2200325 a 4500
001
2222836
003
DE-He213
005
20201127150652.0
006
m d
007
cr nn 008maaau
008
210108s2020 cau s 0 eng d
020
$a
9781484259559
$q
(electronic bk.)
020
$a
9781484259542
$q
(paper)
024
7
$a
10.1007/978-1-4842-5955-9
$2
doi
035
$a
978-1-4842-5955-9
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.9.D3
$b
P477 2020
072
7
$a
UMZ
$2
bicssc
072
7
$a
COM051230
$2
bisacsh
072
7
$a
UMZ
$2
thema
082
0 4
$a
005.74
$2
23
090
$a
QA76.9.D3
$b
P462 2020
100
1
$a
Perry, Michael L.
$3
3461932
245
1 4
$a
The art of immutable architecture
$h
[electronic resource] :
$b
theory and practice of data management in distributed systems /
$c
by Michael L. Perry.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2020.
300
$a
xxvi, 418 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Part I: Definition -- Chapter 1: Why Immutable Architecture -- Chapter 2: Forms of Immutable Architecture -- Chapter 3: How to Read a Historical Model -- Part II: Application -- Chapter 4: Location Independence -- Chapter 5: Analysis -- Chapter 6: State Transitions -- Chapter 7: Security -- Chapter 8: Patterns -- Part III: Implementation -- Chapter 9: Query Inverses -- Chapter 10: SQL Databases -- Chapter 11: Communication -- Chapter 12: Generated Behaviors.
520
$a
This book teaches you how to evaluate a distributed system from the perspective of immutable objects. You will understand the problems in existing designs, know how to make small modifications to correct those problems, and learn to apply the principles of immutable architecture to your tools. Most software components focus on the state of objects. They store the current state of a row in a relational database. They track changes to state over time, making several basic assumptions: there is a single latest version of each object, the state of an object changes sequentially, and a system of record exists. This is a challenge when it comes to building distributed systems. Whether dealing with autonomous microservices or disconnected mobile apps, many of the problems we try to solve come down to synchronizing an ever-changing state between isolated components. Distributed systems would be a lot easier to build if objects could not change. After reading The Art of Immutable Architecture, you will come away with an understanding of the benefits of using immutable objects in your own distributed systems. You will learn a set of rules for identifying and exchanging immutable objects, and see a collection of useful theorems that emerges and ensures that the distributed systems we build are eventually consistent. Using patterns, you will find where the truth converges, see how changes are associative, rather than sequential, and come to feel comfortable understanding that there is no longer a single source of truth. Practical hands-on examples reinforce how to build software using the described patterns, techniques, and tools. By the end, you will possess the language and resources needed to analyze and construct distributed systems with confidence. The assumptions of the past were sufficient for building single-user, single-computer systems. But as we expand to multiple devices, shared experiences, and cloud computing, they work against us. It is time for a new set of assumptions. Start with immutable objects, and build better distributed systems. What You Will Learn: Evaluate a distributed system from the perspective of immutable objects Recognize the problems in existing designs, and make small modifications to correct them Start a new system from scratch, applying patterns Apply the principles of immutable architecture to your tools, including SQL databases, message queues, and the network protocols that you already use Discover new tools that natively apply these principles This book is for software architects and senior developers. It contains examples in SQL and languages such as JavaScript and C#. Past experience with distributed computing, data modeling, or business analysis is helpful. Michael L. Perry has built upon the works of mathematicians such as Bertrand Meyer, Leslie Lamport, and Donald Knuth to develop a mathematical system for software development. He has captured this system in a set of open source projects. Michael often presents on math and software at events and online. You can find out more at qedcode.com.
650
0
$a
Database management.
$3
527442
650
0
$a
Electronic data processing
$x
Distributed processing.
$3
548601
650
1 4
$a
Software Engineering.
$3
890874
650
2 4
$a
Programming Techniques.
$3
892496
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-5955-9
950
$a
Professional and Applied Computing (SpringerNature-12059)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9395711
電子資源
11.線上閱覽_V
電子書
EB QA76.9.D3 P477 2020
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入