-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC-13093-Write-a-tutorial-for-SQL-migration (Couchbase Server) #328
Draft
RayOffiah
wants to merge
4
commits into
release/7.6
Choose a base branch
from
DOC-13093-Write-a-tutorial-for-SQL-migration
base: release/7.6
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
DOC-13093-Write-a-tutorial-for-SQL-migration (Couchbase Server) #328
RayOffiah
wants to merge
4
commits into
release/7.6
from
DOC-13093-Write-a-tutorial-for-SQL-migration
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f3d87fe
to
e94fc10
Compare
simon-dew
requested changes
Mar 17, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't had time to work through the content, but I have feelings about where this should go in the information architecture
e94fc10
to
ae12c0a
Compare
1670e82
to
6d09e1a
Compare
ffeec0b
to
616109e
Compare
Add SQL to Capella migration tutorial This commit introduces a new guide on migrating data from MySQL to Couchbase Capella, providing step-by-step instructions for users. Additionally, the navigation file has been updated to include a link to the new tutorial. Rename SQL migration tutorial to specify Couchbase Server. Update tutorial to specify MySQL and minimum version requirement Clarify that the tutorial focuses on migrating data specifically from MySQL. Add a note requiring MySQL version 5.7.22 or later due to JSON function usage. Minor grammar and style adjustments. Add reference to MySQL JSON functions in the SQL migration guide Provide a link to the MySQL JSON function reference for additional context and detailed information. Changes for preview Revised headers for consistency in cbimport guide and updated example JSON data in the SQL migration tutorial to better align with a new data model. Added detailed instructions and images for setting up buckets, scopes, collections, and importing data. Update SQL migration tutorial with the document model and examples Add detailed steps, diagrams, and JSON examples for migrating SQL data to a document model, including student and course data. Update the enrollment schema with a 'score' field and clarify how to structure JSON for Couchbase imports. New tutorial page and addition to the navigation menu.
616109e
to
b949ede
Compare
Introduce a detailed migration guide for converting MySQL data to Couchbase Capella, including examples on transforming relational data into document models. Updates also include navigation links and reorganization of shared content for reuse between tutorials.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates the SQL migration tutorial with comprehensive instructions, examples, and enhancements. Key changes include:
Checklist
Preview
https://preview.docs-test.couchbase.com/docs-devex-DOC-13093-Write-a-tutorial-for-SQL-migration/server/current/tutorials/migration-tutorial/sql-migration-tutorial.html