Skip to content

elasticsearch代理服务,类似于DB-proxy、JDBC-sharding等代理工具

Notifications You must be signed in to change notification settings

liuchsh01/elasticsearch-wrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-wrapper

/** * *@author Jason峰 Wind *@Date 2015-10-01 *@Company Baidu * */

简介 1、elasticsearch代理服务,类似于DB-proxy、JDBC-sharding 2、主要提供了集群压力限流、读写分离、异步请求、异常跟踪记录、负载均衡、热部署、ES集群压力监控等等功能 3、纯JAVA编写、多线程、低耦合、模块化、可插拔、异步非阻塞web server服务!

Introduction 1、elasticsearch proxy service,like db-proxy、JDBC-sharding 2、Main modules supported currently:parallel tasks throttle、read-write separation、async request、illegal operations logging and tracking、load balance、hot deployment、cluster monitor and warning and so on. 3、Web service which built in java with multiple threads(threadPool)、Low Coupling and nio concept. In addition,Also designed in modules which can be added and removed neatly if needed.

About

elasticsearch代理服务,类似于DB-proxy、JDBC-sharding等代理工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%