Scalability
 
楽天市場検索


  レディースファッション (0)
  メンズファッション (0)
  インナー・下着・ナイトウェア (0)
  バッグ・小物・ブランド雑貨 (0)
  靴 (0)
  腕時計 (0)
  ジュエリー・アクセサリー (0)
  キッズ・ベビー・マタニティ (0)
  おもちゃ (0)
  スポーツ・アウトドア (0)
  家電 (0)
  TV・オーディオ・カメラ (0)
  パソコン・周辺機器 (0)
  スマートフォン・タブレット (0)
  光回線・モバイル通信 (0)
  食品 (0)
  スイーツ・お菓子 (0)
  水・ソフトドリンク (0)
  ビール・洋酒 (0)
  日本酒・焼酎 (0)
  インテリア・寝具・収納 (0)
  日用品雑貨・文房具・手芸 (0)
  キッチン用品・食器・調理器具 (0)
  本・雑誌・コミック (78) (Scalability)
  CD・DVD (0)
  テレビゲーム (0)
  ホビー (0)
  楽器・音響機器 (0)
  車・バイク (0)
  車用品・バイク用品 (0)
  美容・コスメ・香水 (0)
  ダイエット・健康 (0)
  医薬品・コンタクト・介護 (0)
  ペット・ペットグッズ (0)
  花・ガーデン・DIY (0)
  サービス・リフォーム (0)
  住宅・不動産 (0)
  カタログギフト・チケット (0)
  百貨店・総合通販・ギフト (0)
 
78件中 1件 - 30件  1 2 3
商品説明価格

Pro .NET Memory Management For Better Code, Performance, and Scalability【電子書籍】[ Konrad Kokosa ]

楽天Kobo電子書籍ストア
<p>Understand .NET memory management internal workings, pitfalls, and techniques in order to effectively avoid a wide range of performance and scalability problems in your software. Despite automatic memory management in .NET, there are many advantages to be found in understanding how .NET memory works and how you can best write software that interacts with it efficiently and effectively. <em>Pro .NET Memory Management</em> is your comprehensive guide to writing better software by understanding and working with memory management in .NET.</p> <p>Thoroughly vetted by the .NET Team at Microsoft, this book contains 25 valuable troubleshooting scenarios designed to help diagnose challenging memory problems. Readers will also benefit from a multitude of .NET memory management “rules” to live by that introduce methods for writing memory-aware code and the means for avoiding common, destructive pitfalls.</p> <p><strong>What You'll Learn</strong></p> <ul> <li> <p>Understand the theoretical underpinnings of automatic memory management</p> </li> <li> <p>Take a deep dive into every aspect of .NET memory management, including detailed coverage of garbage collection (GC) implementation, that would otherwise take years of experience to acquire</p> </li> <li> <p>Get practical advice on how this knowledge can be applied in real-world software development</p> </li> <li> <p>Use practical knowledge of tools related to .NET memory management to diagnose various memory-related issues</p> </li> <li> <p>Explore various aspects of advanced memory management, including use of Span and Memory types</p> </li> </ul> <p><strong>Who This Book Is For</strong></p> <p>.NET developers, solution architects, and performance engineers</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 12,154円

Designing for Scalability with Erlang/OTP Implement Robust, Fault-Tolerant Systems【電子書籍】[ Francesco Cesarini ]

楽天Kobo電子書籍ストア
<p>If you need to build a scalable, fault tolerant system with requirements for high availability, discover why the Erlang/OTP platform stands out for the breadth, depth, and consistency of its features. This hands-on guide demonstrates how to use the Erlang programming language and its OTP framework of reusable libraries, tools, and design principles to develop complex commercial-grade systems that simply cannot fail.</p> <p>In the first part of the book, you’ll learn how to design and implement process behaviors and supervision trees with Erlang/OTP, and bundle them into standalone nodes. The second part addresses reliability, scalability, and high availability in your overall system design. If you’re familiar with Erlang, this book will help you understand the design choices and trade-offs necessary to keep your system running.</p> <ul> <li>Explore OTP’s building blocks: the Erlang language, tools and libraries collection, and its abstract principles and design rules</li> <li>Dive into the fundamentals of OTP reusable frameworks: the Erlang process structures OTP uses for behaviors</li> <li>Understand how OTP behaviors support client-server structures, finite state machine patterns, event handling, and runtime/code integration</li> <li>Write your own behaviors and special processes</li> <li>Use OTP’s tools, techniques, and architectures to handle deployment, monitoring, and operations</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,617円

Pro T-SQL 2019 Toward Speed, Scalability, and Standardization for SQL Server Developers【電子書籍】[ Elizabeth Noble ]

楽天Kobo電子書籍ストア
<p>Design and write simple and efficient T-SQL code in SQL Server 2019 and beyond. Writing T-SQL that pulls back correct results can be challenging. This book provides the help you need in writing T-SQL that performs fast and is easy to maintain. You also will learn how to implement version control, testing, and deployment strategies.</p> <p>Hands-on examples show modern T-SQL practices and provide straightforward explanations. Attention is given to selecting the right data types and objects when designing T-SQL solutions. Author Elizabeth Noble teaches you how to improve your T-SQL performance through good design practices that benefit programmers and ultimately the users of the applications. You will know the common pitfalls of writing T-SQL and how to avoid those pitfalls going forward.</p> <p><strong>What You Will Learn</strong></p> <ul> <li> <p>Choose correct data types and database objects when designing T-SQL</p> </li> <li> <p>Write T-SQL that searches data efficiently and uses hardware effectively</p> </li> <li> <p>Implement source control and testing methods to streamline the deployment process</p> </li> <li> <p>Design T-SQL that can be enhanced or modified with less effort</p> </li> <li> <p>Plan for long-term data management and storage</p> </li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Database developers who want to improve the efficiency of their applications, and developers who want to solve complex query and data problems more easily by writing T-SQL that performs well, brings back correct results, and is easy for other developers to understand and maintain</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,469円

