# README

## 项目概述

由量子密钥小强走出的大数据之路（附带一部分个人纯兴趣爱好的探索）。

本项目记录了从 Java 开发到大数据成神之路的完整学习路径，涵盖：

### 开发基础

* **Java 开发**：Java 基础、算法题解、剑指 Offer、代码规范
* **开发框架和工具**：Spring Boot、Maven、Git、IDEA 等开发工具链

### 数据存储与中间件

* **数据库和中间件**：MySQL、Oracle、PostgreSQL、MongoDB、Elasticsearch、Kafka、Nginx
* **微服务**：Nacos、Spring Cloud 微服务架构

### 大数据核心

* **分布式理论**：CAP、Paxos、Raft、分布式锁与事务
* **Hadoop 生态**：HDFS、MapReduce、YARN
* **Hive 数据仓库**：DDL/DML、分区表、查询优化
* **Spark 大数据引擎**：RDD、SparkSQL、Spark Streaming
* **Flink 实时计算**：DataStream API、窗口机制、状态管理
* **ZooKeeper 协调服务**：集群搭建、ACL 权限控制

### 运维与部署

* **服务器、运维和测试**：Linux 服务器、Prometheus 监控、EFK 日志系统
* **容器化技术**：Docker、Kubernetes 云原生实战

### AI 与探索

* **Python 和 AI**：深度学习模型、FastAPI 服务部署
* **区块链**：Hyperledger Fabric、FISCO BCOS
* **信创**：达梦、OceanBase、openGauss 数据库

## 自动生成gitbook目录

### 1.安装插件

github地址：<https://github.com/imfly/gitbook-summary>

npm安装：

```
npm install -g gitbook-summary
```

### 2.生成目录

```
book sm
```

## 生成的gitbook书籍地址

<https://qiangrens-organization.gitbook.io/qkd90/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://qiangrens-organization.gitbook.io/qkd90/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
