Cassandra-Insert-Tool:生成行并将行插入到 cassandra 表的简单实用程序

时间:2024-07-17 05:14:29
【文件属性】:

文件名称:Cassandra-Insert-Tool:生成行并将行插入到 cassandra 表的简单实用程序

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-17 05:14:29

JavaScript

Cassandra 批量插入工具。 根据需要生成尽可能多的数据以针对 cassandra 数据库测试模式/查询。 用法: node.js index.js 配置: 对 config/config.json 文件进行配置。 CassandraConfig,检查以获取初始化 cassandra 客户端的可能值。 表,用于插入生成行的表数组,两个表必须共享相同的列,但可以具有不同的索引。 架构:包含所有架构列和为它们生成的可能值的对象。 可能的选择: - value: will assign as specified value for a column "test": { "value": 1 } // Will always assign the value 1 to the column test. - value


【文件预览】:
Cassandra-Insert-Tool-master
----config()
--------config.json(675B)
----.gitignore(14B)
----index.js(2KB)
----readme.md(2KB)
----package.json(350B)

网友评论