You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 22, 2020. It is now read-only.
`cassandra-migration` is a simple and lightweight Apache Cassandra database schema migration tool.
@@ -10,10 +12,10 @@ It is designed to work similar to Flyway, supporting plain CQL and Java-based mi
10
12
11
13
Ensure the following prerequisites are met:
12
14
13
-
* Java SDK 1.7+ (tested with Azul Zulu JDK 1.7.0_111 and 1.8.0_102)
14
-
* Apache Cassandra 3.0.x (tested with DataStax Enterprise Community 3.0.x)
15
-
* Pre-existing Keyspace
16
-
15
+
***Java SDK 1.7+:**<br />The library is developed using Azul Zulu 1.8, and release-tested (Travis CI) with OpenJDK 1.7, Oracle JDK 1.7, and Oracle JDK 1.8
16
+
***Apache Cassandra 3.0.x:**<br />The library is currently tested using embedded Cassandra, testing with standalone Cassandra (DataStax Community Edition) is in the roadmap
17
+
***Pre-existing Keyspace:**<br />Cassandra's Keyspace should be managed outside the migration tool by sysadmins (e.g. tune replication factor, etc)
18
+
17
19
Import this library as a dependency (Maven example):
18
20
```xml
19
21
<dependency>
@@ -23,8 +25,6 @@ Import this library as a dependency (Maven example):
23
25
</dependency>
24
26
```
25
27
26
-
*NOTE: Cassandra's Keyspace should be managed outside the migration tool by sysadmins (e.g. tune replication factor, etc)*
27
-
28
28
### Migration version table
29
29
30
30
```shell
@@ -187,6 +187,18 @@ Please read [CONTRIBUTING] for more details.
0 commit comments