Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用户定义的 python 库,它解析文件中的数据并返回键值对。现在如何使用这个库将数据插入 Cassandra 列族?我正在使用 python Cassandra 驱动程序。
您是否查看过Datastax 驱动程序文档?
最具体的:
为插入查询生成PreparedStatement并使用已解析文件数据中的键值对迭代列表/元组/生成器。