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
+13-7
Original file line number
Diff line number
Diff line change
@@ -4,7 +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: This project is properly updated to work with version 1.0.14 of Dgraph. It's working as expected on MacOS and Linux. There are some problems running the project on Windows, that can be solved by starting JS server and JS client separately. See "syntax_changed.md" for detailed instructions**
7
+
**UPDATE: This project is properly updated to work with version 20.xx.x of Dgraph. It's working as expected on macOS and Linux. There are some problems running the project on Windows, that can be solved by starting JS server and JS client separately. See "syntax_changed.md" for detailed instructions**
8
8
9
9
[Live](https://graphoverflow.dgraph.io)
10
10
@@ -16,21 +16,27 @@ Before starting, make sure that Dgraph is running on default ports (8080, 9080 .
16
16
Then go to Ratel UI or by cURL and set the Schema in the schema.txt file. Without this
17
17
it won't work.
18
18
19
+
> Avoid to use ACL with this project.
20
+
19
21
### Node
20
22
21
-
1. Run `npm install` in the root directory
22
-
2. Run `npm install` in the `/client` directory
23
-
3. In the root directory, run `npm run dev`
23
+
0. You have to open Ratel UI, go to the panel schema. Then click in "Bulk Edit". And paste the file "schema.txt" in this repository.
24
+
1. You may also have to read the `syntax_changes.md`. Cuz you may need to create a fake user if you don't wanna import the dataset we provide. You gonna run a "clean" GraphOverflow. And also workaround some bugs in Windows.
25
+
2. Run `npm install` in the root directory.
26
+
3. Run `npm install` in the `/client` directory.
27
+
4. In the root directory, run `npm run dev`.
24
28
25
-
> You can also instead just run sh ./run.sh
29
+
> You can also instead of steps 2, 3, and 4, you can just run sh ./run.sh
26
30
27
31
### Dgraph
28
32
29
-
This app is currently compatible with Dgraph v1.0.14
33
+
This app is currently compatible with Dgraph v20.xx.x
Copy file name to clipboardexpand all lines: syntax_changes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Any help is welcome.
6
6
7
7
TODO - Need to fix some bugs like "Vote".
8
8
9
-
Right now (4th of July, 2018) this project is working with Dgraph V1.0.6. We are using Dgraph-JS and Dgraph-JS-HTTP.
9
+
Right now (26th of April, 2020) this project is working with Dgraph v20.03.1. We are using Dgraph-JS and Dgraph-JS-HTTP.
10
10
11
11
**Well Dgraph-js is a working in progress - You can use it, there are only conflicts to solve. Create a Fake user first if you do not want to generate an RDF as the README tells.**
0 commit comments