-
Notifications
You must be signed in to change notification settings - Fork 38
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
Move the documentation to the website and complete it #166
Conversation
- Set up a Spark cluster with Ansible (and remove corresponding section from README) - Set up a Spark cluster with AWS EMR - Set up a Spark cluster manually - Set up a Spark cluster with Docker (and remove corresponding section from README) - Configure source for C* migration - Minor fixes in `config.yaml.example` - Minor typo fixes in Ansible files
Thanks @julienrf , once complete please ask @annastuchlik and @tarzanek for a review |
- Use proper syntax highlighting in code blocks - Fix some typos - Add a section describing how to configure the target database when migrating to Scylla - Add a page describing how to configure the source and target when migrating from DynamoDB
bd94c74
to
25f536f
Compare
The PR is ready for review, could you please have a look @tarzanek and @annastuchlik? |
To make the review process easier, I’ve published the generated documentation here: https://julienrf.github.io/scylla-migrator/ |
- Write “Apache Cassandra” instead of just “Cassandra” - Write “ScyllaDB” instead of “Scylla” - Fix internal links to make them compatible with a deployment of the site with a path prefix - Fix minor typos
6164fd2
to
eb23794
Compare
@guy9 I addressed all your comments in eb23794. I’ve updated the website preview at https://julienrf.github.io/scylla-migrator. |
Fix #116
Fix #133
Fix #145
Fix #153