Skip to content

abhirockzz/accs-cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Develop a Cassandra based application on Oracle Application Container Cloud

Check the blog for details

Build

  • git clone https://github.com/abhirockzz/accs-cassandra.git
  • mvn clean install - creates accs-compute-cassandra-dist.zip in target directory

Deploy to Oracle Cloud

  • Use Developer Cloud - read Oracle Developer Cloud: setup & application deployment section in the blog
  • Use Application Container Cloud console
  • Use Application Container Cloud REST APIs
  • Use Application Container Cloud PSM APIs

Run locally

  • Start Cassandra instance
  • Set the following environment variables
    • CASSANDRA_HOST
    • CASSANDRA_PORT
    • CASSANDRA_USERNAME
    • CASSANDRA_PASSWORD
  • java -jar target/accs-compute-cassandra.jar

Test

Refer Test the application section in the blog