Skip to content

Commit

Permalink
Very nice
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 25, 2024
1 parent 740d185 commit bafe82f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
ifdef::env-github,env-browser,env-vscode[:imagesprefix: ../images/]
ifndef::env-github,env-browser,env-vscode[:imagesprefix: ]

Migration docs are nice
Migration docs are very nice!

Enterprises today want to reliably migrate mission-critical client applications and data to cloud environments with zero downtime or near zero downtime during the migration.
Enterprises today want to reliably migrate mission-critical client applications and data to cloud environments with zero downtime or near zero downtime during the migration.

{company} has developed a set of thoroughly tested self-service tools to walk you through well-defined migration options.
These tools provide features that help you migrate your data from any Cassandra origin (Apache Cassandra®, {company} Enterprise (DSE), {company} {astra_db}) to any Cassandra target (Apache Cassandra®, DSE, {company} {astra_db}).

== Migration process and tools

A migration is a workflow that encompasses the lifecycle of uploading and importing your data to the selected databases.
{company} can migrate all data, however critical, with acceptable or zero downtime.
A migration is a workflow that encompasses the lifecycle of uploading and importing your data to the selected databases.
{company} can migrate all data, however critical, with acceptable or zero downtime.
When the migration is complete, the data is present in the new database and all client applications connect exclusively to the new database. The old database becomes obsolete and can be removed.

The migration tools are:

* https://docs.datastax.com/en/data-migration/introduction.html[*Zero Downtime Migration*] (ZDM) Proxy: You can continue to run your current application and migrate data from the Origin to the Target database without any downtime.
The proxy helps to manage the activity in transition.
* xref:cassandra-data-migrator.adoc[*Cassandra Data Migrator*]: It can be used in conjunction with the ZDM Proxy for a migration with zero downtime. It can also be used on its own for migrations with acceptable downtime.
* https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[*DSBulk Loader*]: In addition to loading and unloading CSV and JSON data, DSBulk can transfer data between databases.
It can read data from a table from your origin database and write it to a table in your target database.
It can be used as an alternative to Cassandra Data Migrator (CDM).
* https://docs.datastax.com/en/dsbulk/overview/dsbulk-about.html[*DSBulk Loader*]: In addition to loading and unloading CSV and JSON data, DSBulk can transfer data between databases.
It can read data from a table from your origin database and write it to a table in your target database.
It can be used as an alternative to Cassandra Data Migrator (CDM).

0 comments on commit bafe82f

Please sign in to comment.