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
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Graph processing is of increasing interest for many scientific areas and revenue
13
13
14
14
Want to know more about Graphalytics? Read [our VLDB paper](https://www.vldb.org/pvldb/vol9/p1317-iosup.pdf) and the [specification](https://github.com/ldbc/ldbc_graphalytics_docs).
15
15
16
-
### Build & Run your first benchmark
16
+
### Build & run your first benchmark
17
17
18
18
The Graphalytics provides platform drivers for the state-of-the-arts graph processing platforms. To start your first benchmark with Graphalytics, we recommend using our reference implementations:
19
19
[GraphBLAS](https://github.com/ldbc/ldbc_graphalytics_platforms_graphblas) and
@@ -24,7 +24,17 @@ Our datasets are hosted publicly – see the [Graphalytics website](https://ldbc
24
24
25
25
LDBC Graphalytics hosts competitions for graph processing platforms. Are you interested in the state-of-the-art performance? To participate, reach out to Gabor Szarnyas and David Puroja. Our email addresses are under `[email protected]`.
26
26
27
-
### Deploying Maven Artifacts
27
+
### Building the project
28
+
29
+
The project uses the [Build Number Maven plug-in](https://www.mojohaus.org/buildnumber-maven-plugin/) to ensure reproducibility. Hence, builds fail if the local Git repository contains uncommitted changes.
30
+
31
+
To build & install locally regardless (for testing), run:
32
+
33
+
```bash
34
+
scripts/install-local.sh
35
+
```
36
+
37
+
### Deploying Maven artifacts
28
38
29
39
We use a manual process for deploying Maven artifacts for the Graphalytics framework.
30
40
@@ -33,7 +43,7 @@ We use a manual process for deploying Maven artifacts for the Graphalytics frame
33
43
2. In the driver repository, run:
34
44
35
45
```bash
36
-
./package-mvn-artifacts.sh
46
+
scripts/package-mvn-artifacts.sh
37
47
```
38
48
39
49
3. Go to the `graphalytics-mvn` directory, check whether the JAR files are correct.
0 commit comments