Fork me on GitHub
禹都一只猫

逐梦,努力,乐观,追求


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

mysql数据库主从复制

发表于 2018-02-28 |

准备装有mysql的两台服务器
IP分别为:

  • xxx.xxx.xxx.1 (主)
  • xxx.xxx.xxx.2 (从)
阅读全文 »

clickhouse的python库:clickhouse-driver使用

发表于 2018-01-27 |

安装

1
pip install clickhouse-driver
阅读全文 »

使用sqlalchemy为clickhouse创建数据表

发表于 2018-01-24 |

安装需要的包

1
$ pip install clickhouse-sqlalchemy
阅读全文 »

clickhouse设置密码登录以及只读账号

发表于 2018-01-23 |

设置明文密码

  • cd到/etc/clickhouse-server目录
    阅读全文 »

ubuntu16.04安装saltstack

发表于 2018-01-23 |

添加信任

1
$ wget -O - https://repo.saltstack.com/apt/ubuntu/16.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
阅读全文 »

flask的蓝图机制注册前后台示例

发表于 2018-01-20 |

前台为home目录,后台为admin目录

蓝图Blueprint

阅读全文 »

ubuntu16.04国内apt源以及官方源

发表于 2018-01-20 |

腾讯云源

阅读全文 »

zsh以及oh my zsh搭配终端主题

发表于 2018-01-18 |

安装zsh

1
2
$ apt-get update
$ apt-get install zsh
阅读全文 »

openvpn的搭建、使用以及设置分配用户密码

发表于 2018-01-15 |

以ubuntu系统为例

安装

1
2
3
$ sudo su
$ apt-get update
$ apt-get install openvpn easy-rsa

easy-rsa为证书生成软件

阅读全文 »

clickhouse初学

发表于 2018-01-11 |

clickhouse

https://clickhouse.yandex/tutorial.html 快速搭建集群参考

https://clickhouse.yandex/reference_en.html 官网文档

https://habrahabr.ru/company/smi2/blog/317682/ 关于集群配置参考

Clickhouse 基本介绍

Clickhouse 是属于OLAP(联机分析处理)开源的列存储数据管理系统。

特点:

可以线性扩展
简单,方便 
高度可靠的 
容错(支持多主机异步复制,可以跨多个数据中心部署,单个节点或整个数据中心的停机时间不会影响系统的读写可用性)
阅读全文 »
123
olei.me

olei.me

I like IT , I like python.

29 日志
2 分类
24 标签
RSS
GitHub E-Mail 微博 Q Q
Creative Commons
Links
  • 禹都一只猫
  • music
© 2017 — 2018 olei.me
由 Hexo 强力驱动
|
主题 — NexT.Mist v5.1.2