Gō gengo ni yoru bunsan sābisu : shinraisei, kakuchōsei, hoshusei no takai shisutemu no kōchiku /
Go言語による分散サービス : 信頼性, 拡張性, 保守性の高いシステムの構築 /
"This is the book for Gophers who want to learn how to build distributed systems. You know the basics of Go and are eager to put your knowledge to work. Build distributed services that are highly available, resilient, and scalable. This book is just what you need to apply Go to real-world situa...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Japonés Inglés |
Publicado: |
Tōkyō-to Shinjuku-ku :
Orairī Japan,
2022.
|
Edición: | Shohan. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
MARC
LEADER | 00000nam a22000007i 4500 | ||
---|---|---|---|
001 | OR_on1375008960 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu|||unuuu | ||
008 | 230405s2022 ja ob 000 0 jpn d | ||
040 | |a ORMDA |b eng |e rda |e pn |c ORMDA |d DXU |d STF |d UAB |d OCLCO | ||
066 | |c Hani |c $1 | ||
020 | |a 9784873119977 |q (electronic bk.) | ||
020 | |a 4873119979 |q (electronic bk.) | ||
029 | 1 | |a AU@ |b 000074418185 | |
035 | |a (OCoLC)1375008960 | ||
037 | |a 9784873119977 |b O'Reilly Media | ||
041 | 1 | |a jpn |h eng | |
050 | 4 | |a QA76.73.G63 | |
082 | 0 | 4 | |a 005.2762 |2 23/eng/20230405 |
049 | |a UAMI | ||
100 | 1 | |a Jeffery, Travis, |e author. | |
240 | 1 | 0 | |a Disbributed services with Go. |l Japanese |
245 | 1 | 0 | |6 880-01 |a Gō gengo ni yoru bunsan sābisu : |b shinraisei, kakuchōsei, hoshusei no takai shisutemu no kōchiku / |c Travis Jeffery cho ; Shibata Yoshiki yaku = Distributed services with Go : your guide to reliable, scalable, and maintainable systems / Travis Jeffery. |
246 | 3 | 1 | |a Distributed services with Go : |b your guide to reliable, scalable, and maintainable systems |
250 | |6 880-02 |a Shohan. | ||
264 | 1 | |6 880-03 |a Tōkyō-to Shinjuku-ku : |b Orairī Japan, |c 2022. | |
300 | |a 1 online resource (280 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
546 | |a In Japanese. | ||
504 | |a Includes bibiographical references. | ||
520 | |a "This is the book for Gophers who want to learn how to build distributed systems. You know the basics of Go and are eager to put your knowledge to work. Build distributed services that are highly available, resilient, and scalable. This book is just what you need to apply Go to real-world situations. Level up your engineering skills today. Take your Go skills to the next level by learning how to design, develop, and deploy a distributed service. Start from the bare essentials of storage handling, then work your way through networking a client and server, and finally to distributing server instances, deployment, and testing. All this will make coding in your day job or side projects easier, faster, and more fun. Create your own distributed services and contribute to open source projects. Build networked, secure clients and servers with gRPC. Gain insights into your systems and debug issues with observable services instrumented with metrics, logs, and traces. Operate your own Certificate Authority to authenticate internal web services with TLS. Automatically handle when nodes are added or removed to your cluster with service discovery. Coordinate distributed systems with replicated state machines powered by the Raft consensus algorithm. Lay out your applications and libraries to be modular and easy to maintain. Write CLIs to configure and run your applications. Run your distributed system locally and deploy to the cloud with Kubernetes. Test and benchmark your applications to ensure they're correct and fast. Dive into writing Go and join the hundreds of thousands who are using it to build software for the real world. What You Need: Go 1.13+ and Kubernetes 1.16+" -- |c Provided by publisher. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Go (Computer program language) | |
650 | 0 | |a Electronic data processing |x Distributed processing. | |
650 | 6 | |a Go (Langage de programmation) | |
650 | 6 | |a Traitement réparti. | |
700 | 1 | |6 880-04 |a Shibata, Yoshiki |c (Computer software developer), |e translator. | |
765 | 0 | 8 | |i Translation of: |a Keeling, Michael. |t Design it! |d Raleigh, North Carolina : Pragmatic Bookshelf, [2017] |z 9781680502091 |w (DLC) 2018276308 |w (OCoLC)957506174 |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9784873119977/?ar |z Texto completo (Requiere registro previo con correo institucional) |
880 | 1 | 0 | |6 245-01/$1 |a Go言語による分散サービス : |b 信頼性, 拡張性, 保守性の高いシステムの構築 / |c Travis Jeffery著 ; 柴田芳樹訳 = Distributed services with Go : your guide to reliable, scalable, and maintainable systems / Travis Jeffery. |
880 | |6 250-02/$1 |a 初版. | ||
880 | 1 | |6 264-03/$1 |a 東京都新宿区 : |b オライリー・ジャパン, |c 2022. | |
880 | |6 520-00/$1 |a "本書は、Go言語で分散サービスを構築する方法を解説する書籍です。分散サービスの概要と基本を解説し、設計、開発、およびデプロイする方法をコードを使ってハンズオン形式で学びます。はじめに、ストレージレイヤの構築とデータ構造の定義を行い、gRPCを用いてAPIを定義したサービスをネットワーク上で動作させる方法を説明します。そしてサービスを分散させて、可用性、耐障害性、拡張性を実現する方法を解説し、本番環境のKubernetesへデプロイする方法を学びます。" -- |c Provided by publisher. | ||
880 | 1 | |6 700-04/$1 |a 柴田芳樹 |c (Computer software developer), |e translator. | |
994 | |a 92 |b IZTAP |