ldbc_finbench_docs
ldbc_finbench_docs copied to clipboard
Specification of the LDBC Financial Benchmark
LDBC FinBench Documentation
It is a specification for LDBC Financial Benchmark in LaTeX.
How to build this document
This repository contains the LaTeX source for the specification of the LDBC FinBench. This README discusses how to build the [specification PDF from the source.
Generating query cards
To get consistent formatting, query cards are generated from query specifications defined in YAML format.
This is a necessary step to compile the document. You need to install,
- Pandoc
- Python3 and related required packages
Building the document
To build the document locally, run make all
or make remake
. All actions are defined in Makefile.
Related benchmarks
- LDBC Social Network Benchmark: LDBC SNB: A Benchmark targets graph database management systems. Consists of two workloads, Interactive and Business Intelligence (work-in-progress)
- LDBC Graphalytics: LDBC Graphalytics: A Benchmark for Large-Scale Graph Analysis on Parallel and Distributed Platforms, VLDB 2016 paper by A. Iosup et al. [bib], The LDBC Graphalytics Benchmark, technical report [bib]
- LDBC Semantic Publishing Benchmark: Benchmarking RDF Query Engines: The LDBC Semantic Publishing Benchmark, BLINK at ISWC 2016 by V. Kotsev et al. [bib]
- LSQB (Labelled Subgraph Query Benchmark): a microbenchmark focusing on subgraph queries (graph pattern matching) using labelled graphs produced by the LDBC data generator.