protectione055 / graph-benchmarking

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graph Database Benchmarking Effort

This repository contains an Tinkerpop3 compliant implementation of LDBC SNB Interactive Workload and pointers to various resources for benchamrking graph databases for this new workload.

SNB Interactive Gremlin

Tinkerpop3 Blueprint compliant implementation of Linked Data Benchmark Council's Social Network Benchmark Benchmark

Kafka Integration

We are in effort to integrate Kafka into LDBC Driver to emulate real-time updates on SUT. LDBC Driver is WIP of this integration.

Various LDBC SNB Implementations
Tinkerpop3 Implementations
  • Sqlg Implementation of TP3 Structure API on Postgres
    • SqlgSNBImporter can succesfully import LDBC SNB Dataset into Sqlg Graph over Postgres
    • Optimizes Traversal steps
  • Sqlgraph Simple - inefficient implementation of TP3 Structure API over RDBMS by Alice and Anil
    • Does not support any bulk loading features
    • No optimization what so ever

About


Languages

Language:Java 67.3%Language:Groovy 28.2%Language:PLpgSQL 4.5%