PostgreSQL
风中飘的coder
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PostgreSQL安装与使用
1.首先安装PostgreSQL的rpmsudoyum installhttps://download.postgresql.org/pub/repos/yum/11/redhat/rhel-7-x86_64/pgdg-centos11-11-2.noarch.rpm-y2.然后再安装PostgreSQL服务器和第三方扩展包sudoyum install postgre...原创 2019-04-30 09:49:22 · 638 阅读 · 0 评论 -
kong接口网关安装
gcc 安装安装 gcc 编译环境:sudo yum install -y pcre pcre-develpcre 安装pcre(Perl Compatible Regular Expressions) 是一个 Perl 库,包括 perl 兼容的正则表达式,nginx 的 http 库使用 pcre 解析正则表达式。sudo yum install -y pcre pcr...原创 2019-04-30 09:58:56 · 520 阅读 · 0 评论 -
kong简介
Kong简介Kong是一款基于OpenResty(Nginx + Lua模块)编写的高可用、易扩展的,由Mashape公司开源的API Gateway项目。Kong是基于NGINX和Apache Cassandra或PostgreSQL构建的,能提供易于使用的RESTful API来操作和配置API管理系统,所以它可以水平扩展多个Kong服务器,通过前置的负载均衡配置把请求均匀地分发到各个Se...转载 2019-04-30 09:28:57 · 18343 阅读 · 0 评论
分享