How to do it...

Let us build a Spring 5 application that uses Apache CouchDB for big data storage by performing the following steps:

  1. First download the recent version of the Apache CouchDB installer from http://couchdb.apache.org/. Follow the installation procedure from their technical documentation at http://docs.couchdb.org/en/2.1.0/.
  2. After a successful installation, open a browser and run http://127.0.0.1:5984/_utils/. This will launch CouchDB Fauxton, which is a web-based administration console for CouchDB. Verify the installation and create a root account using the console.
  3. Then, click on the Databases setup option and Log In using your specified root account:
  1. In the Databases dashboard, create a database named hrs:
  1. Click on the ...

Get Spring 5.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.