Web Scalability for Startup Engineers【電子書籍】[ Artur Ejsmont ]

楽天Kobo電子書籍ストア
<h4>This invaluable roadmap for startup engineers reveals how to successfully handle web application scalability challenges to meet increasing product and traffic demands.</h4> <p><em>Web Scalability for Startup Engineers</em> shows engineers working at startups and small companies how to plan and implement a comprehensive scalability strategy. It presents broad and holistic view of infrastructure and architecture of a scalable web application. Successful startups often face the challenge of scalability, and the core concepts driving a scalable architecture are language and platform agnostic.</p> <p>The book covers scalability of HTTP-based systems (websites, REST APIs, SaaS, and mobile application backends), starting with a high-level perspective before taking a deep dive into common challenges and issues. This approach builds a holistic view of the problem, helping you see the big picture, and then introduces different technologies and best practices for solving the problem at hand. The book is enriched with the author's real-world experience and expert advice, saving you precious time and effort by learning from others' mistakes and successes.</p> <ul> <li>Language-agnostic approach addresses universally challenging concepts in Web development/scalabilityーdoes not require knowledge of a particular language</li> <li>Fills the gap for engineers in startups and smaller companies who have limited means for getting to the next level in terms of accomplishing scalability</li> <li>Strategies presented help to decrease time to market and increase the efficiency of web applications</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,864円

Art of Scalability, The Scalable Web Architecture, Processes, and Organizations for the Modern Enterprise【電子書籍】[ Martin Abbott ]

楽天Kobo電子書籍ストア
<p><strong>The Comprehensive, Proven Approach to IT Scalability?Updated with New Strategies, Technologies, and Case Studies</strong></p> <p>In <em><strong>The Art of Scalability, Second Edition,</strong></em> leading scalability consultants Martin L. Abbott and Michael T. Fisher cover everything you need to know to smoothly scale products and services for any requirement. This extensively revised edition reflects new technologies, strategies, and lessons, as well as new case studies from the authors’ pioneering consulting practice, AKF Partners.</p> <p>Writing for technical and nontechnical decision-makers, Abbott and Fisher cover everything that impacts scalability, including architecture, process, people, organization, and technology. Their insights and recommendations reflect more than thirty years of experience at companies ranging from eBay to Visa, and Salesforce.com to Apple.</p> <p>You’ll find updated strategies for structuring organizations to maximize agility and scalability, as well as new insights into the cloud (IaaS/PaaS) transition, NoSQL, DevOps, business metrics, and more. Using this guide’s tools and advice, you can systematically clear away obstacles to scalability?and achieve unprecedented IT and business performance.</p> <p>Coverage includes</p> <p>? Why scalability problems start with organizations and people, <em>not</em> technology, and what to do about it</p> <p>? Actionable lessons from real successes and failures</p> <p>? Staffing, structuring, and leading the agile, scalable organization</p> <p>? Scaling processes for hyper-growth environments</p> <p>? Architecting scalability: proprietary models for clarifying needs and making choices?including 15 key success principles</p> <p>? Emerging technologies and challenges: data cost, datacenter planning, cloud evolution, and customer-aligned monitoring</p> <p>? Measuring availability, capacity, load, and performance</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 4,085円

Scaling Up of Microbial Electrochemical Systems From Reality to Scalability【電子書籍】

楽天Kobo電子書籍ストア
<p><em>Scaling Up of Microbial Electrochemical Systems: From Reality to Scalability</em> is the first book of its kind to focus on scaling up of microbial electrochemical systems (MES) and the unique challenges faced when moving towards practical applications using this technology. This book emphasizes an understanding of the current limitations of MES technology and suggests a way forward towards onsite applications of MES for practical use. It includes the basics of MES as well as success stories and case studies of MES in the direction of practical applications.</p> <p>This book will give a new direction to energy researchers, scientists and policymakers working on field applications of microbial electrochemical systemsーmicrobial fuel cells, microbial electrolysis cells, microbial electrosynthesis cells, and more.</p> <ul> <li>Promotes the advancement of microbial electrochemical systems, from lab scale to field applications</li> <li>Illustrates the challenges of scaling up using successive case studies</li> <li>Provides the basics of MES technology to help deepen understanding of the subject</li> <li>Addresses lifecycle analysis of MES technology to allow comparison with other conventional methods</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 22,244円

Mastering Amazon DynamoDB: From Basics to Scalability【電子書籍】[ Kameron Hussain ]

