Author: Senthilkumar, KR
Publisher: IGI Global
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 466
Book Description
Blockchain technology is revolutionizing the way libraries manage, secure, and share information in the digital age. With its potential to enhance cataloging systems, improve data integrity, and ensure transparent transactions, blockchain offers innovative solutions to the challenges faced by modern library networks. By exploring these advancements, this book provides a thorough analysis of how blockchain can transform information management, bringing efficiency and security to the forefront of library operations. Leveraging Blockchain for Future-Ready Libraries offers readers an in-depth look at the practical applications of blockchain in the library world, backed by real-world case studies of successful implementations. The book highlights both the benefits and challenges of adopting this technology, offering valuable insights for librarians, IT professionals, library science students, and academics interested in the evolving intersection of blockchain and information management.
Leveraging Blockchain for Future-Ready Libraries
Author: Senthilkumar, KR
Publisher: IGI Global
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 466
Book Description
Blockchain technology is revolutionizing the way libraries manage, secure, and share information in the digital age. With its potential to enhance cataloging systems, improve data integrity, and ensure transparent transactions, blockchain offers innovative solutions to the challenges faced by modern library networks. By exploring these advancements, this book provides a thorough analysis of how blockchain can transform information management, bringing efficiency and security to the forefront of library operations. Leveraging Blockchain for Future-Ready Libraries offers readers an in-depth look at the practical applications of blockchain in the library world, backed by real-world case studies of successful implementations. The book highlights both the benefits and challenges of adopting this technology, offering valuable insights for librarians, IT professionals, library science students, and academics interested in the evolving intersection of blockchain and information management.
Publisher: IGI Global
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 466
Book Description
Blockchain technology is revolutionizing the way libraries manage, secure, and share information in the digital age. With its potential to enhance cataloging systems, improve data integrity, and ensure transparent transactions, blockchain offers innovative solutions to the challenges faced by modern library networks. By exploring these advancements, this book provides a thorough analysis of how blockchain can transform information management, bringing efficiency and security to the forefront of library operations. Leveraging Blockchain for Future-Ready Libraries offers readers an in-depth look at the practical applications of blockchain in the library world, backed by real-world case studies of successful implementations. The book highlights both the benefits and challenges of adopting this technology, offering valuable insights for librarians, IT professionals, library science students, and academics interested in the evolving intersection of blockchain and information management.
Enhancing Security and Regulations in Libraries With Blockchain Technology
Author: Senthilkumar, K.R.
Publisher: IGI Global
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 432
Book Description
In an era where data security and transparency are paramount, blockchain technology offers a groundbreaking solution for libraries. By enhancing security protocols, ensuring data integrity, and enabling transparent information sharing, blockchain has the potential to revolutionize library systems. Integrating blockchain into library operations is an essential step forward in strengthening cataloging processes, securing digital assets, and fostering a more efficient and trusted information management system. Enhancing Security and Regulations in Libraries With Blockchain Technology provides a comprehensive analysis of blockchains role in reshaping library operations. Through detailed case studies, readers will gain insight into the practical applications, benefits, and challenges of implementing blockchain in the library sector. This essential resource is aimed at librarians, IT professionals, library science students, and academics looking to bolster the future of information management with enhanced security and regulatory compliance.
Publisher: IGI Global
ISBN:
Category : Language Arts & Disciplines
Languages : en
Pages : 432
Book Description
In an era where data security and transparency are paramount, blockchain technology offers a groundbreaking solution for libraries. By enhancing security protocols, ensuring data integrity, and enabling transparent information sharing, blockchain has the potential to revolutionize library systems. Integrating blockchain into library operations is an essential step forward in strengthening cataloging processes, securing digital assets, and fostering a more efficient and trusted information management system. Enhancing Security and Regulations in Libraries With Blockchain Technology provides a comprehensive analysis of blockchains role in reshaping library operations. Through detailed case studies, readers will gain insight into the practical applications, benefits, and challenges of implementing blockchain in the library sector. This essential resource is aimed at librarians, IT professionals, library science students, and academics looking to bolster the future of information management with enhanced security and regulatory compliance.
Essential Cryptography for JavaScript Developers
Author: Alessandro Segala
Publisher: Packt Publishing Ltd
ISBN: 1801076316
Category : Computers
Languages : en
Pages : 220
Book Description
Discover how to take advantage of common cryptographic operations to build safer apps that respect users' privacy with the help of examples in JavaScript for Node.js and browsers Key FeaturesUnderstand how to implement common cryptographic operations in your code with practical examplesLearn about picking modern safe algorithms, which libraries you should rely on, and how to use them correctlyBuild modern and secure applications that respect your users' privacy with cryptographyBook Description If you're a software developer, this book will give you an introduction to cryptography, helping you understand how to make the most of it for your applications. The book contains extensive code samples in JavaScript, both for Node.js and for frontend apps running in a web browser, although the core concepts can be used by developers working with any programming language and framework. With a purely hands-on approach that is focused on sharing actionable knowledge, you'll learn about the common categories of cryptographic operations that you can leverage in all apps you're developing, including hashing, encryption with symmetric, asymmetric and hybrid ciphers, and digital signatures. You'll learn when to use these operations and how to choose and implement the most popular algorithms to perform them, including SHA-2, Argon2, AES, ChaCha20-Poly1305, RSA, and Elliptic Curve Cryptography. Later, you'll learn how to deal with password and key management. All code in this book is written in JavaScript and designed to run in Node.js or as part of frontend apps for web browsers. By the end of this book, you'll be able to build solutions that leverage cryptography to protect user privacy, offer better security against an expanding and more complex threat landscape, help meet data protection requirements, and unlock new opportunities. What you will learnWrite JavaScript code that uses cryptography running within a Node.js environment for the server-side or in frontend applications for web browsersUse modern, safe hashing functions for calculating digests and key derivation, including SHA-2 and Argon2Practice encrypting messages and files with a symmetric key using AES and ChaCha20-Poly1305Use asymmetric and hybrid encryption, leveraging RSA and Elliptic Curve Cryptography with ECDH and ECIESCalculate and verify digital signatures using RSA and ECDSA/EdDSAManage passwords and encryption keys safelyWho this book is for This cryptography book is an introductory guide for software developers who don't necessarily have a background in cryptography but are interested in learning how to integrate it in their solutions, correctly and safely. You'll need to have at least intermediate-level knowledge of building apps with JavaScript and familiarity with Node.js to make the most of this book.
Publisher: Packt Publishing Ltd
ISBN: 1801076316
Category : Computers
Languages : en
Pages : 220
Book Description
Discover how to take advantage of common cryptographic operations to build safer apps that respect users' privacy with the help of examples in JavaScript for Node.js and browsers Key FeaturesUnderstand how to implement common cryptographic operations in your code with practical examplesLearn about picking modern safe algorithms, which libraries you should rely on, and how to use them correctlyBuild modern and secure applications that respect your users' privacy with cryptographyBook Description If you're a software developer, this book will give you an introduction to cryptography, helping you understand how to make the most of it for your applications. The book contains extensive code samples in JavaScript, both for Node.js and for frontend apps running in a web browser, although the core concepts can be used by developers working with any programming language and framework. With a purely hands-on approach that is focused on sharing actionable knowledge, you'll learn about the common categories of cryptographic operations that you can leverage in all apps you're developing, including hashing, encryption with symmetric, asymmetric and hybrid ciphers, and digital signatures. You'll learn when to use these operations and how to choose and implement the most popular algorithms to perform them, including SHA-2, Argon2, AES, ChaCha20-Poly1305, RSA, and Elliptic Curve Cryptography. Later, you'll learn how to deal with password and key management. All code in this book is written in JavaScript and designed to run in Node.js or as part of frontend apps for web browsers. By the end of this book, you'll be able to build solutions that leverage cryptography to protect user privacy, offer better security against an expanding and more complex threat landscape, help meet data protection requirements, and unlock new opportunities. What you will learnWrite JavaScript code that uses cryptography running within a Node.js environment for the server-side or in frontend applications for web browsersUse modern, safe hashing functions for calculating digests and key derivation, including SHA-2 and Argon2Practice encrypting messages and files with a symmetric key using AES and ChaCha20-Poly1305Use asymmetric and hybrid encryption, leveraging RSA and Elliptic Curve Cryptography with ECDH and ECIESCalculate and verify digital signatures using RSA and ECDSA/EdDSAManage passwords and encryption keys safelyWho this book is for This cryptography book is an introductory guide for software developers who don't necessarily have a background in cryptography but are interested in learning how to integrate it in their solutions, correctly and safely. You'll need to have at least intermediate-level knowledge of building apps with JavaScript and familiarity with Node.js to make the most of this book.
The Future of Community
Author: John Kraski
Publisher: John Wiley & Sons
ISBN: 1394215258
Category : Business & Economics
Languages : en
Pages : 262
Book Description
A penetrating look at how web3 will shape our shared future In The Future of Community: How to Leverage Web3 Technologies to Grow Your Business, a team of web3 visionaries and tech-savvy executives delivers a groundbreaking new take on the seismic impact web3 is having—and will continue to have—on our technological and social landscapes. The authors discuss why web3 really is the “next big thing” to shape our digital and offline futures and how it will transform the world. You’ll discover a whole host of web3 applications poised to excite and disrupt industries around the world, from fan tokens that reshape how we think about interactions between artists and fans to self-sovereign identities on the blockchain that allow you to take full control over how your personal data is used and collected online. You’ll also find: Insightful explorations of technologies and techniques like tokenization, decentralized marketplaces, decentralized autonomous organizations, and more Explanations of how web3 allows you to take greater ownership and control of your digital and offline assets Discussions of why web3 increases transparency and accountability at every level of business, government, and social hierarchies An invigorating and singularly incisive resource, The Future of Community is a can’t-miss book for futurists, entrepreneurs, founders, business leaders, tech enthusiasts, and web3 fans excited about today’s cutting-edge tech and how it will shape our tomorrows.
Publisher: John Wiley & Sons
ISBN: 1394215258
Category : Business & Economics
Languages : en
Pages : 262
Book Description
A penetrating look at how web3 will shape our shared future In The Future of Community: How to Leverage Web3 Technologies to Grow Your Business, a team of web3 visionaries and tech-savvy executives delivers a groundbreaking new take on the seismic impact web3 is having—and will continue to have—on our technological and social landscapes. The authors discuss why web3 really is the “next big thing” to shape our digital and offline futures and how it will transform the world. You’ll discover a whole host of web3 applications poised to excite and disrupt industries around the world, from fan tokens that reshape how we think about interactions between artists and fans to self-sovereign identities on the blockchain that allow you to take full control over how your personal data is used and collected online. You’ll also find: Insightful explorations of technologies and techniques like tokenization, decentralized marketplaces, decentralized autonomous organizations, and more Explanations of how web3 allows you to take greater ownership and control of your digital and offline assets Discussions of why web3 increases transparency and accountability at every level of business, government, and social hierarchies An invigorating and singularly incisive resource, The Future of Community is a can’t-miss book for futurists, entrepreneurs, founders, business leaders, tech enthusiasts, and web3 fans excited about today’s cutting-edge tech and how it will shape our tomorrows.
OECD Digital Education Outlook 2021 Pushing the Frontiers with Artificial Intelligence, Blockchain and Robots
Author: OECD
Publisher: OECD Publishing
ISBN: 9264904646
Category :
Languages : en
Pages : 252
Book Description
How might digital technology and notably smart technologies based on artificial intelligence (AI), learning analytics, robotics, and others transform education? This book explores such question. It focuses on how smart technologies currently change education in the classroom and the management of educational organisations and systems.
Publisher: OECD Publishing
ISBN: 9264904646
Category :
Languages : en
Pages : 252
Book Description
How might digital technology and notably smart technologies based on artificial intelligence (AI), learning analytics, robotics, and others transform education? This book explores such question. It focuses on how smart technologies currently change education in the classroom and the management of educational organisations and systems.
Blockchain with Hyperledger Fabric
Author: Nitin Gaur
Publisher: Packt Publishing Ltd
ISBN: 1839216174
Category : Computers
Languages : en
Pages : 757
Book Description
Learn to develop blockchain-based distributed ledgers and deploy a Hyperledger Fabric network with concrete exercises and examples Key FeaturesUpdated with the latest features and additions that come with Hyperledger Fabric 2Write your own smart contracts and services using Java and JavaScript on a Hyperledger Fabric networkDive into real-world blockchain challenges such as integration and scalabilityBook Description Blockchain with Hyperledger Fabric - Second Edition is a refreshed and extended version of the successful book on practical Hyperledger Fabric blockchain development. This edition includes many new chapters, alongside comprehensive updates and additions to the existing ones. Entirely reworked for Hyperledger Fabric version 2, this edition will bring you right up to date with the latest in blockchain. Using a real-world Trade Finance and Logistics example, with working code available on GitHub, you’ll really understand both how and why Hyperledger Fabric can be used to maximum effect. This book is your comprehensive guide and reference to explore and build blockchain networks using Hyperledger Fabric version 2. This edition of the book begins by outlining the evolution of blockchain, including an overview of relevant blockchain technologies. Starting from first principles, you’ll learn how to design and operate a permissioned blockchain network based on Hyperledger Fabric version 2. You will learn how to configure the main architectural components of a permissioned blockchain network including Peers, Orderers, Certificate Authorities, Channels, and Policies. You’ll then learn how to design, develop, package, and deploy smart contracts, and how they are subsequently used by applications. This edition also contains chapters on DevOps, blockchain governance, and security, making this your go-to book for Hyperledger Fabric version 2. What you will learnDiscover why blockchain is a technology and business game changerSet up blockchain networks using Hyperledger Fabric version 2Understand how to create decentralized applicationsLearn how to integrate blockchains with existing systemsWrite smart contracts and services quickly with Hyperledger Fabric and Visual Studio CodeDesign transaction models and smart contracts with Java, JavaScript, TypeScript, and GolangDeploy REST gateways to access smart contracts and understand how wallets maintain user identities for access controlMaintain, monitor, and govern your blockchain solutionsWho this book is for This book is designed in such a way that professionals from different areas including business leaders, technology leaders, blockchain application developers, and even beginners can benefit from it.
Publisher: Packt Publishing Ltd
ISBN: 1839216174
Category : Computers
Languages : en
Pages : 757
Book Description
Learn to develop blockchain-based distributed ledgers and deploy a Hyperledger Fabric network with concrete exercises and examples Key FeaturesUpdated with the latest features and additions that come with Hyperledger Fabric 2Write your own smart contracts and services using Java and JavaScript on a Hyperledger Fabric networkDive into real-world blockchain challenges such as integration and scalabilityBook Description Blockchain with Hyperledger Fabric - Second Edition is a refreshed and extended version of the successful book on practical Hyperledger Fabric blockchain development. This edition includes many new chapters, alongside comprehensive updates and additions to the existing ones. Entirely reworked for Hyperledger Fabric version 2, this edition will bring you right up to date with the latest in blockchain. Using a real-world Trade Finance and Logistics example, with working code available on GitHub, you’ll really understand both how and why Hyperledger Fabric can be used to maximum effect. This book is your comprehensive guide and reference to explore and build blockchain networks using Hyperledger Fabric version 2. This edition of the book begins by outlining the evolution of blockchain, including an overview of relevant blockchain technologies. Starting from first principles, you’ll learn how to design and operate a permissioned blockchain network based on Hyperledger Fabric version 2. You will learn how to configure the main architectural components of a permissioned blockchain network including Peers, Orderers, Certificate Authorities, Channels, and Policies. You’ll then learn how to design, develop, package, and deploy smart contracts, and how they are subsequently used by applications. This edition also contains chapters on DevOps, blockchain governance, and security, making this your go-to book for Hyperledger Fabric version 2. What you will learnDiscover why blockchain is a technology and business game changerSet up blockchain networks using Hyperledger Fabric version 2Understand how to create decentralized applicationsLearn how to integrate blockchains with existing systemsWrite smart contracts and services quickly with Hyperledger Fabric and Visual Studio CodeDesign transaction models and smart contracts with Java, JavaScript, TypeScript, and GolangDeploy REST gateways to access smart contracts and understand how wallets maintain user identities for access controlMaintain, monitor, and govern your blockchain solutionsWho this book is for This book is designed in such a way that professionals from different areas including business leaders, technology leaders, blockchain application developers, and even beginners can benefit from it.
Blockchain
Author: Melanie Swan
Publisher: "O'Reilly Media, Inc."
ISBN: 1491920459
Category : Computers
Languages : en
Pages : 151
Book Description
Bitcoin is starting to come into its own as a digital currency, but the blockchain technology behind it could prove to be much more significant. This book takes you beyond the currency ("Blockchain 1.0") and smart contracts ("Blockchain 2.0") to demonstrate how the blockchain is in position to become the fifth disruptive computing paradigm after mainframes, PCs, the Internet, and mobile/social networking. Author Melanie Swan, Founder of the Institute for Blockchain Studies, explains that the blockchain is essentially a public ledger with potential as a worldwide, decentralized record for the registration, inventory, and transfer of all assets—not just finances, but property and intangible assets such as votes, software, health data, and ideas. Topics include: Concepts, features, and functionality of Bitcoin and the blockchain Using the blockchain for automated tracking of all digital endeavors Enabling censorship?resistant organizational models Creating a decentralized digital repository to verify identity Possibility of cheaper, more efficient services traditionally provided by nations Blockchain for science: making better use of the data-mining network Personal health record storage, including access to one’s own genomic data Open access academic publishing on the blockchain This book is part of an ongoing O’Reilly series. Mastering Bitcoin: Unlocking Digital Crypto-Currencies introduces Bitcoin and describes the technology behind Bitcoin and the blockchain. Blockchain: Blueprint for a New Economy considers theoretical, philosophical, and societal impact of cryptocurrencies and blockchain technologies.
Publisher: "O'Reilly Media, Inc."
ISBN: 1491920459
Category : Computers
Languages : en
Pages : 151
Book Description
Bitcoin is starting to come into its own as a digital currency, but the blockchain technology behind it could prove to be much more significant. This book takes you beyond the currency ("Blockchain 1.0") and smart contracts ("Blockchain 2.0") to demonstrate how the blockchain is in position to become the fifth disruptive computing paradigm after mainframes, PCs, the Internet, and mobile/social networking. Author Melanie Swan, Founder of the Institute for Blockchain Studies, explains that the blockchain is essentially a public ledger with potential as a worldwide, decentralized record for the registration, inventory, and transfer of all assets—not just finances, but property and intangible assets such as votes, software, health data, and ideas. Topics include: Concepts, features, and functionality of Bitcoin and the blockchain Using the blockchain for automated tracking of all digital endeavors Enabling censorship?resistant organizational models Creating a decentralized digital repository to verify identity Possibility of cheaper, more efficient services traditionally provided by nations Blockchain for science: making better use of the data-mining network Personal health record storage, including access to one’s own genomic data Open access academic publishing on the blockchain This book is part of an ongoing O’Reilly series. Mastering Bitcoin: Unlocking Digital Crypto-Currencies introduces Bitcoin and describes the technology behind Bitcoin and the blockchain. Blockchain: Blueprint for a New Economy considers theoretical, philosophical, and societal impact of cryptocurrencies and blockchain technologies.
Blockchain in Libraries
Author: Michael Meth
Publisher: ALA TechSource
ISBN: 9780838918210
Category : Language Arts & Disciplines
Languages : en
Pages : 0
Book Description
This issue of Library Technology Reports (vol. 55, no. 8), "Blockchain in Libraries," examines the application of blockchain in libraries.
Publisher: ALA TechSource
ISBN: 9780838918210
Category : Language Arts & Disciplines
Languages : en
Pages : 0
Book Description
This issue of Library Technology Reports (vol. 55, no. 8), "Blockchain in Libraries," examines the application of blockchain in libraries.
The Digital Transformation of Logistics
Author: Mac Sullivan
Publisher: John Wiley & Sons
ISBN: 1119646391
Category : Technology & Engineering
Languages : en
Pages : 480
Book Description
The digital transformation is in full swing and fundamentally changes how we live, work, and communicate with each other. From retail to finance, many industries see an inflow of new technologies, disruption through innovative platform business models, and employees struggling to cope with the significant shifts occurring. This Fourth Industrial Revolution is predicted to also transform Logistics and Supply Chain Management, with delivery systems becoming automated, smart networks created everywhere, and data being collected and analyzed universally. The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution provides a holistic overview of this vital subject clouded by buzz, hype, and misinformation. The book is divided into three themed-sections: Technologies such as self-driving cars or virtual reality are not only electrifying science fiction lovers anymore, but are also increasingly presented as cure-all remedies to supply chain challenges. In The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution, the authors peel back the layers of excitement that have grown around new technologies such as the Internet of Things (IoT), 3D printing, Robotic Process Automation (RPA), Blockchain or Cloud computing, and show use cases that give a glimpse about the fascinating future we can expect. Platforms that allow businesses to centrally acquire and manage their logistics services disrupt an industry that has been relationship-based for centuries. The authors discuss smart contracts, which are one of the most exciting applications of Blockchain, Software as a Service (SaaS) offerings for freight procurement, where numerous data sources can be integrated and decision-making processes automated, and marine terminal operating systems as an integral node for shipments. In The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution, insights are shared into the cold chain industry where companies respond to increasing quality demands, and how European governments are innovatively responding to challenges of cross-border eCommerce. People are a vital element of the digital transformation and must be on board to drive change. The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution explains how executives can create sustainable impact and how competencies can be managed in the digital age - especially for sales executives who require urgent upskilling to remain relevant. Best practices are shared for organizational culture change, drawing on studies among senior leaders from the US, Singapore, Thailand, and Australia, and for managing strategic alliances with logistics service providers to offset risks and create cross-functional, cross-company transparency. The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution provides realistic insights, a ready-to-use knowledge base, and a working vocabulary about current activities and emerging trends of the Logistics industry. Intended readers are supply chain professionals working for manufacturing, trading, and freight forwarding companies as well as students and all interested parties.
Publisher: John Wiley & Sons
ISBN: 1119646391
Category : Technology & Engineering
Languages : en
Pages : 480
Book Description
The digital transformation is in full swing and fundamentally changes how we live, work, and communicate with each other. From retail to finance, many industries see an inflow of new technologies, disruption through innovative platform business models, and employees struggling to cope with the significant shifts occurring. This Fourth Industrial Revolution is predicted to also transform Logistics and Supply Chain Management, with delivery systems becoming automated, smart networks created everywhere, and data being collected and analyzed universally. The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution provides a holistic overview of this vital subject clouded by buzz, hype, and misinformation. The book is divided into three themed-sections: Technologies such as self-driving cars or virtual reality are not only electrifying science fiction lovers anymore, but are also increasingly presented as cure-all remedies to supply chain challenges. In The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution, the authors peel back the layers of excitement that have grown around new technologies such as the Internet of Things (IoT), 3D printing, Robotic Process Automation (RPA), Blockchain or Cloud computing, and show use cases that give a glimpse about the fascinating future we can expect. Platforms that allow businesses to centrally acquire and manage their logistics services disrupt an industry that has been relationship-based for centuries. The authors discuss smart contracts, which are one of the most exciting applications of Blockchain, Software as a Service (SaaS) offerings for freight procurement, where numerous data sources can be integrated and decision-making processes automated, and marine terminal operating systems as an integral node for shipments. In The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution, insights are shared into the cold chain industry where companies respond to increasing quality demands, and how European governments are innovatively responding to challenges of cross-border eCommerce. People are a vital element of the digital transformation and must be on board to drive change. The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution explains how executives can create sustainable impact and how competencies can be managed in the digital age - especially for sales executives who require urgent upskilling to remain relevant. Best practices are shared for organizational culture change, drawing on studies among senior leaders from the US, Singapore, Thailand, and Australia, and for managing strategic alliances with logistics service providers to offset risks and create cross-functional, cross-company transparency. The Digital Transformation of Logistics: Demystifying Impacts of the Fourth Industrial Revolution provides realistic insights, a ready-to-use knowledge base, and a working vocabulary about current activities and emerging trends of the Logistics industry. Intended readers are supply chain professionals working for manufacturing, trading, and freight forwarding companies as well as students and all interested parties.
DevOps for Databases
Author: David Jambor
Publisher: Packt Publishing Ltd
ISBN: 183763789X
Category : Computers
Languages : en
Pages : 446
Book Description
Implement, automate, build, operate, and optimize databases and other data-persistent technologies efficiently by leveraging the right set of DevOps best practices Key Features Implement core operational capabilities via automated pipelines, including testing and rollbacks Create infrastructure, deploy software, test execution, and monitor operations using the as-code strategy Automate common implementation patterns for databases with declarative orchestration frameworks Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionIn today's rapidly evolving world of DevOps, traditional silos are a thing of the past. Database administrators are no longer the only experts; site reliability engineers (SREs) and DevOps engineers are database experts as well. This blurring of the lines has led to increased responsibilities, making members of high-performing DevOps teams responsible for end-to-end ownership. This book helps you master DevOps for databases, making it a must-have resource for achieving success in the ever-changing world of DevOps. You’ll begin by exploring real-world examples of DevOps implementation and its significance in modern data-persistent technologies, before progressing into the various types of database technologies and recognizing their strengths, weaknesses, and commonalities. As you advance, the chapters will teach you about design, implementation, testing, and operations using practical examples, as well as common design patterns, combining them with tooling, technology, and strategies for different types of data-persistent technologies. You’ll also learn how to create complex end-to-end implementation, deployment, and cloud infrastructure strategies defined as code. By the end of this book, you’ll be equipped with the knowledge and tools to design, build, and operate complex systems efficiently.What you will learn Apply DevOps best practices to data-persistent technologies Get to grips with architectural-level design and implementation Explore the modern data journey and data modeling with database technology Master the operation of large-scale systems with zero-touch automation Achieve speed, resilience, security, and operability at different scales Design DevOps teams with end-to-end ownership models Who this book is for This book is for newcomers as well as seasoned SREs, DevOps engineers, and system engineers who are interested in large-scale systems with a heavy focus on data-persistent technologies. Database administrators looking to level up in the world of DevOps will also find this book helpful. Experience with cloud Infrastructure, basic development, and operations will help you get the most out of this book.
Publisher: Packt Publishing Ltd
ISBN: 183763789X
Category : Computers
Languages : en
Pages : 446
Book Description
Implement, automate, build, operate, and optimize databases and other data-persistent technologies efficiently by leveraging the right set of DevOps best practices Key Features Implement core operational capabilities via automated pipelines, including testing and rollbacks Create infrastructure, deploy software, test execution, and monitor operations using the as-code strategy Automate common implementation patterns for databases with declarative orchestration frameworks Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionIn today's rapidly evolving world of DevOps, traditional silos are a thing of the past. Database administrators are no longer the only experts; site reliability engineers (SREs) and DevOps engineers are database experts as well. This blurring of the lines has led to increased responsibilities, making members of high-performing DevOps teams responsible for end-to-end ownership. This book helps you master DevOps for databases, making it a must-have resource for achieving success in the ever-changing world of DevOps. You’ll begin by exploring real-world examples of DevOps implementation and its significance in modern data-persistent technologies, before progressing into the various types of database technologies and recognizing their strengths, weaknesses, and commonalities. As you advance, the chapters will teach you about design, implementation, testing, and operations using practical examples, as well as common design patterns, combining them with tooling, technology, and strategies for different types of data-persistent technologies. You’ll also learn how to create complex end-to-end implementation, deployment, and cloud infrastructure strategies defined as code. By the end of this book, you’ll be equipped with the knowledge and tools to design, build, and operate complex systems efficiently.What you will learn Apply DevOps best practices to data-persistent technologies Get to grips with architectural-level design and implementation Explore the modern data journey and data modeling with database technology Master the operation of large-scale systems with zero-touch automation Achieve speed, resilience, security, and operability at different scales Design DevOps teams with end-to-end ownership models Who this book is for This book is for newcomers as well as seasoned SREs, DevOps engineers, and system engineers who are interested in large-scale systems with a heavy focus on data-persistent technologies. Database administrators looking to level up in the world of DevOps will also find this book helpful. Experience with cloud Infrastructure, basic development, and operations will help you get the most out of this book.