It is a specification for LDBC Financial Benchmark in LaTeX.
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.
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
To build the document locally, run make all
or make remake
. All actions are defined in Makefile.
- 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.