Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/szarnyasg/graphalytics-duckdb


https://github.com/szarnyasg/graphalytics-duckdb

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# graphalytics-duckdb

[Graphalytics specification](https://ldbcouncil.org/ldbc_graphalytics_docs/graphalytics_spec.pdf)

## Getting started

```bash
pip3 install -U duckdb
```

Revise the paths in the Python scripts and run.

## axplusb

Grab the [`axplusb` branch](https://github.com/szarnyasg/duckdb/tree/axplusb) from Gabor's DuckDB fork and install it:

```bash
scripts/install-duckdb-axplusb.sh
```