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.
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;”
}
]