Are you a Go programmer that is new to Couchbase or even NoSQL in general?  In this quickstart video tutorial you’ll learn some basics on how to get started with Couchbase, explore some complex data models, and see the various ways to query for data in the database.

For more information on how to use Couchbase with Golang, visit the Couchbase Developer Portal.  For help with getting Couchbase Server installed on your machine, you can view the Ubuntu, Windows, or Docker tutorials.

Author

Posted by Nic Raboy, Developer Advocate, Couchbase

Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile development easier to understand.

One Comment

  1. On Couchbase CE 7.0 beta, trying to create index via executing query as per video’s instructions, I get:

    [
    {
    “code”: 5000,
    “msg”: “GSI CreatePrimaryIndex() – cause: Please Set Indexer Storage Mode Before Create Index\n”,
    “query”: “create primary index on bucket1 using gsi;”
    }
    ]

Leave a reply