楽天Kobo電子書籍ストア
<p>"Mastering Amazon DynamoDB: From Basics to Scalability" is an essential guide for developers, database administrators, and IT professionals seeking to deepen their understanding of Amazon's highly scalable NoSQL database service, DynamoDB. This comprehensive book covers everything from the fundamental concepts to advanced techniques needed to efficiently use DynamoDB in a variety of real-world scenarios.</p> <p>Beginning with a thorough introduction to the basics of DynamoDB, the book delves into the unique characteristics that make it stand out among NoSQL databases. You will learn about DynamoDB's key-value and document data models, its seamless integration with AWS services, and how it supports serverless architectures.</p> <p>As you progress, the book shifts focus to more complex topics such as data modelling, which is essential for maximizing the performance and cost-effectiveness of DynamoDB. You'll explore various strategies for data modelling in DynamoDB, understanding how to structure your data for optimal access patterns.</p> <p>"Mastering Amazon DynamoDB" also provides practical guidance on scalability and performance tuning. You will gain insights into DynamoDB's scalability features, such as automatic scaling and global tables, and learn how to implement them effectively. The book includes detailed explanations on how to monitor and optimize the performance of DynamoDB tables to handle high throughput and large datasets.</p> <p>Security is a critical aspect covered in the book. You will understand the best practices for securing your DynamoDB data, including the use of AWS Identity and Access Management (IAM) for fine-grained control over access to your DynamoDB resources.</p> <p>Towards the end, the book discusses advanced topics like real-time data processing using DynamoDB Streams and integrating DynamoDB with other AWS services for analytics and data warehousing solutions.</p> <p>Whether you are a beginner or an experienced user of DynamoDB, this book offers valuable insights and practical examples to help you master DynamoDB and effectively implement it in your cloud-based applications.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,500円

Programming Ecto Build Database Apps in Elixir for Scalability and Performance【電子書籍】[ Darin Wilson ]

楽天Kobo電子書籍ストア
<p>Languages may come and go, but the relational database endures. Learn how to use Ecto, the premier database library for Elixir, to connect your Elixir and Phoenix apps to databases. Get a firm handle on Ecto fundamentals with a module-by-module tour of the critical parts of Ecto. Then move on to more advanced topics and advice on best practices with a series of recipes that provide clear, step-by-step instructions on scenarios commonly encountered by app developers. Co-authored by the creator of Ecto, this title provides all the essentials you need to use Ecto effectively.</p> <p>Elixir and Phoenix are taking the application development world by storm, and Ecto, the database library that ships with Phoenix, is going right along with them. There are plenty of examples that show you the basics, but to use Ecto to its full potential, you need to learn the library from the ground up.</p> <p>This definitive guide starts with a tour of the core features of Ecto - repos, queries, schemas, changesets, transactions - gradually building your knowledge with tasks of ever-increasing complexity. Along the way, you'll be learning by doing - a sample application handles all the boilerplate so you can focus on getting Ecto into your fingers.</p> <p>Build on that core knowledge with a series of recipes featuring more advanced topics. Change your pooling strategy to maximize your database's efficiency. Use nested associations to handle complex table relationships. Add streams to handle large result sets with ease. Based on questions from Ecto users, these recipes cover the most common situations developers run into.</p> <p>Whether you're new to Ecto, or already have an app in production, this title will give you a deeper understanding of how Ecto works, and help make your database code cleaner and more efficient.</p> <p><strong>What You Need:</strong></p> <p>To follow along with the book, you should have Erlang/OTP 19+ and Elixir 1.4+ installed. The book will guide you through setting up a sample application that integrates Ecto.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,617円

Understanding Big Data Scalability Big Data Scalability Series, Part I【電子書籍】[ Cory Isaacson ]

楽天Kobo電子書籍ストア
<p><strong>Get Started Scaling Your Database Infrastructure for High-Volume Big Data Applications</strong></p> <blockquote> <p>“Understanding Big Data Scalability presents the fundamentals of scaling databases from a single node to large clusters. It provides a practical explanation of what ‘Big Data’ systems are, and fundamental issues to consider when optimizing for performance and scalability. Cory draws on many years of experience to explain issues involved in working with data sets that can no longer be handled with single, monolithic relational databases.... His approach is particularly relevant now that relational data models are making a comeback via SQL interfaces to popular NoSQL databases and Hadoop distributions.... This book should be especially useful to database practitioners new to scaling databases beyond traditional single node deployments.”</p> <p><em>ーBrian O’Krafka, software architect</em></p> </blockquote> <p><em><strong>Understanding Big Data Scalability</strong></em> presents a solid foundation for scaling Big Data infrastructure and helps you address each crucial factor associated with optimizing performance in scalable and dynamic Big Data clusters.</p> <p>Database expert Cory Isaacson offers practical, actionable insights for every technical professional who must scale a database tier for high-volume applications. Focusing on today’s most common Big Data applications, he introduces proven ways to manage unprecedented data growth from widely diverse sources and to deliver real-time processing at levels that were inconceivable until recently.</p> <p>Isaacson explains why databases slow down, reviews each major technique for scaling database applications, and identifies the key rules of database scalability that every architect should follow.</p> <p>You’ll find insights and techniques proven with all types of database engines and environments, including SQL, NoSQL, and Hadoop. <em>Two start-to-finish case studies</em> walk you through planning and implementation, offering specific lessons for formulating your own scalability strategy. Coverage includes</p> <ul> <li>Understanding the true causes of database performance degradation in today’s Big Data environments</li> <li>Scaling smoothly to petabyte-class databases and beyond</li> <li>Defining database clusters for maximum scalability and performance</li> <li>Integrating NoSQL or columnar databases that aren’t “drop-in” replacements for RDBMSes</li> <li>Scaling application components: solutions and options for each tier</li> <li>Recognizing when to scale your data tierーa decision with enormous consequences for your application environment</li> <li>Why data relationships may be even more important in non-relational databases</li> <li>Why virtually every database scalability implementation still relies on sharding, and how to choose the best approach</li> <li>How to set clear objectives for architecting high-performance Big Data implementations</li> </ul> <p>The Big Data Scalability Series is a comprehensive, four-part series, containing information on many facets of database performance and scalability. <em><strong>Understanding Big Data Scalability</strong></em> is the first book in the series.</p> <p>Learn more and join the conversation about Big Data scalability at <a href="bigdatascalability.com/">bigdatascalability.com</a>.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,702円

