cassandra客户端hector相关资料

Maven依赖

 

<dependency>
    <groupId>org.hectorclient</groupId>
    <artifactId>hector</artifactId>
    <version>1.1-3</version>
</dependency>

  

上面的找不到,可以试这个:

<dependency>
	<groupId>me.prettyprint</groupId>
	<artifactId>hector-core</artifactId>
	<version>1.0-5</version>
</dependency>
  

 

------------------- 割 -------------------------

 

项目主页

https://github.com/hector-client/hector

 

文档和wiki

https://github.com/hector-client/hector/wiki

http://hector-client.github.com/hector/build/html/documentation.html

 

maven hector jar包

http://search.maven.org/#search%7Cga%7C1%7Chector

 

storm和cassandra集成

https://github.com/hmsonline/storm-cassandra

 

--end

猜你喜欢

转载自heipark.iteye.com/blog/1842069
今日推荐