https://github.com/abhirockzz/accs-mongodb
MongoDB + Hibernate OGM quick start using Oracle Application Container Cloud
https://github.com/abhirockzz/accs-mongodb
apaas hibernate-ogm javaee jax-rs jersey jpa mongodb nosql oracle-application-container-cloud rest
Last synced: about 1 month ago
JSON representation
MongoDB + Hibernate OGM quick start using Oracle Application Container Cloud
- Host: GitHub
- URL: https://github.com/abhirockzz/accs-mongodb
- Owner: abhirockzz
- Created: 2017-06-19T10:10:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T08:54:06.000Z (almost 9 years ago)
- Last Synced: 2025-11-09T00:19:27.653Z (7 months ago)
- Topics: apaas, hibernate-ogm, javaee, jax-rs, jersey, jpa, mongodb, nosql, oracle-application-container-cloud, rest
- Language: Java
- Homepage: https://medium.com/oracledevs/quickstart-mongodb-with-oracle-application-container-oracle-developer-cloud-e05d2d5207ba
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB + Hibernate OGM quick start using Oracle Application Container Cloud
Check [the blog](https://community.oracle.com/community/cloud_computing/oracle-cloud-developer-solutions/blog/2017/06/29/quickstart-mongodb-with-oracle-application-container-oracle-developer-cloud) for details
## Build
- `git clone https://github.com/abhirockzz/accs-mongodb.git`
- `mvn clean install` - creates `acc-mongodb-dcs-dist.zip` in `target` directory
## Deploy
- Use Developer Cloud - read [the blog](https://community.oracle.com/community/cloud_computing/oracle-cloud-developer-solutions/blog/2017/06/29/quickstart-mongodb-with-oracle-application-container-oracle-developer-cloud#jive_content_id_Setup)
*Make sure you update [deployment.json](https://github.com/abhirockzz/accs-mongodb/blob/master/deployment.json#L4) with the correct MongoDB co-ordinates before deploying using the below mentioned options*
- Use Application Container Cloud [console](http://docs.oracle.com/en/cloud/paas/app-container-cloud/csjse/exploring-application-deployments-page.html#GUID-5E4472B1-F5C6-4556-908C-D76C4C14FC60)
- Use Application Container Cloud [REST APIs](http://docs.oracle.com/en/cloud/paas/app-container-cloud/apcsr/op-paas-service-apaas-api-v1.1-apps-%7BidentityDomainId%7D-post.html)
- Use Application Container Cloud [PSM APIs](https://docs.oracle.com/en/cloud/paas/java-cloud/pscli/accs-push.html)