Let us build a Spring 5 application that uses Apache CouchDB for big data storage by performing the following steps:
- 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/.
- 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.
- Then, click on the Databases setup option and Log In using your specified root account:
- In the Databases dashboard, create a database named hrs:
- Click on the ...