Scalability Rules 50 Principles for Scaling Web Sites【電子書籍】[ Martin Abbott ]

楽天Kobo電子書籍ストア
<p><strong>50 Powerful, Easy-to-Use Rules for Supporting Hypergrowth in Any Environment</strong></p> <p><em>Scalability Rules</em> is the easy-to-use scalability primer and reference for every architect, developer, web professional, and manager. Authors Martin L. Abbott and Michael T. Fisher have helped scale more than 200 hypergrowth Internet sites through their consulting practice. Now, drawing on their unsurpassed experience, they present 50 clear, proven scalability rulesーand practical guidance for applying them.</p> <p>Abbott and Fisher transform scalability from a “black art” to a set of realistic, technology-agnostic best practices for supporting hypergrowth in nearly any environment, including both frontend and backend systems.</p> <p>For architects, they offer powerful new insights for creating and evaluating designs. For developers, they share specific techniques for handling everything from databases to state. For managers, they provide invaluable help in goal-setting, decision-making, and interacting with technical teams. Whatever your role, you’ll find practical risk/benefit guidance for setting prioritiesーand getting maximum “bang for the buck.”</p> <p>? Simplifying architectures and avoiding “over-engineering”</p> <p>? Scaling via cloning, replication, separating functionality, and splitting data sets</p> <p>? Scaling out, not up</p> <p>? Getting more out of databases without compromising scalability</p> <p>? Avoiding unnecessary redirects and redundant double-checking</p> <p>? Using caches and content delivery networks more aggressively, without introducing unacceptable complexity</p> <p>? Designing for fault tolerance, graceful failure, and easy rollback</p> <p>? Striving for statelessness when you can; efficiently handling state when you must</p> <p>? Effectively utilizing asynchronous communication</p> <p>? Learning quickly from mistakes, and much more</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,930円

Exascale Scientific Applications Scalability and Performance Portability【電子書籍】

楽天Kobo電子書籍ストア
<p>From the Foreword:</p> <p>"The authors of the chapters in this book are the pioneers who will explore the exascale frontier. The path forward will not be easy... These authors, along with their colleagues who will produce these powerful computer systems will, with dedication and determination, overcome the scalability problem, discover the new algorithms needed to achieve exascale performance for the broad range of applications that they represent, and create the new tools needed to support the development of scalable and portable science and engineering applications. Although the focus is on exascale computers, the benefits will permeate all of science and engineering because the technologies developed for the exascale computers of tomorrow will also power the petascale servers and terascale workstations of tomorrow. These affordable computing capabilities will empower scientists and engineers everywhere."<br /> ー Thom H. Dunning, Jr., Pacific Northwest National Laboratory and University of Washington, Seattle, Washington, USA</p> <p>"This comprehensive summary of applications targeting Exascale at the three DoE labs is a must read."<br /> ー Rio Yokota, Tokyo Institute of Technology, Tokyo, Japan</p> <p>"Numerical simulation is now a need in many fields of science, technology, and industry. The complexity of the simulated systems coupled with the massive use of data makes HPC essential to move towards predictive simulations. Advances in computer architecture have so far permitted scientific advances, but at the cost of continually adapting algorithms and applications. The next technological breakthroughs force us to rethink the applications by taking energy consumption into account. These profound modifications require not only anticipation and sharing but also a paradigm shift in application design to ensure the sustainability of developments by guaranteeing a certain independence of the applications to the profound modifications of the architectures: it is the passage from optimal performance to the portability of performance. It is the challenge of this book to demonstrate by example the approach that one can adopt for the development of applications offering performance portability in spite of the profound changes of the computing architectures."<br /> ー Christophe Calvin, CEA, Fundamental Research Division, Saclay, France</p> <p>"Three editors, one from each of the High Performance Computer Centers at Lawrence Berkeley, Argonne, and Oak Ridge National Laboratories, have compiled a very useful set of chapters aimed at describing software developments for the next generation exa-scale computers. Such a book is needed for scientists and engineers to see where the field is going and how they will be able to exploit such architectures for their own work. The book will also benefit students as it provides insights into how to develop software for such computer architectures. Overall, this book fills an important need in showing how to design and implement algorithms for exa-scale architectures which are heterogeneous and have unique memory systems. The book discusses issues with developing user codes for these architectures and how to address these issues including actual coding examples.’<br /> ー Dr. David A. Dixon, Robert Ramsay Chair, The University of Alabama, Tuscaloosa, Alabama, USA</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,901円

Pro SQL Server Relational Database Design and Implementation: Best Practices for Scalability and Per PRO SQL SERVER RELATIONAL DATA [ Louis Davidson ]

楽天ブックス
PRO SQL SERVER RELATIONAL DATA Louis Davidson APRESS2020 Paperback English ISBN:9781484264966 洋書 Computers & Science(コンピューター&科学) Computers 12,672円

洋書 Paperback, Load Balancing with HAProxy: Open-source technology for better scalability, redundancy and availability in your IT infrastructure

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。 5,677円

