Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 541 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 541 Bytes

SETTING UP CASSANDRA FOR AWS MSC AND NODE JS

STEPS

  • Generate Service-Specific AWS Credentials, Instructions here
  • Some useful (cqlsh) info here
  • Download the Amazon digital certificate to the root directory of your app:
    curl https://www.amazontrust.com/repository/AmazonRootCA1.pem -O
  • Install packages:
    npm install cassandra-driver dotenv uuid
  • Run the app:
    npm run start