DZone Database Zone
Paging Data Queries With N1QL
For this tutorial, we'll be using the beer-sample dataset that comes with Couchbase so it will be easy to follow along. If you don't yet have Couchbase installed, you can get going very quickly by having Docker and following the easy instructions on the Couchbase Docker image page to set up a quick instance of Couchbase for testing. Simply running the command with Couchbase installed gets us started:
docker run -d -name db -p 8091-8094:8091-8094 -p 11210:11210 CouchbaseAfter following a few setup prompts described on that page, we're ready to roll with some data.
No comments:
Post a Comment