-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cosmos cassandra conversion instructions #451
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
Cosmos cassandra conversion instructions #451
Conversation
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.
Pull request overview
This PR adds a comprehensive instruction file for converting Spring Boot applications from Apache Cassandra to Azure Cosmos DB using Spring Data Cosmos. The guide is based on real-world conversion experience and provides detailed step-by-step instructions covering dependency updates, configuration changes, entity conversion, repository updates, and troubleshooting.
Key Changes
- New instruction file:
convert-cassandra-to-spring-data-cosmos.instructions.md(1,114 lines) providing detailed conversion guidance - README update: Added entry in the instructions table for the new file with appropriate install badges
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
instructions/convert-cassandra-to-spring-data-cosmos.instructions.md |
Comprehensive 11-step guide covering Cassandra to Cosmos DB conversion, including dependency management, entity/repository conversion, authentication setup, and troubleshooting for 10+ common issues |
docs/README.instructions.md |
Added table entry for the new instruction file with VS Code and VS Code Insiders install links |
instructions/convert-cassandra-to-spring-data-cosmos.instructions.md
Outdated
Show resolved
Hide resolved
instructions/convert-cassandra-to-spring-data-cosmos.instructions.md
Outdated
Show resolved
Hide resolved
instructions/convert-cassandra-to-spring-data-cosmos.instructions.md
Outdated
Show resolved
Hide resolved
instructions/convert-cassandra-to-spring-data-cosmos.instructions.md
Outdated
Show resolved
Hide resolved
aaronpowell
left a comment
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.
Copilot has noted some things that might be some typing mistakes or copy/paste errors @TheovanKraay - can you review them and apply (or close) as relevant.
|
@aaronpowell all good suggestions, commited. |
…ons.md Co-authored-by: Copilot <[email protected]>
…ons.md Co-authored-by: Copilot <[email protected]>
…ons.md Co-authored-by: Copilot <[email protected]>
…ons.md Co-authored-by: Copilot <[email protected]>
068ee2e to
4d552bb
Compare
|
@aaronpowell is this ok to merge? |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.Description
Instructions file for converting Cassandra applications to using Azure Cosmos DB (with Spring Data Cosmos module).
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.