洋書 Paperback, The Data Access Handbook: Achieving Optimal Database Application Performance and Scalability

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 10,270円

Ultimate Data Engineering with Databricks Develop Scalable Data Pipelines Using Data Engineering's Core Tenets Such as Delta Tables, Ingestion, Transformation, Security, and Scalability【電子書籍】[ Mayank Malhotra ]

楽天Kobo電子書籍ストア
<p>Navigating Databricks with Ease for Unparalleled Data Engineering Insights.</p> <p>Book Description<br /> Ultimate Data Engineering with Databricks is a comprehensive handbook meticulously designed for professionals aiming to enhance their data engineering skills through Databricks. Bridging the gap between foundational and advanced knowledge, this book employs a step-by-step approach with detailed explanations suitable for beginners and experienced practitioners alike.</p> <p>Focused on practical applications, the book employs real-world examples and scenarios to teach how to construct, optimize, and maintain robust data pipelines. Emphasizing immediate applicability, it equips readers to address real data challenges using Databricks effectively. The goal is not just understanding Databricks but mastering it to offer tangible solutions.</p> <p>What you will learn<br /> ● Acquire proficiency in Databricks fundamentals, enabling the construction of efficient data pipelines.<br /> ● Design and implement high-performance data solutions for scalability.<br /> ● Apply essential best practices for ensuring data integrity in pipelines.<br /> ● Explore advanced Databricks features for tackling complex data tasks.<br /> ● Learn to optimize data pipelines for streamlined workflows.</p> <p>Table of Contents</p> <ol> <li>Fundamentals of Data Engineering</li> <li>Mastering Delta Tables in Databricks</li> <li>Data Ingestion and Extraction</li> <li>Data Transformation and ETL Processes</li> <li>Data Quality and Validation</li> <li>Data Modeling and Storage</li> <li>Data Orchestration and Workflow Management</li> <li>Performance Tuning and Optimization</li> <li>Scalability and Deployment Considerations</li> <li>Data Security and Governance<br /> Last Words<br /> Index</li> </ol>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,028円

Reverse Engineering with Terraform An Introduction to Infrastructure Automation, Integration, and Scalability using Terraform【電子書籍】[ Sumit Bhatia ]

楽天Kobo電子書籍ストア
<p>This book is a comprehensive guide for employing Terraform in infrastructure as code automation, and its application to infrastructure operations.</p> <p><em>Reverse Engineering with Terraform</em> begins with an introduction to Terraform’s core functionalities, including state files, configuration files, and providers, followed by a deep dive into the tool. You’ll then learn how to pinpoint problems with Terraform automation and how reverse engineering can help you resolve them. Drilling down, authors Sumit Bhatia and Chetan Gabhane walk you through the various steps in reverse engineering with an eye towards more effective Terraform integration with preexisting and legacy IT infrastructure.</p> <p>Using a real-world reverse engineering example, they demonstrate how to import a preexisting resource into your infrastructure, which can help you develop an automatable and scalable method for Terrraform adoption. You’ll also learn how to create reusable, shareable components to streamline infrastructure code and foster collaboration within teams, and advanced techniques for using Terraform to optimize infrastructure provisioning, configuration, and management.</p> <p>Filled with real-world case studies, tips and tricks, and best practices, this book will leave you with a thorough understanding of the infrastructure as code paradigm, and how to leverage Terraform automation with legacy as well as modern IT infrastructure.</p> <p><strong>What You Will Learn</strong></p> <ul> <li>Understand Terraform and its infrastructure automation capabilities</li> <li>Explore how Terraform can be used with other platforms like AWS, Azure and VMware</li> <li>Master the basic concepts of reverse engineering for legacy infrastructure entities</li> <li>Enable Terraform in legacy IT environments through reverse engineering</li> </ul> <p><strong>Who This Book Is For</strong></p> <p>IT architects, admins, technical managers, and infrastructure solution experts.Minimal knowledge of Python programming is the only prerequisite.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,076円

Microsoft SQL Server 2005 Changing the Paradigm【電子書籍】[ Scalability Experts, Inc. ]

楽天Kobo電子書籍ストア
<p><em>Microsoft SQL Server 2005: Changing the Paradigm (SQL Server 2005 Public Beta Edition)</em> will prepare database administrators for upcoming changes in SQL Server 2005. Obtain the skills necessary to run SQL Server 2005 from the experts at Microsoft Gold Partner. Get a head-start to understanding the new concepts and features of SQL Server 2005 from the database administrator's perspective, including:</p> <ul> <li>SQL Server 2005 Architecture</li> <li>Tool Sets</li> <li>Scalability, Reliability and High Availability Chapter</li> <li>Performance Tuning</li> <li>Replication</li> <li>.NET CLR Integration</li> <li>DTS and Business Intelligence</li> </ul> <p>Minimize the surprises in SQL Server 2005 with the help of <em>Microsoft SQL Server 2005: Changing the Paradigm (SQL Server 2005 Public Beta Edition)</em>.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,990円

RESTful Web Services Cookbook Solutions for Improving Scalability and Simplicity【電子書籍】[ Subbu Allamaraju ]

