多读书多实践,勤思考善领悟

Spring/Spring Boot 整合 Mybatis + Phoenix

Spring/Spring Boot 整合 Mybatis + Phoenix

一、前言使用Spring+Mybatis操作Phoenix和操作其他的关系型数据库(如Mysql,Oracle)在配置上是基本相同的,下面会分别给出Spring/Spring Boot 整合步骤,完整代码见本仓库: Spring +...

Hbase的SQL中间层——Phoenix

Hbase的SQL中间层——Phoenix

一、Phoenix简介Phoenix是HBase的开源SQL中间层,它允许你使用标准JDBC的方式来操作HBase上的数据。在Phoenix之前,如果你要访问HBase,只能调用它的Java API,但相比于使用一行SQL就能实现数据...