Saturday, September 02, 2017

Paging Data Queries With N1QL

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 Couchbase

After following a few setup prompts described on that page, we're ready to roll with some data.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...