Pipeline System Automation and Control


Book Description

Discusses the methods for monitoring and controlling a pipeline system safely and efficiently. This book reviews the various automation technologies and discusses the design, implementation and operation of pipeline automation, with emphasis on centralized automation systems.




Continuous Delivery


Book Description

Winner of the 2011 Jolt Excellence Award! Getting software released to users is often a painful, risky, and time-consuming process. This groundbreaking new book sets out the principles and technical practices that enable rapid, incremental delivery of high quality, valuable new functionality to users. Through automation of the build, deployment, and testing process, and improved collaboration between developers, testers, and operations, delivery teams can get changes released in a matter of hours— sometimes even minutes–no matter what the size of a project or the complexity of its code base. Jez Humble and David Farley begin by presenting the foundations of a rapid, reliable, low-risk delivery process. Next, they introduce the “deployment pipeline,” an automated process for managing all changes, from check-in to release. Finally, they discuss the “ecosystem” needed to support continuous delivery, from infrastructure, data and configuration management to governance. The authors introduce state-of-the-art techniques, including automated infrastructure management and data migration, and the use of virtualization. For each, they review key issues, identify best practices, and demonstrate how to mitigate risks. Coverage includes • Automating all facets of building, integrating, testing, and deploying software • Implementing deployment pipelines at team and organizational levels • Improving collaboration between developers, testers, and operations • Developing features incrementally on large and distributed teams • Implementing an effective configuration management strategy • Automating acceptance testing, from analysis to implementation • Testing capacity and other non-functional requirements • Implementing continuous deployment and zero-downtime releases • Managing infrastructure, data, components and dependencies • Navigating risk management, compliance, and auditing Whether you’re a developer, systems administrator, tester, or manager, this book will help your organization move from idea to release faster than ever—so you can deliver value to your business rapidly and reliably.




Detecting Leaks in Pipelines


Book Description

Over the brief history of automatic leak detection, perhaps 40 years, there has been a great deal of experimentation and conjecture along with the application of real and meaningful science and technology. This is not unusual in a young field, but it has interfered with the development of a broad understanding of the underlying concepts and realities. This book places the need for leak detection on pipelines in a societal context using both a regulatory and a risk-based approach. It develops the applicable science, starting with first principles. It explores the technology available for implementation, shows how to estimate and monitor performance, and discusses how to maintain and ensure consistency over time. This book is an excellent reference for professionals who develop and apply leak detection systems, as it discusses the fundamentals of leak detection science and technology, including the mathematics on which the fundamentals are based. It also includes key information about threats pipelines encounter, along with the underlying concepts, capabilities, and limitations of leak detection technology. This information will be of great value to regulators as well as to petroleum industry executives, safety and technology managers, and operations managers.




Pipeline as Code


Book Description

Start thinking about your development pipeline as a mission-critical application. Discover techniques for implementing code-driven infrastructure and CI/CD workflows using Jenkins, Docker, Terraform, and cloud-native services. In Pipeline as Code, you will master: Building and deploying a Jenkins cluster from scratch Writing pipeline as code for cloud-native applications Automating the deployment of Dockerized and Serverless applications Containerizing applications with Docker and Kubernetes Deploying Jenkins on AWS, GCP and Azure Managing, securing and monitoring a Jenkins cluster in production Key principles for a successful DevOps culture Pipeline as Code is a practical guide to automating your development pipeline in a cloud-native, service-driven world. You’ll use the latest infrastructure-as-code tools like Packer and Terraform to develop reliable CI/CD pipelines for numerous cloud-native applications. Follow this book's insightful best practices, and you’ll soon be delivering software that’s quicker to market, faster to deploy, and with less last-minute production bugs. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Treat your CI/CD pipeline like the real application it is. With the Pipeline as Code approach, you create a collection of scripts that replace the tedious web UI wrapped around most CI/CD systems. Code-driven pipelines are easy to use, modify, and maintain, and your entire CI pipeline becomes more efficient because you directly interact with core components like Jenkins, Terraform, and Docker. About the book In Pipeline as Code you’ll learn to build reliable CI/CD pipelines for cloud-native applications. With Jenkins as the backbone, you’ll programmatically control all the pieces of your pipeline via modern APIs. Hands-on examples include building CI/CD workflows for distributed Kubernetes applications, and serverless functions. By the time you’re finished, you’ll be able to swap manual UI-based adjustments with a fully automated approach! What's inside Build and deploy a Jenkins cluster on scale Write pipeline as code for cloud-native applications Automate the deployment of Dockerized and serverless applications Deploy Jenkins on AWS, GCP, and Azure Grasp key principles of a successful DevOps culture About the reader For developers familiar with Jenkins and Docker. Examples in Go. About the author Mohamed Labouardy is the CTO and co-founder of Crew.work, a Jenkins contributor, and a DevSecOps evangelist. Table of Contents PART 1 GETTING STARTED WITH JENKINS 1 What’s CI/CD? 2 Pipeline as code with Jenkins PART 2 OPERATING A SELF-HEALING JENKINS CLUSTER 3 Defining Jenkins architecture 4 Baking machine images with Packer 5 Discovering Jenkins as code with Terraform 6 Deploying HA Jenkins on multiple cloud providers PART 3 HANDS-ON CI/CD PIPELINES 7 Defining a pipeline as code for microservices 8 Running automated tests with Jenkins 9 Building Docker images within a CI pipeline 10 Cloud-native applications on Docker Swarm 11 Dockerized microservices on K8s 12 Lambda-based serverless functions PART 4 MANAGING, SCALING, AND MONITORING JENKINS 13 Collecting continuous delivery metrics 14 Jenkins administration and best practices




