IBM Cloudant Tutorials

Working with Databases

This tutorial shows you how to create a database, add data, and then set permissions for the database.

If you learn better by seeing a demonstration, watch this short video to see how to create a database and add documents. ▼More

Provision the IBM Cloudant Service in Bluemix

If you do not already have the IBM Cloudant service provisioned in Bluemix, follow these steps to provision the service. ▼More

Create a Database

You'll first use the Cloudant Dashboard to create a database and add documents to the database. ▼More

Add documents

Cloudant is a NoSQL document database meaning that a database contains a collection of JSON formatted documents. So, to add data to your database, you add a new document to the database. ▼More

Update a document

Now update an existing document. ▼More

Clone a document

Next, you'll clone or duplicate a document. ▼More

Delete a document

Lastly, you can also delete a document from the dashboard. ▼More

Change database permissions

Now use the Cloudant Dashboard to change the permissions for a database.

If you learn better by seeing a demonstration, watch this short video to see how to set database permissions.▼More

Follow these steps to complete this tutorial: ▼More

Find more videos and tutorials in the Learning Center.