摘要: 简介MongoDB 是一个介于关系数据库和非关系数据库之间的产品,是非关系数据库当中功能最丰富,最像关系数据库的。他支持的数据结构非常松散,是类似json的bson格式,因此可以存储比较复杂的数据类型。Mongo最大的特点是他支持的查询语言非常强大,其语法有点类似于面向对象的查询语言,几乎可以实现类 阅读全文
posted @ 2020-03-23 19:26 测道之路 阅读(610) 评论(0) 推荐(0) 编辑
摘要: 创建用户 1 创建 elasticsearch 用户组 [root@localhost ~]# groupadd elasticsearch 2 创建用户 es 并设置密码为es [root@localhost ~]# useradd es [root@localhost ~]# passwd es 阅读全文
posted @ 2020-03-23 18:50 测道之路 阅读(390) 评论(0) 推荐(0) 编辑