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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@ A blazingly fast Stack Overflow clone running the real Stack Exchange dataset.
4
4
5
5
**NOTE: The repository is no longer being actively maintained by the Dgraph team. If something is broken, we'd happily accept a pull request from you, but won't fix anything ourselves.**
6
6
7
-
**Update: I'll (MichelDiz) start a kind of "support" for this PJ, so right now I'm on Windows and I will create a Branch
8
-
just for my tests. Some things may be different on other systems. I will not change anything drasticly on this branch, I will only modify some syntax changes and give some tips on how to handle this project. For this branch, read the file "syntax_changes.txt ".
7
+
**UPDATE: This project is properly updated to work with version 1.0.6 of Dgraph. It's working as it should on MacOS and Linux. Only on the Windows platform are there problems that can be solved by starting JS Server and JS client separately. read the file "syntax_changes.md" for more details**
9
8
10
9
[Live](https://graphoverflow.dgraph.io)
11
10
@@ -19,12 +18,14 @@ just for my tests. Some things may be different on other systems. I will not cha
19
18
20
19
### Dgraph
21
20
22
-
This app is currently compatible with Dgraph v0.8.1
21
+
This app is currently compatible with Dgraph v1.0.6
PS. You can also run this project with Dgraph binaries instead of Docker.
28
+
28
29
1. Choose, download and unarchive a data dump from https://archive.org/details/stackexchange, for example [lifehacks.stackexchange.com.7z](https://archive.org/download/stackexchange/lifehacks.stackexchange.com.7z)
29
30
30
31
1. Convert stackexchange data from relation to graph. From the current directory:
0 commit comments