All Projects → ldbc → ldbc_snb_docs

ldbc / ldbc_snb_docs

Licence: Apache-2.0 license
Specification of the LDBC Social Network Benchmark suite

Programming Languages

TeX
3793 projects
python
139335 projects - #7 most used programming language
perl
6916 projects
shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to ldbc snb docs

LSQ
Linked SPARQL Queries (LSQ): Framework for RDFizing triple store (web) logs and performing SPARQL query extraction, analysis and benchmarking in order to produce datasets of Linked SPARQL Queries
Stars: ✭ 23 (-41.03%)
Mutual labels:  benchmarking, semantic-web
beapi-bench
Tool for benchmarking apis. Uses ApacheBench(ab) to generate data and gnuplot for graphing. Adding new features almost daily
Stars: ✭ 16 (-58.97%)
Mutual labels:  benchmarking, graphs
Clojure Graph Resources
A curated list of Clojure resources for dealing with graph-like data.
Stars: ✭ 94 (+141.03%)
Mutual labels:  graphs, semantic-web
Benchee
Easy and extensible benchmarking in Elixir providing you with lots of statistics!
Stars: ✭ 971 (+2389.74%)
Mutual labels:  benchmarking, graphs
awesome-knowledge-graphs
Graph databases, Knowledge Graphs, SPARQ
Stars: ✭ 56 (+43.59%)
Mutual labels:  graphs
cb-tumblebug
Cloud-Barista Multi-Cloud Infra Management Framework
Stars: ✭ 33 (-15.38%)
Mutual labels:  benchmarking
Market-Trend-Prediction
This is a project of build knowledge graph course. The project leverages historical stock price, and integrates social media listening from customers to predict market Trend On Dow Jones Industrial Average (DJIA).
Stars: ✭ 57 (+46.15%)
Mutual labels:  semantic-web
anybench
CPU Benchmarks Set
Stars: ✭ 54 (+38.46%)
Mutual labels:  benchmarking
lein-jmh
Leiningen plugin for jmh-clojure
Stars: ✭ 17 (-56.41%)
Mutual labels:  benchmarking
Advanced-Shortest-Paths-Algorithms
Java Code for Contraction Hierarchies Algorithm, A-Star Algorithm and Bidirectional Dijkstra Algorithm. Tested and Verified Code.
Stars: ✭ 63 (+61.54%)
Mutual labels:  graphs
benchmark VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)
Stars: ✭ 1,211 (+3005.13%)
Mutual labels:  benchmarking
OLGA
an Ontology SDK
Stars: ✭ 36 (-7.69%)
Mutual labels:  semantic-web
dawgdic
Automatically exported from code.google.com/p/dawgdic
Stars: ✭ 20 (-48.72%)
Mutual labels:  graphs
walking-rdf-and-owl
Feature learning over RDF data and OWL ontologies
Stars: ✭ 41 (+5.13%)
Mutual labels:  semantic-web
hacktoberfest-data
Generating stats from the raw Hacktoberfest application data.
Stars: ✭ 21 (-46.15%)
Mutual labels:  graphs
simplexspatial
The Reactive Geospatial Server
Stars: ✭ 17 (-56.41%)
Mutual labels:  graphs
dyngen
Simulating single-cell data using gene regulatory networks 📠
Stars: ✭ 59 (+51.28%)
Mutual labels:  benchmarking
MetaGraphsNext.jl
This is an experimental, type-stable replacement for MetaGraphs
Stars: ✭ 50 (+28.21%)
Mutual labels:  graphs
nitroml
NitroML is a modular, portable, and scalable model-quality benchmarking framework for Machine Learning and Automated Machine Learning (AutoML) pipelines.
Stars: ✭ 40 (+2.56%)
Mutual labels:  benchmarking
The-Stata-Guide
Files for the Stata Guide on Medium https://medium.com/the-stata-guide
Stars: ✭ 105 (+169.23%)
Mutual labels:  graphs

LDBC_LOGO

LDBC SNB Documentation

Build Status

[latest PDF (2.2.2-SNAPSHOT)] [stable PDF (2.2.1)]

Benchmark specification

For a quick overview of LDBC SNB, start with our presentation (PDF).

For a guide on how to develop SNB Interactive implementations, please check out the README of the Interactive implementations repository.

Compatibility

The two SNB workloads are stored in different repositories:

How to cite LDBC benchmarks

How to build the this document

This repository contains the LaTeX source for the specification of the LDBC Social Network Benchmark. This README discusses how to build the specification PDF from 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 to the document.

Install Pandoc, Python, and the required packages:

scripts/install-dependencies.sh

Building the document

To build the document locally, run make or make texfot. The latter requires Perl but produces a cleaner output.

We also provide a GitHub Action repository and a Docker container and images on Docker Hub. To use this locally, run:

docker run --rm --volume=`pwd`:"/github/workspace" ldbc/document-builder:2021 texfot query_cards workloads && sudo chown -R ${USER}:${USER} .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].