# hbase-demo **Repository Path**: demo_44/hbase-demo ## Basic Information - **Project Name**: hbase-demo - **Description**: hbase demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-07 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hbase demo ## 官网 1. [hbase官网](https://hbase.apache.org/) ## 目录结构 ```text hbase-demo ├─conf 配置文件 ├─profile.d 环境变量 ├─命令 相关命令 └─src/main/java └─cn.hc ├─conn1 连接 ├─ddl2 ddl ├─dml3 dml └─phoenix5 集成phoenix ``` ## [rowkey设计](./rowKey设计.md)