ANCILLARY EQUIPMENT AND ELECTRICAL EQUIPMENT - Volume I


Book Description

Ancillary Equipment and Electrical Equipment is a component of Encyclopedia of Water Sciences, Engineering and Technology Resources in the global Encyclopedia of Life Support Systems (EOLSS), which is an integrated compendium of twenty one Encyclopedias. The volume presents state-of-the art subject matter of various aspects of Ancillary Equipment And Electrical Equipment such as: Seawater Supply Pump; Cooling Water Recirculation Pump; Brine Recirculation Pump; Brine Blowdown Pump; Brine Heater Condensate Pump; Minor Pumps For Desalination Plants; The Installation Criteria And The Layout; Hydraulic Aspects In Design And Operation Of Axial-Flow Pumps; Description Of Surface Vortices With Regard To Common Design Criteria Of Intake Chambers; Vacuum Creating Equipment; Filtering Equipment; Chemical Dosing Stations; On-Load Sponge Ball Cleaning System; Power Supply Systems And Electrical Equipment For Desalination Plants; Composite Materials For Pressure Vessels And Pipes; Thermal Stresses In Vessels, Piping, And Components; Pressure Vessels And Piping Systems: Reliability, Risk And Safety Assessment; Pressure Vessels And Shell Structures; Pipeline Operations; Steel And Pipe Mill Techology; Pipeline Structural Integrity; Pipeline System Automation And Control; Pump And Compressor Operation; Environmental Conservation Practices For Pipelines. This volume is aimed at the following five major target audiences: University and College Students Educators, Professional Practitioners, Research Personnel and Policy and Decision Makers




Handbook of Pipeline Engineering


Book Description




Fundamentals of Pipeline...


Book Description




Site Reliability Engineering


Book Description

The overwhelming majority of a software system’s lifespan is spent in use, not in design or implementation. So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems? In this collection of essays and articles, key members of Google’s Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You’ll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient—lessons directly applicable to your organization. This book is divided into four sections: Introduction—Learn what site reliability engineering is and why it differs from conventional IT industry practices Principles—Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE) Practices—Understand the theory and practice of an SRE’s day-to-day work: building and operating large distributed computing systems Management—Explore Google's best practices for training, communication, and meetings that your organization can use




Pipeline Real-time Data Integration and Pipeline Network Virtual Reality System


Book Description

As the second volume of the "Digital Oil & Gas Pipeline: Research and Practice" series of monographs, this book introduces the implementation strategies, examples and technical roadmaps of two important aspects of the Digital Oil & Gas Pipeline construction: pipeline real-time data integration and pipeline network virtual reality system. Two example of pipeline real-time data integration are elaborated: integration of pipeline WebGIS (Geographic Information System) and pipeline SCADA (Supervisory Control and Data Acquisition) via OPC (OLE for Process Control) technology, integration of pipeline network virtual reality system and pipeline SCADA via OPC, JNI (Java Native Interface) and SAI (Scene Access Interface). The pipeline network virtual reality system aims for the pipeline virtual expression, interaction, and 3D visual management. It can be used for pipeline route visual design and plan, immersive pipeline industry training, remote visual supervision and control, etc. The implementation details of the pipeline network virtual reality system, including 3D pipeline and terrain modeling with X3D (Extensible 3D) technology, improving large-scene display performance and speed in the network environment using LOD (Level of Detail) technology, interaction of virtual pipeline scenes, and pipeline 3D visual monitoring, are also introduced. The knowledge and experience delivered by this book will provide useful reference for the readers from the industries of oil & gas pipeline, GIS, Virtual Reality, industrial control, etc.




Handbook of Natural Gas Transmission and Processing


Book Description

A unique, well-documented, and forward-thinking work, the second edition of Handbook of Natural Gas Transmission and Processing continues to present a thoroughly updated, authoritative, and comprehensive description of all major aspects of natural gas transmission and processing. It provides an ideal platform for engineers, technologists, and operations personnel working in the natural gas industry to get a better understanding of any special requirements for optimal design and operations of natural gas transmission pipelines and processing plants. First book of its kind that covers all aspects of natural gas transmission and processing Provides pivotal updates on the latest technologies, which have not been addressed in-depth in any existing books Offers practical advice for design and operation based on sound engineering principles and established techniques Examines ways to select the best processing route for optimal design of gas-processing plants Contains new discussions on process modeling, control, and optimization in gas processing industry