Quantcast
Channel: CodeSection,代码区,数据库(综合) - CodeSec
Browsing all 6262 articles
Browse latest View live

Object Rocket MongoDB for Sitecore FAQ

Using Sitecore with the experience database requires a connection to MongoDB, which can add quite a bit of complexity to your Sitecore installation. Here are some frequently asked questions about using...

View Article


InfluxDB, Elasticsearch, PouchDB, Database DevOps, Git, 12 Factors, Safari 10...

InfluxDB 1.0 finally goes GA, there's good stuff coming in Elasticsearch 5.0, PouchDB gets a good scrubbing for 6.0, DevOps for database Engineers, Git and how to recover, 12 Factor Apps and how to do...

View Article


redis参考文档

redis安装及配置 安装 wget http://download.redis.io/releases/redis-3.0.7.tar.gztar zxvf redis-3.0.7.tar.gzcd redis-3.0.7/makemake install安装后,在/usr/local/bin下面有如下文件: redis-server 服务器redis-cli...

View Article

redis key设计技巧

1: 把表名转换为key前缀 如, user: 2: 第2段放置用于区分区key的字段--对应mysql中的主键的列名,如userid 3: 第3段放置主键值,如2,3,4...., a , b ,c 4: 第4段,写要存储的列名 用户表 user, 转换为key-value存储 userid username passworde email 9 Lisi 1111111 lisi@163.com...

View Article

使用ELK+Redis搭建Nginx日志分析平台

使用ELK+Redis搭建Nginx日志分析平台 logstash,elasticsearch,kibana 怎么进行nginx的日志分析呢?首先,架构方面,nginx是有日志文件的,它的每个请求的状态等都有日志文件进行记录。其次,需要有个队列,redis的list结构正好可以作为队列使用。然后分析使用elasticsearch就可以进行分析和查询了。...

View Article


Image may be NSFW.
Clik here to view.

gfs原理

本文是读GFS论文的总结,收录在我的github中 papers项目 ,papers项目旨在学习和总结分布式系统相关的论文。 全文主要分为以下几方面: Design Motivation Architecture System Interactions Master Operation Fault Tolerance and Diagnose Discussion 2. Design...

View Article

Image may be NSFW.
Clik here to view.

MongoDB优化之倒排索引

摘要:为MongoDB中的数据构建倒排索引(Inverted Index),然后缓存到内存中,可以大幅提升搜索性能。本文将通过为电影数据构建演员索引,介绍两种构建倒排索引的方法: MapReduce 和 Aggregation Pipeline 。 GitHub地址: kiwenlau/mongodb-inverted-index 作者:KiwenLau 日期:2016-09-11 一. 倒排索引...

View Article

Image may be NSFW.
Clik here to view.

nosql数据库

NoSQL前言NoSQL,泛指非关系型的数据库,全称Not Only SQL,意即“不仅仅是SQL”。 NoSQL数据库的产生就是为了解决大规模数据集合多重数据种类带来的挑战,尤其是大数据应用难题。在过去几年,关系型数据库一直是数据持久化的唯一选择,数据工作者考虑的也只是在这些传统数据库中做筛选,比如SQL...

View Article


Image may be NSFW.
Clik here to view.

Python下的自然语言处理利器-LTP语言技术平台pyltp学习手札

1 什么是pyltp 语言技术平台(LTP) 是由 哈工大社会计算与信息检索研究中心 11 年的持续研发而形成的一个自然语言处理工具库,其提供包括中文分词、词性标注、命名实体识别、依存句法分析、语义角色标注等丰富、...

View Article


Image may be NSFW.
Clik here to view.

我遇到了RationalRose

前言学到了UML,在视频中提到了Rational Rose这个工具,对它很感兴趣,想知道它到底是什么东西,所以也就找同学拷了这个安装包,但是安装的时候它提示我这个一个病毒软件,所以就只能把它卸载了。后来就又找同学拷了一个rational...

View Article

memcache学习笔记(一)

memcache学习笔记(一)一、安装注:memcache用到libevent这个库用于Socket处理,所以还需要安装libevent,官网:http://www.monkey.org/~provos/libevent/,目前最新的版本是2.0.22安装中遇到的问题:本来打算在mac中安装,然而安装libevent时的最后一步sudo make install...

View Article

Image may be NSFW.
Clik here to view.

ELK+Redis搭建Nginx日志分析平台

ELK简介 ELKStack即Elasticsearch + Logstash +...

View Article

Image may be NSFW.
Clik here to view.

Miles to go ... - Arun Gupta: Deployment Pipeline using Docker, Jenkins, Java...

This blog explains how to createa Deployment Pipeline using Jenkins and Docker for a Java application talking to a database. Jenkins support the creation of pipelines. They arebuilt with simple text...

View Article


Image may be NSFW.
Clik here to view.

5 Minutes Stacks, 35 episode : CouchBase

Episode 35 : CouchBase Couchbase Server is a NoSQL document database with a distributed architecture for performance, scalability, and availability. It enables developers to build applications easier...

View Article

Redis 主从配置实例、注意事项、及备份方式

下面的列表清楚的解释了Redis Replication的特点和优势。 1). 同一个Master可以同步多个Slaves。 2). Slave同样可以接受其它Slaves的连接和同步请求,这样可以有效的分载Master的同步压力。因此我们可以将Redis的Replication架构视为图结构。 3). Master...

View Article


postgreSQL远程连接出现:Errorconnectingtoserver:致命错误SSL关闭的pg_hba.conf记录

转自:http://www.cnblogs.com/Richard-xie/p/3834612.html解决方案:[root@www ~]# vi /var/lib/pgsql/data/pg_hba.conf# TYPE DATABASE USER CIDR-ADDRESS METHOD# "local" is for Unix domain socket connections...

View Article

Image may be NSFW.
Clik here to view.

JMeter CSV Data Set Config vs Redis Data Set Config Throughput Comparison

In this post, I would like to show you how to use Redis Data Set Config and how it affects the throughput of your test. Redis: Redis stands for RE mote DI ctionary S erver. It is an open source...

View Article


Redis 3.0集群搭建测试

Redis3.0 最大的特点就是有了cluster的能力,使用redis-trib.rb工具可以轻松构建Redis Cluster。Redis...

View Article

Image may be NSFW.
Clik here to view.

天云大数据最佳实践案例:某大型股份制商业银行历史数据在线存储...

来源:数据猿 作者:天云大数据 查询时效关乎客户体验...

View Article

笔记-组装M3U8文件

HLS是苹果推出的一项技术,主要是能够利用http服务器,以http的方式传输音视频文件,由于音视频文件都分割的足够小,所以下载也足够快的情况下,可以认为就相当于实时直播,相对于RTSP/RTMP这种实时的音视频传输来讲,TA不是最实时的。 直播的整个流程大概是这样: 采集视频源和音频源 对视频源H264编码,对音频源AAC编码 分割为TS文件 组装M3U8文件 Http传输以及部署到CDN...

View Article
Browsing all 6262 articles
Browse latest View live