码迷,mamicode.com
首页 >  
搜索关键字:elastic    ( 1303个结果
Linux上搭建Elasticsearch服务器并同步数据库
1.准备工作 下载Elasticsearch版本号2.3.4 https://www.elastic.co/downloads/past-releases/elasticsearch-2-3-4 , 下载同步数据库所需要的包 https://codeload.github.com/jprante/e ...
分类:数据库   时间:2016-11-15 14:16:26    阅读次数:219
django全文检索
linux下配置操作1、在虚拟环境中依次安装包 1、pip install django-haystack haystack:django的一个包,可以方便地对model里面的内容进行索引、搜索,设计为支持whoosh,solr,Xapian,Elasticsearc四种全文检索引擎后端,属于一种全 ...
分类:其他好文   时间:2016-11-15 08:03:53    阅读次数:209
ELK
https://www.elastic.co/ elasticsearch: 可以看成一个分布式的NoSql数据库,基于Lucene,开放了restful api和多种语言的编程接口。 支持复杂的查询,而且查询高效,sql能查的东西elasticsearch都能查询 支持PB级数据 基于插件化设计 ...
分类:其他好文   时间:2016-11-14 02:23:09    阅读次数:159
vagrant拷贝后vagrant file需要加的配置
config.ssh.forward_agent config.ssh.username = "vagrant" config.ssh.password = "vagrant" 一般来说,我们的vagrant的默认登录密码都是vagrant,为什么不用root用户? 就个人的感受来看,虽然vagra ...
分类:其他好文   时间:2016-11-14 00:57:05    阅读次数:117
Ubuntu 16 安装ElasticSearch
首先安装Java,参见博客:http://www.cnblogs.com/1zhk/p/6056406.html 下载ElasticSearch安装包 curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsea ...
分类:系统相关   时间:2016-11-13 09:25:20    阅读次数:331
ElasticSearch 基础(1) - 简介
下一篇 Elastic Search基础(2) 一、ES介绍 Gitbook[中文未完整]: http://learnes.net/ Gitbook[英文完整]:https://allen8807.gitbooks.io/elasticsearch-definitive-guide-en/conte ...
分类:其他好文   时间:2016-11-11 01:26:32    阅读次数:196
ElasticSearch基础(2) - hello world
上一篇 ES基础(1) 官网原地址:https://www.elastic.co/guide/en/elasticsearch/reference/1.7/_cluster_health.html ES权威指南: http://es.xiaoleilu.com/ 一、Exploring Your C ...
分类:其他好文   时间:2016-11-11 01:11:07    阅读次数:583
kibana 安装
一 介绍 kibana 主要实现对日志的可视化显示。 二 安装 下载安装包: wget https://download.elastic.co/kibana/kibana/kibana-4.1.2-linux-x64.tar.gz 修改配置文件 vim ./config/kibana.yml 很容易 ...
分类:其他好文   时间:2016-11-09 19:24:35    阅读次数:194
ElasticSearch2.3/2.4升级到ElasticSearch5.0
ElasticSearch2.3/2.4升级到ElasticSearch5.0参考文档(排名不分先后)https://www.elastic.co/guide/en/elasticsearch/reference/5.0/setup-upgrade.htmlhttps://github.com/elastic/elasticsearch-migration/http://www.infoq.com/cn/news/2016/08/Elasticsearch-5-0-Elastic..
分类:其他好文   时间:2016-11-07 20:16:42    阅读次数:6083
kubernetes容器编排系统介绍
版权声明:本文由turboxu原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/152 来源:腾云阁 https://www.qcloud.com/community Kubernetes作为容器编排生态圈中重要一员,是Goo ...
分类:Web程序   时间:2016-11-07 19:43:15    阅读次数:827
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!