#cheatsheet #computer-science Created at 100223 # [Anonymous feedback](https://www.admonymous.co/louis030195) # [[Epistemic status]] #shower-thought Last modified date: 2023-02-10 Commit: 0 # Related - [[Computing/Software Engineering/Cloud cheat sheet]] - [[Computing/Google Cloud Run tricks]] - [[Computing/When to use Kubernetes]] - [[Business/Entrepreneurship/Cloud native vs high level cloud]] - [[Computing/Infra cheatsheet]] - [[Vicarious learning - Software Engineering]] # TODO > [!TODO] TODO # Google Cloud cheatsheet ![[Epistemic warning - Large language model]] | Service | Description | Common Use Cases | |---------|-------------|------------------| | Compute Engine | A scalable, high-performance virtual machine environment for running applications and services. | Running large-scale, stateful applications, batch processing, and microservices. | | App Engine | A fully managed platform for building and running scalable web and mobile applications. | Developing and deploying web applications, mobile backends, and RESTful APIs. | | Kubernetes Engine | A fully managed environment for deploying, managing, and scaling containerized applications using Kubernetes. | Running and scaling containerized applications, microservices, and batch processing jobs. | | Cloud Functions | A serverless environment for building and connecting cloud services. | Building event-driven, stateless applications, and microservices. | | Cloud Storage | An object storage service that offers industry-leading scalability, data availability, performance, and security. | Storing and serving unstructured data, such as images, audio, and video files. | | BigQuery | A fast, highly scalable, and cost-effective data warehouse for big data analytics. | Analyzing large and complex datasets, real-time analytics, and business intelligence. | | Cloud SQL | A fully managed relational database service for SQL (MySQL, PostgreSQL, and SQL Server) databases. | Running OLAP and OLTP workloads, web and mobile applications, and large-scale data processing. | | Cloud Spanner | A globally-distributed, relational database service that provides strong consistency, high availability, and transactionality. | Running mission-critical, large-scale, and complex transactional applications. | | Cloud Firestore | A scalable and flexible NoSQL document database for mobile, web, and server development. | Storing and syncing data for real-time, collaborative, and mobile applications. | | Cloud Pub/Sub | A messaging service that allows you to send and receive messages between independent applications. | Implementing event-driven architecture, decoupled microservices, and real-time data streaming. |