×
您的位置: 首页 > 编程笔记 > NoSQL
  •  2019-11-28

    置顶HBase 基本入门篇

    目录 一、简介 有什么特性 与RDBMS的区别 二、数据模型 三、安装HBase 四、基本使用 表操作 五、FAQ 参考文档 无论是 NoSQL,还是大数据领域,HBase 都是非常"炙热"的一门数据库。本文将对 HBase 做一些基础性的介绍,旨在入门。 一、简介 HBas 阅读全文>>
  •  2019-11-21

    置顶SpringBoot 整合NoSQL

    通用配置 maven依赖 添加Spring-Web和Spring-Security依赖,使用Spring-Security是因为使用SpringBoot的Redis依赖时,必须添加Spring-Security。在新版本SpringBoot才会这样。 <dependency> 阅读全文>>