请为Cassandra推荐一个好的客户端图形用户界面工具,或者请分享DataStax DevCenter旧版本(V1.6.0)的下载链接。目前我们使用cqlsh连接Cassandra。我不能为Cassandra找到更好的GUI。
发布于 2019-11-25 17:24:40
找到(并测试)说明如何通过DBeaver仅使用开源连接:https://javaresolutions.blogspot.com/2018/04/opensource-db-ui-tool-for-cassandra-db.html
dbeaver下载(社区Edition)
Downloading and Testing the Driver Binaries
部分有指向二进制和cassandra jdbc zip的链接)
:jdbc://{host}:{port}
的任何东西
<代码>G246
发布于 2020-10-29 05:42:51
这是我为准备运行jar找到的唯一的开源和运行示例,你可以使用我在linux mint中构建的https://github.com/ozkanpakdil/cassandra-client/releases/download/v0.0.0/cassadra-client-0.0.0-0-exec.jar,图形用户界面看起来有点像演示,但我连接到我本地的cassandra并在UI中看到了一个表和数据。
下面不是开源选项,我测试了其中的两个,它们都在工作,我可以建议使用快速和良好的datagrip。
发布于 2020-10-30 15:19:32
你也可以看看Cassandra interpreter in the Apache Zeppelin。即将发布的0.9.0版本(0.9.0-preview2已经可用)包含了支持Cassandra的a lot of changes。
https://stackoverflow.com/questions/48911042
复制相似问题