我需要使用执行一组 Cassandra DB 命令的 nodeJS 运行 shell 脚本文件。任何人都可以帮我解决这个问题。
在 db.sh 文件中:
create keyspace dummy with replication = {'class':'SimpleStrategy','replication_factor':3}
create table dummy (userhandle text, email text primary key , name text,profilepic)
原文由 programoholic 发布,翻译遵循 CC BY-SA 4.0 许可协议
您可以使用 shelljs 模块 执行任何 shell 命令