使用 Scala 中的 Astyanax 库

Using Astyanax library from Scala

我正在尝试使用 Astyanax 库,但我的语言是 Scala。

https://github.com/Netflix/astyanax/wiki/Getting-Started

我想知道是否有人找到了这个库和 Scala 的任何资源、文档或示例。

基本上我需要使用 Scala 从头到尾扫描一个大型 Cassandra table(我不能使用 spark)。并行扫描 table 的能力在 astyanax 中绝对有吸引力......但到目前为止我还不能在 Scala 中使用它。

我能够使用 Scala 中的库。如果有人对此感兴趣,您可以从这里获得 POC

https://github.com/abhsrivastava/AstyanaxScala