Skip to content

Commit 3e8829a

Browse files
Scopes and schools
1 parent 4760a15 commit 3e8829a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

modules/hello-world/pages/student-record-developer-tutorial.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,15 @@ Unlike the standard relational model decomposition where a link table is created
213213
The `course-record-collection`, on the other hand, uses the relational model to link the enrollment records to the course records they apply to.
214214
This allows you to retrieve other details like the full title of the course or the number of credits students receive upon completing the course.
215215

216+
[TIP]
217+
.Scopes and Schools
218+
====
219+
For this tutorial we have a single scope, `art-school-scope`.
220+
In a larger application, you may have other faculties, such as `engineering-school-scope` --
221+
or possibly have a scope for each art school across a district, repeating the course collections within each one, as appropriate.
222+
====
223+
224+
216225
== Connecting the Java SDK
217226

218227
After implementing the data model, you can set up a Couchbase SDK and connect it to your cluster to write your first application.

0 commit comments

Comments
 (0)