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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,7 @@ You can build an executable via the following command:
13
13
This will create a JAR with a bash wrapper in the `bin` directory that you can drop in your $PATH and run like a normal Linux/Mac executable.
14
14
15
15
CDM doesn't currently work on windows as it's dependent on bash and cqlsh. There are plans to lift this restriction.
16
+
17
+
## Install a dataset
18
+
19
+
Assuming you've put the `cdm` executable in your path, you should be able to run `cdm update` and see an updated list of datasets. Run `cdm list` to see all the ones available. `cdm install <name>` loads your data in your local cassandra cluster. For instance, `cdm install movielens`.
0 commit comments