Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,7 @@ Fork the below projects and clone it from git,
```shell
git clone https://github.com/Sunbird-Lern/sunbird-utils/<latest-branch>
```
Open a new Terminal In the path,
#### (Project base path)/sunbird-utils
Run the below command,
```shell
mvn clean install -DskipTests
```
Make sure the build is success and then,

open a new Terminal In the path,
#### (Project base path)/sunbird-utils/sunbird-cassandra-migration/cassandra-migration,
Run below command,
Expand All @@ -29,7 +23,7 @@ mvn clean install -DskipTests
### Command 1:
```shell
java -jar \
-Dcassandra.migration.scripts.locations=filesystem:<absolute or relative path>/db/migration/cassandra/<keyspace_name> \
-Dcassandra.migration.scripts.locations=filesystem:<absolute or relative path>/db_migration/cassandra/<keyspace_name> \
-Dcassandra.migration.cluster.contactpoints=localhost \
-Dcassandra.migration.cluster.port=9042 \
-Dcassandra.migration.cluster.username=username \
Expand All @@ -44,7 +38,7 @@ keyspace.name - specify keyspace for which you have to perform migration
#### Sample Command:
```shell
java -jar \
-Dcassandra.migration.scripts.locations=filesystem:src/main/resources/db/migration/cassandra/sunbird_groups \
-Dcassandra.migration.scripts.locations=filesystem:src/main/resources/db_migration/cassandra/sunbird_groups \
-Dcassandra.migration.cluster.contactpoints=localhost \
-Dcassandra.migration.cluster.port=9042 \
-Dcassandra.migration.cluster.username=cassandra \
Expand All @@ -60,5 +54,5 @@ The system environment listed below is required for command 2.
### System Env
```shell
sunbird_cassandra_keyspace=<keyspace_name>
sunbird_cassandra_migration_location="filesystem:<absolute or relative path>/db/migration/cassandra"
sunbird_cassandra_migration_location="filesystem:<absolute or relative path>/db_migration/cassandra"
```
24 changes: 0 additions & 24 deletions decryption-tool/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions decryption-tool/decrypt.sh

This file was deleted.

Binary file removed decryption-tool/decryption-tool.zip
Binary file not shown.
33 changes: 0 additions & 33 deletions decryption-tool/src/decrypt-l3.py

This file was deleted.

32 changes: 0 additions & 32 deletions decryption-tool/src/decrypt-l4.py

This file was deleted.

8 changes: 0 additions & 8 deletions decryption-tool/src/requirements.txt

This file was deleted.

48 changes: 0 additions & 48 deletions decryption-tool/src/utils.py

This file was deleted.

17 changes: 0 additions & 17 deletions logstash/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions logstash/logstash.conf

This file was deleted.

53 changes: 0 additions & 53 deletions migration/dependency-reduced-pom.xml

This file was deleted.

Loading