https://github.com/ldbc/ldbc_graphalytics_docs
Specification of the LDBC Graphalytics benchmark
https://github.com/ldbc/ldbc_graphalytics_docs
graphalytics ldbc
Last synced: 5 months ago
JSON representation
Specification of the LDBC Graphalytics benchmark
- Host: GitHub
- URL: https://github.com/ldbc/ldbc_graphalytics_docs
- Owner: ldbc
- License: apache-2.0
- Created: 2016-09-04T17:21:23.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T10:28:48.000Z (over 1 year ago)
- Last Synced: 2025-02-05T04:51:18.492Z (over 1 year ago)
- Topics: graphalytics, ldbc
- Language: TeX
- Homepage: https://ldbcouncil.org/ldbc_graphalytics_docs/graphalytics_spec.pdf
- Size: 8.74 MB
- Stars: 1
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
LDBC Graphalytics Specification
===============================
[](https://github.com/ldbc/ldbc_graphalytics_docs/actions)
## Version history
[Latest snapshot version built by CI](https://ldbcouncil.org/ldbc_graphalytics_docs/graphalytics_spec.pdf)
Stable versions:
| Version | Date | Document |
|----------|:-----------:|:--------------------------------------------------------------------------------------------------------------:|
| 1.0.5 | 2023-Apr-06 | [Link](https://arxiv.org/pdf/2011.15028v6.pdf) |
| 1.0.4 | 2023-Feb-15 | [Link](https://arxiv.org/pdf/2011.15028v5.pdf) |
| 1.0.3 | 2022-Mar-31 | [Link](https://arxiv.org/pdf/2011.15028v4.pdf) |
| 1.0.2 | 2021-Apr-13 | [Link](https://arxiv.org/pdf/2011.15028v3.pdf) |
| 1.0.1 | 2021-Jan-31 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v1.0.1.pdf) |
| 1.0.0 | 2020-Nov-30 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v1.0.0.pdf) |
| 0.9.0 | 2017-Jun-28 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.9.0.pdf) |
| 0.2.12.2 | 2017-Jun-09 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.12.2.pdf) |
| 0.2.6 | 2016-Sep-06 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.6.pdf) |
| 0.2.5 | 2016-Sep-04 | [Link](https://github.com/ldbc/ldbc_graphalytics_docs/raw/main/doc/LDBC-Graphalytics_tech-specs_v0.2.5.pdf) |
## Releasing on arXiv
To release on arXiv, follow these steps:
* Update the version number in the `tex/version.tex` file.
* Update the link on the title page in the `ldbc.cls` file to the tag of the new version number, i.e. `https://github.com/ldbc/ldbc_graphalytics_docs/releases/tag/vX.Y.Z` (to be created later).
* Add link to the table in the `README.md` file.
* Push the changes to GitHub.
* On GitHub, create a new release named `vX.Y.Z` (this comes with a new `tag`).
* Run the `./arxiv.sh` script.
* Uploade the generated `ms.zip` file to arXiv.
* Bump the version number to the next draft in the `tex/version.tex` file.
* Revert the link on the title page in the `ldbc.cls` file to the `main` branch of this repository.