Skip to content

genbliz/aws-cassandra-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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