楽天Kobo電子書籍ストア
<p>While the REST design philosophy has captured the imagination of web and enterprise developers alike, using this approach to develop real web services is no picnic. This cookbook includes more than 100 recipes to help you take advantage of REST, HTTP, and the infrastructure of the Web. You'll learn ways to design RESTful web services for client and server applications that meet performance, scalability, reliability, and security goals, no matter what programming language and development framework you use.</p> <p>Each recipe includes one or two problem statements, with easy-to-follow, step-by-step instructions for solving them, as well as examples using HTTP requests and responses, and XML, JSON, and Atom snippets. You'll also get implementation guidelines, and a discussion of the pros, cons, and trade-offs that come with each solution.</p> <ul> <li>Learn how to design resources to meet various application scenarios</li> <li>Successfully design representations and URIs</li> <li>Implement the hypertext constraint using links and link headers</li> <li>Understand when and how to use Atom and AtomPub</li> <li>Know what and what not to do to support caching</li> <li>Learn how to implement concurrency control</li> <li>Deal with advanced use cases involving copying, merging, transactions, batch processing, and partial updates</li> <li>Secure web services and support OAuth</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,895円

Scalability A Complete Guide - 2021 Edition【電子書籍】[ Gerardus Blokdyk ]

楽天Kobo電子書籍ストア
<p>Does the technology vendor have the ability to achieve necessary scalability?</p> <p>How can scalability be built into the daily workload without expanding the workforce?</p> <p>How do you create flexible components without sacrificing readability and scalability?</p> <p>How would you provide more scalability to a directory based coherence protocol?</p> <p>Is it possible to move away from packet switching, and retain its flexibility and scalability?</p> <p>What are the limiting factors in terms of scalability, in connection with your application?</p> <p>What kind of estimates do you have for the scalability of your technology in the future?</p> <p>What limits the scalability of snooping-based approaches to cache coherence?</p> <p>What types of founders are most likely to create ventures with the potential for scalability?</p> <p>Which option provides the most flexible deployment and easiest scalability?</p> <p><strong>This Scalability Guide is unlike books you're used to. If you're looking for a textbook, this might not be for you. This book and its <em>included digital components</em> is for you who understands the importance of asking great questions. This gives you the questions to uncover the Scalability challenges you're facing and generate better solutions to solve those problems.</strong></p> <p>Defining, designing, creating, and implementing a process to solve a challenge or meet an objective is the most valuable role… In EVERY group, company, organization and department.</p> <p>Unless you're talking a one-time, single-use project, there should be a process. That process needs to be designed by someone with a complex enough perspective to ask the right questions. Someone capable of asking the right questions and step back and say, 'What are we really trying to accomplish here? And is there a different way to look at it?'</p> <p>This Self-Assessment empowers people to do just that - whether their title is entrepreneur, manager, consultant, (Vice-)President, CxO etc... - they are the people who rule the future. They are the person who asks the right questions to make Scalability investments work better.</p> <p>This Scalability All-Inclusive Self-Assessment enables You to be that person.</p> <p>INCLUDES all the tools you need to an in-depth Scalability Self-Assessment. Featuring new and updated case-based questions, organized into seven core levels of Scalability maturity, this Self-Assessment will help you identify areas in which Scalability improvements can be made.</p> <p><strong>In using the questions you will be better able to:</strong></p> <p><strong>Diagnose Scalability projects, initiatives, organizations, businesses and processes using accepted diagnostic standards and practices.</strong></p> <p><strong>Implement evidence-based best practice strategies aligned with overall goals.</strong></p> <p><strong>Integrate recent advances in Scalability and process design strategies into practice according to best practice guidelines.</strong></p> <p>Using the Self-Assessment tool gives you the Scalability Scorecard, enabling you to develop a clear picture of which Scalability areas need attention.</p> <p>Your purchase includes access to the <strong>Scalability self-assessment digital components</strong> which gives you your dynamically prioritized projects-ready tool that enables you to define, show and lead your organization exactly with what's important.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 6,167円

Cloud Computing with Security and Scalability. Concepts and Practices【電子書籍】[ Naresh Kumar Sehgal ]

楽天Kobo電子書籍ストア
<p>This book provides readers with an overview of Cloud Computing, starting with historical background on mainframe computers and early networking protocols, leading to current concerns such as hardware and systems security, performance, emerging areas of IoT, Edge Computing, and healthcare etc. Readers will benefit from the in-depth discussion of cloud computing usage and the underlying architectures. The authors explain carefully the “why’s and how’s” of Cloud Computing, so engineers will find this book an invaluable source of information to the topic. This third edition includes new material on Cloud Computing Scalability, as well as best practices for using dynamic cloud infrastructure, and cloud operations management with cost optimizations. Several new examples and analysis of cloud security have been added, including ARM architecture and https protocol.</p> <ul> <li>Provides practical guidance for software developers engaged in migrating in-house applications to Public Cloud;</li> <li>Describes for IT managers how to improve their Cloud Computing infrastructures;</li> <li>Includes coverage of security concerns with Cloud operating models;</li> <li>Uses several case studies to illustrate the “why’s and how’s” of using the Cloud;</li> <li>Examples and options to improve Cloud Computing Scalability.</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 10,331円

洋書 Paperback, Programming Scala: Scalability = Functional Programming + Objects

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 5,416円

