Deployment, Administration and Use Cases with Python
De som köpt den här boken har ofta också köpt Elon Musk av Walter Isaacson (inbunden).
Köp båda 2 för 887 krNavin Sabharwal is an innovator, thought leader, author, and consultant in the areas of AI, machine learning, cloud computing, Big Data Analytics, software product development. Responsible for IP development & service delivery in the areas of AI and machine learning, automation products, GCP, cloud computing, public cloud AWS and Microsoft AzureNavin has created niche award-winning products and solutions and has filed numerous patents in diverse fields such as IT services, assessment engines, ranking algorithms, capacity planning engines, and knowledge management. Shakuntala Gupta Edward is an accomplished consultant in areas of data and analytics with 16 years of experience. Shakuntala is a Big Data architect and is responsible for database design, database architecture, best practices for big data technologies, product development using database, Big Data, NOSQL, analytics and machine learning technologies.
Chapter 1: Google Cloud PlatformChapter Goal: Enable the readers in getting started with the platform. Sub - Topics 1.1 Introduction to Google Cloud Platform (GCP)1.2 Introduction to GCPs data technologies offerings1.3 Getting started with the platform1.4 Accessing Google Cloud Platform Chapter 2: Cloud SQLChapter Goal: Introduce the readers to Google's fully managed SQL database service - CloudSQL.Sub - Topics 2.1 Relational data model2.2 Introduction to Cloud SQL2.3 Getting started with CloudSQL 2.4 Provisioning a MySQL instance2.5 Provisioning a PostgreSQL instance Chapter 3: Working with CloudSQLChapter Goal: Enable users to work with CloudSQL.Sub - Topics 3.1 Getting started with Cloud Shell3.2 Using CloudSQL with Python Chapter 4: Administering CloudSQL instancesChapter Goal: Cover the administrative aspects of the database service starting from scaling, high availability, backup to security. Everything which is important from the database administration perspective a user need to be aware of. Sub - Topics 4.1 Backups4.2 Replication4.3 Security Chapter 5: Cloud SpannerChapter Goal: Introduce the readers to the term NewSQL and then Google's very own NewSQL offerings - Cloud Spanner.Sub - Topics 5.1 What's new in NewSQL5.2 Introduction to Google Cloud Spanner5.3 Origin5.4 Spanner and CAP theorem5.5 Best fit Chapter 6: Cloud Spanner ExplainedChapter Goal: Enable users to understand Cloud Spanner Data Model and all its important aspects such as the architectural components, replica types, read/write methodology etc. Sub - Topics 6.1 Cloud Spanner objects6.2 Architecture overview6.3 Replica types6.4 Operations6.5 Understanding Operations with an example Chapter 7: Working with Cloud SpannerChapter Goal: Cover the creation of an instance taking a pause in understanding what happens under the hood, good to know pointers from administrative perspective, following that start working with the schema, read and write using the web console and use the instance with Python code. Sub - Topics 7.1 Create Instance7.2 Create database and schema7.3 Reading and writing data using Cloud Shell7.4 Using CloudSpanner with Python7.5 Wrap up Chapter 8: Best PracticesChapter Goal: Cover crucial pointers which enables the users to work the way out around the drawbacks or limitations of the offerings