An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

LDBC Graphalytics Specification
===============================

[![Build Status](https://github.com/ldbc/ldbc_graphalytics_docs/actions/workflows/compile-specification.yml/badge.svg)](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.