-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Resolve #33 * Add missing new line
- Loading branch information
Showing
13 changed files
with
1,487 additions
and
2,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,3 +136,6 @@ src/utils/CypherParser/*.tokens | |
|
||
# VSCode settings | ||
.vscode/* | ||
|
||
# Datasets | ||
datasets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"repository": "https://github.com/kuzudb/kuzu", | ||
"commitHash": "5d7ad0045c026e711edbd446e4c3d90ed2823c14", | ||
"datasetsRoot": "dataset", | ||
"datasets": [ | ||
{ | ||
"name": "Kùzu Demo", | ||
"path": "demo-db/csv", | ||
"isProduction": true, | ||
"description": "" | ||
}, | ||
{ | ||
"name": "TinySNB", | ||
"path": "tinysnb", | ||
"isProduction": false, | ||
"description": "" | ||
}, | ||
{ | ||
"name": "LDBC SNB Scale Factor 0.1", | ||
"path": "ldbc-sf01", | ||
"isProduction": true, | ||
"description": "" | ||
}, | ||
{ | ||
"name": "SNAP Amazon", | ||
"path": "snap/amazon0601/csv", | ||
"isProduction": false, | ||
"description": "" | ||
}, | ||
{ | ||
"name": "SNAP Twitter", | ||
"path": "snap/twitter/csv", | ||
"isProduction": true, | ||
"description": "" | ||
} | ||
] | ||
} |
Oops, something went wrong.