MongoDB has some very powerful features to allow you to query and manipulate data. In this course, you will learn how to use Persistence, and use a Java REST API, and you'll be introduced to GridFS.
Learning Objectives
Java Persistence
- Start the course
- use Hibernate OGM to support Java Persistence
Java REST
- describe and install the RestHeart Web API
- use the REST API to do CRUD operations
- perform queries using the GET operation
GridFS
- connect to GridFS via the GridFSBucket factory class
- upload a large file into GridFS
- find and retrieve files from GridFS
- rename and delete files from GridFS
Practice: Using GridFS and Binary Data
- use and store data in GridFS and store binary data in MongoDB