Maximum Availability Architecture (MAA) with Oracle GoldenGate MicroServices in HUB Architecture Learn how to use Oracle GoldenGate to improve the availability, reliability, and scalability of your mission-critical systems (English Editi【電子書籍】

楽天Kobo電子書籍ストア
<p>Oracle GoldenGate is a software product that allows you to replicate data from one database to another. If you are interested in using Oracle GoldenGate Microservices (OGG MA) in HUB configuration for database upgrade, migration, and data replication, then this book is a valuable resource for you.This book provides a step-by-step guide for designing and implementing an Oracle GoldenGate Microservices architecture in a hub configuration, with high availability (HA) and disaster recovery (DR) capabilities. It begins by explaining the architecture of Oracle GoldenGate Microservices, and then provides real-world examples of how it can be used to upgrade or migrate databases, replicate data, and monitor the environment. Moving on, the book includes detailed instructions on how to install and configure Oracle GoldenGate Microservices, as well as, how to use the REST API, command line, and web interface to manage the solution. Lastly, the book provides a practical example of how the architecture can be used to achieve HA and DR for data replication.By the end of the book, you will be a confident and knowledgeable OGG MA user, who is able to design, implement, and manage Oracle GoldenGate Microservices Architecture solutions for your organization.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 2,132円

Insurance Agency 4.0 Prepare Your Agency for the Future; Develop Your Road Map for Digitization; Increase Profit, Scalability and Time【電子書籍】[ Matthew P Masiello ]

楽天Kobo電子書籍ストア
<p>Prepare for the Future</p> <p>Develop Your Digital Road Map</p> <p>Increase Profit, Scalability, and Time</p> <p>We are currently in the Fourth Industrial Revolution, where digital capabilities are providing velocity to all prior developments. This includes the insurance industry and independent insurance agents. Do you have a digital strategy? The insurance industry and independent insurance agencies have been slow to adapt to change, but change is here. <em>Insurance Agency 4.0</em> brings together the digital evolution of insurance agencies and presents a wholistic view of the future agency. Main Street staples like bookstores, travel agents, and music stores have been disintermediated and their products moved online and into self-service; but insurance's complex nature has kept the local insurance agent viable. However, consumers are becoming better educated, price wars blast across all advertising, and people expect the same digital experiences across all parts of their lives, including with their insurance agent.</p> <p><em>Insurance Agency 4.0</em> will help agency owners and managers develop a custom path to modernize their business strategy relative to their people, marketing, operations, service, and sales while developing a practical approach to:</p> <p>? Discover and Analyze Your Starting Point</p> <p>? Develop Your Strengths, Weaknesses, Opportunities, and Threats</p> <p>? Build and Execute Your Customized Strategic Digital Plan</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,134円

洋書 Serious Python: Black-Belt Advice on Deployment, Scalability, Testing, and More

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 6,367円

洋書 Paperback, IBM Z/Os V1r10 Communications Server Tcp/Ip Implementation: High Availability, Scalability, and Performance: 3

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 10,676円

洋書 Communications Server for Z/os V1r7 Tcp/ip: Implementaion - High Availability, Scalability, And Performance

Glomarket
*** We ship internationally, so do not use a package forwarding service. We cannot ship to a package forwarding company address because of the Japanese customs regulation. If it is shipped and customs office does not let the package go, we do not make a refund. 【注意事項】 *** 特に注意してください。 *** ・個人ではない法人・団体名義での購入はできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 ・お名前にカタカナが入っている場合法人である可能性が高いため当店システムから自動保留します。カタカナで記載が必要な場合はカタカナ変わりローマ字で記載してください。 ・お名前またはご住所が法人・団体名義(XX株式会社等)、商店名などを含めている場合、または電話番号が個人のものではない場合、税関から法人名義でみなされますのでご注意ください。 ・転送サービス会社への発送もできません。この場合税関で滅却されてもお客様負担になりますので御了承願います。 *** ・注文後品切れや価格変動でキャンセルされる場合がございますので予めご了承願います。 ・当店でご購入された商品は、原則として、「個人輸入」としての取り扱いになり、すべてニュージャージからお客様のもとへ直送されます。 ・ご注文後、30営業日以内(通常2~3週間)に配送手続きをいたします。配送作業完了後、2週間程度でのお届けとなります。 ・まれに商品入荷状況や国際情勢、運送、通関事情により、お届けが2ヶ月までかかる場合がありますのでお急ぎの場合は注文をお控えください。 ・個人輸入される商品は、すべてご注文者自身の「個人使用・個人消費」が前提となりますので、ご注文された商品を第三者へ譲渡・転売することは法律で禁止されております。 ・関税・消費税が課税される場合があります。詳細はこちらをご確認下さい。PC販売説明文 8,354円

Repeatability, Reliability, and Scalability through GitOps Continuous delivery and deployment codified【電子書籍】[ Bryan Feuling ]

楽天Kobo電子書籍ストア
<p>Learn how to best use GitOps to automate manual tasks in the continuous delivery and deployment process Key Features ? Explore the different GitOps schools of thought and understand which GitOps practices will work for you and your team ? Get up and running with the fundamentals of GitOps implementation ? Understand how to effectively automate the deployment and delivery process Book Description The world of software delivery and deployment has come a long way in the last few decades. From waterfall methods to Agile practices, every company that develops its own software has to overcome various challenges in delivery and deployment to meet customer and market demands. This book will guide you through common industry practices for software delivery and deployment. Throughout the book, you'll follow the journey of a DevOps team that matures their software release process from quarterly deployments to continuous delivery using GitOps. With the help of hands-on tutorials, projects, and self-assessment questions, you'll build your knowledge of GitOps basics, different types of GitOps practices, and how to decide which GitOps practice is the best for your company. As you progress, you'll cover everything from building declarative language files to the pitfalls in performing continuous deployment with GitOps. By the end of this book, you'll be well-versed with the fundamentals of delivery and deployment, the different schools of GitOps, and how to best leverage GitOps in your teams. What you will learn ? Explore a variety of common industry tools for GitOps ? Understand continuous deployment, continuous delivery, and why they are important ? Gain a practical understanding of using GitOps as an engineering organization ? Become well-versed with using GitOps and Kubernetes together ? Leverage Git events for automated deployments ? Implement GitOps best practices and find out how to avoid GitOps pitfalls Who this book is for This book is for engineering leaders and anyone working in software engineering, DevOps, SRE, build/release, or cloud automation teams. A basic understanding of the DevOps software development life cycle (SDLC) will help you to get the most out of this book.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 3,405円

Pro Java Clustering and Scalability Building Real-Time Apps with Spring, Cassandra, Redis, WebSocket and RabbitMQ【電子書籍】[ Jorge Acetozi ]

楽天Kobo電子書籍ストア
<p>Build clustered and scalable Java-based, real-time applications using Spring Framework, Boot, WebSocket, Cassandra, Redis and RabbitMQ. In this book, you'll tie all this together with a dive-in case study, a real-time scalable chat application under differing scenarios. <em>Pro Java Clustering and Scalability</em> also discusses how to horizontally scale the WebSocket chat application using a full STOMP broker such as RabbitMQ.</p> <p>Although this is a programming book, it also discusses many interesting infrastructure topics and tips about continuous delivery, Docker, NoSQL (Cassandra and Redis) and other related technologies.</p> <p><strong>What You Will Learn</strong></p> <ul> <li> <p>Handle clustering and scalability using various open source Java, microservices, and web services tools and technologies</p> </li> <li> <p>Use Spring Framework, Boot, and other Spring technologies</p> </li> <li> <p>Integrate with Redis, RabbitMQ, Cassandra, NoSQL, and much more</p> </li> <li> <p>Test the case study code under various scenarios and stresses</p> </li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Experienced Java developers with at least some prior experience with Java, especially Spring Framework, Boot and other tools, and some web services.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 5,469円

MongoDB Topology Design Scalability, Security, and Compliance on a Global Scale【電子書籍】[ Nicholas Cottrell ]

楽天Kobo電子書籍ストア
<p>Create a world-class MongoDB cluster that is scalable, reliable, and secure. Comply with mission-critical regulatory regimes such as the European Union’s General Data Protection Regulation (GDPR). Whether you are thinking of migrating to MongoDB or need to meet legal requirements for an existing self-managed cluster, this book has you covered. It begins with the basics of replication and sharding, and quickly scales up to cover everything you need to know to control your data and keep it safe from unexpected data loss or downtime.</p> <p>This book covers best practices for stable MongoDB deployments. For example, a well-designed MongoDB cluster should have no single point of failure. The book covers common use cases when only one or two data centers are available. It goes into detail about creating geopolitical sharding configurations to cover the most stringent data protection regulation compliance. The book also covers different tools and approaches for automating and monitoring a cluster with Kubernetes, Docker, and popular cloud provider containers.</p> <p><strong>What</strong> <strong>You Will Learn</strong></p> <ul> <li>Get started with the basics of MongoDB clusters</li> <li>Protect and monitor a MongoDB deployment</li> <li>Deepen your expertise around replication and sharding</li> <li>Keep effective backups and plan ahead for disaster recovery</li> <li>Recognize and avoid problems that can occur in distributed databases</li> <li>Build optimal MongoDB deployments within hardware and data center limitations</li> </ul> <p><strong>Who This Book Is For</strong></p> <p>Solutions architects, DevOps architects and engineers, automation and cloud engineers, and database administrators who are new to MongoDB and distributed databases or who need to scale up simple deployments. This book is a complete guide to planning a deployment for optimal resilience, performance, and scaling, and covers all the details required to meet the new set of data protection regulations such as the GDPR. This book is particularly relevant for large global organizations such as financial and medical institutions, as well as government departments that need to control data in the whole stack and are prohibited from using managed cloud services.</p>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 7,899円

Getting Started with CouchDB Extreme Scalability at Your Fingertips【電子書籍】[ MC Brown ]

楽天Kobo電子書籍ストア
<p>CouchDB is a new breed of database for the Internet, geared to meet the needs of today’s dynamic web applications. With this concise introduction, you’ll learn how CouchDB’s simple model for storing, processing, and accessing data makes it ideal for the type of data and rapid response users now demand from your applicationsーand how easy CouchDB is to set up, deploy, maintain, and scale.</p> <p>The code-packed examples in this book will help you learn how to work with documents, populate a simple database, replicate data from one database to another, and a host of other tasks.</p> <ul> <li>Install CouchDB on Linux, Mac OS X, Windows, or (if you must) from the source code</li> <li>Interact with data through CouchDB’s RESTful API, and use standard HTTP operations, such as PUT, GET, POST, and DELETE</li> <li>Use FutonーCouchDB’s web-based interfaceー to manage databases and documents, and to configure replications</li> <li>Learn how to create, update, and delete documents in JSON format, and how to create and delete databases</li> <li>Work with design documents to get the formatting and indexing your application requires</li> </ul>画面が切り替わりますので、しばらくお待ち下さい。 ※ご購入は、楽天kobo商品ページからお願いします。※切り替わらない場合は、こちら をクリックして下さい。 ※このページからは注文できません。 1,355円