简体   繁体   English

我如何实现一个解决方案,将运行中的Labwindows / CVI程序中的数据存储在Cassandra数据库中?

[英]How can I realize a solution where data from a running Labwindows/CVI program gets stored in a Cassandra database?

I am using (or at least trying to use) the free DataSax distribution for Windows, and I found the C++ driver, but the only video/description I found was for VisualStudio. 我正在使用(或至少尝试使用)用于Windows的免费DataSax发行版,并且找到了C ++驱动程序,但是我发现的唯一视频/说明是针对VisualStudio的。 Is it possible to use Cassandra with Labwindows/CVI? 是否可以将Cassandra与Labwindows / CVI一起使用?

Since that product is a C IDE, I think your best bet would be to use the DataStax C++ driver for Apache Cassandra. 由于该产品是C IDE,因此我认为最好的选择是为Apache Cassandra使用DataStax C ++驱动程序。 There are binary distributions for Windows, as described here . 目前的Windows二进制分发版,如所描述这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从Cassandra数据库中的两个表中检索数据 - How can i retrieve data from two tables in Cassandra Database 我在Docker容器中运行cassandra。 通过复制cassandra表生成的文件存储在哪里? - I'm running cassandra in a docker container. Where are the files generated by copying a cassandra table stored? 如何将数据从一个Cassandra数据库迁移到另一个数据库? - How do I migrate data from one Cassandra database to another? 我在哪里可以观察到写入Cassandra数据库,也就是他们在哪里记录? - Where can I observer writes to Cassandra database, aka where are they logged? 如何通过cqlsh查看janusgraph数据库的Cassandra db的存储数据 - How to see the stored data of Cassandra db for janusgraph database by cqlsh Cassandra 在数据库中写入数据时从哪里花费时间进行 WRITETIME? - From where Cassandra takes time for WRITETIME when it is writing data in the database? 如何将数据从 cassandra 加载到 elasticsearch - how can I load data from cassandra into elasticsearch 如何在CakePHP中使用Cassandra数据库? - How can I use Cassandra database with CakePHP? 如何使用 pySpark 中的 JDBC 读取 Cassandra 数据? - How can I read Cassandra data using JDBC from pySpark? 如何停止cassandra数据库? - How can I quiesce the cassandra database?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM