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 16, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ This app is currently compatible with Dgraph v1.0.14
38
38
39
39
3. Convert stackexchange data from relation to graph. From the current directory:
40
40
41
-
for category in comments posts tags users votes; do go run $category/main.go -dir="/users/$USER/Downloads/lifehacks.stackexchange.com" -output="/users/$USER/dgraph"; done
41
+
for category in comments posts tags users votes; do go run $category/main.go -dir="$HOME/Downloads/lifehacks.stackexchange.com" -output="/$HOME/dgraph/$category.rdf.gz"; done
42
42
43
43
4. Run the [schema mutation](https://github.com/dgraph-io/graphoverflow/blob/master/schema.txt)
0 commit comments