From f2b20f2db064c68860fa0e1f3f9aeac3b48865dd Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Tue, 14 Oct 2025 13:34:21 +0100 Subject: [PATCH 1/2] Update Developer Intro page --- modules/develop/pages/intro.adoc | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/modules/develop/pages/intro.adoc b/modules/develop/pages/intro.adoc index f7878c0e2..e23c3bc1d 100644 --- a/modules/develop/pages/intro.adoc +++ b/modules/develop/pages/intro.adoc @@ -31,6 +31,12 @@ This tutorial provides an introductory worked example for developers, showing ho * xref:tutorials:couchbase-tutorial-student-records.adoc[] +== Migration Tutorial + +This tutorial demonstrates how to migrate your data from a MySQL server over to Couchbase Server. + +* xref:tutorials:migration-tutorial/sql-migration-tutorial-couchbase-server.adoc[] + == Connect Choose how you want to connect your app to Couchbase Server. @@ -49,17 +55,17 @@ Use the Query Service and the Index Service to issue {sqlpp} queries to extract * xref:n1ql:query.adoc[] -== Vector Search +== Vector Indexes -Vector Search builds on the Search Service to provide support for vector indexes. +The Query Service, the Index Service, and the Search Service provide support for vector indexes. You can use vector indexes with existing Large Language Models to develop AI applications. -* xref:vector-search:vector-search.adoc[] +* xref:vector-index:vectors-and-indexes-overview.adoc[] == Search -Use the Search Service for full-text search with natural language processing across multiple data types and languages. -Use custom text analysis, Geospatial search, and more. +Use the Search Service for Full-Text Search with natural language processing across multiple data types and languages. +Use custom text analysis, geospatial search, and more. * xref:search:search.adoc[] From 190d7bea987d23c6bdf3c05e7eafbd6554d7294b Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Tue, 14 Oct 2025 13:34:47 +0100 Subject: [PATCH 2/2] Fix Migration Tutorial in nav --- .../sql-migration-tutorial-couchbase-server.adoc | 6 ++---- modules/tutorials/partials/nav.adoc | 3 +-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/tutorials/pages/migration-tutorial/sql-migration-tutorial-couchbase-server.adoc b/modules/tutorials/pages/migration-tutorial/sql-migration-tutorial-couchbase-server.adoc index 0cd5ca9ce..bf5f2db5d 100644 --- a/modules/tutorials/pages/migration-tutorial/sql-migration-tutorial-couchbase-server.adoc +++ b/modules/tutorials/pages/migration-tutorial/sql-migration-tutorial-couchbase-server.adoc @@ -1,8 +1,6 @@ -= Migrating your Data from MySQL to Couchbase Server -:description: Using MySQL as a starting point, this guide demonstrates \ -how to migrate your existing data from SQL tables to documents stored in a Couchbase bucket. += Migration Tutorial: Migrate your Data from MySQL to Couchbase Server +:description: Using MySQL as a starting point, this guide demonstrates how to migrate your existing data from SQL tables to documents stored in a Couchbase bucket. :page-topic-type: tutorial -:page-pagination: next [abstract] {description} diff --git a/modules/tutorials/partials/nav.adoc b/modules/tutorials/partials/nav.adoc index 4dc20ef6d..8d0ca9fe7 100644 --- a/modules/tutorials/partials/nav.adoc +++ b/modules/tutorials/partials/nav.adoc @@ -6,5 +6,4 @@ ** xref:tutorials:java-tutorial/retrieving-documents.adoc[] ** xref:tutorials:java-tutorial/adding-course-enrollments.adoc[] ** xref:tutorials:java-tutorial/tutorial-troubleshooting.adoc[] -* Migration Tutorial - ** xref:tutorials:migration-tutorial/sql-migration-tutorial-couchbase-server.adoc[] \ No newline at end of file +* xref:tutorials:migration-tutorial/sql-migration-tutorial-couchbase-server.adoc[Migration Tutorial] \ No newline at end of file