abhirockzz / accs-cassandra

Develop a Cassandra based application on Oracle Application Container Cloud

Home Page:https://medium.com/oracledevs/develop-deploy-a-cassandra-based-application-on-oracle-cloud-ca3d9d124bf6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Develop a Cassandra based application on Oracle Application Container Cloud

https://medium.com/oracledevs/develop-deploy-a-cassandra-based-application-on-oracle-cloud-ca3d9d124bf6

License:GNU General Public License v3.0


Languages

Language:Java 100.0%