后端开发
-
Go Engineer System Course 007
Product Microservice Entity Structure Description This module includes the following core entities: Goods Category Brands Banner GoodsCategoryBrand 1. Goods Describes the product i…
-
Go Engineer System Course 008
Order and Shopping Cart First, copy the service code framework of srv from the inventory service and find and replace the corresponding name (order_srv) Fundamentals of Encryption …
-
Go Engineer Training Program 009
Other Features User Center Favorites Manage Shipping Addresses (CRUD) Messages Copyinventory_srv--> userop_srv query and replace allinventory Elasticsearch In-depth Analysis Doc…
-
Go工程师体系课 010
Translation is not yet available. Showing original content. es 安装 elasticsearch(理解为库) kibana(理解为连接工具)es 和 kibana(5601) 的版本要保持一致 MySQL 对照学习 Elasticsearch(ES) 术语对照 MySQL Elasticsearc…
-
Go Engineer Comprehensive Course 011
Inverted Index for Queries 1. What is an Inverted Index? An Inverted Index is a data structure used to quickly find documents containing specific terms. It is one of the core techn…
-
Go Engineering Comprehensive Course 012
Integrating Elasticsearch in Go 1. Client Library Selection 1.1 Mainstream Go ES Clients olivere/elastic: Most comprehensive features, elegant API design, supports ES 7.x/8.x elast…
-
Go Engineer System Course 013
Order Transactions Both pre-deduction and post-deduction of inventory will affect inventory and orders, so distributed transactions must be used. Business (unpaid order) business i…
-
Go Engineer Comprehensive Course 014
RocketMQ Quick Start Refer to our various configurations (podman) for installation instructions. Concept Introduction RocketMQ is a distributed messaging middleware open-sourced by…
-
Go Engineering System Course 015
Docker Containerization — A Practical Guide for Go Projects I. Docker Core Concepts 1.1 What is Docker Docker is an open-source containerization platform that packages applications…
-
Go Engineering System Course 016
Getting Started with Kubernetes —— Go Microservice Deployment and Orchestration I. Kubernetes Core Concepts 1.1 What is Kubernetes Kubernetes (K8s for short) is Google's open-sourc…