Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szarnyasg/graphalytics-duckdb
https://github.com/szarnyasg/graphalytics-duckdb
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/szarnyasg/graphalytics-duckdb
- Owner: szarnyasg
- Created: 2021-03-06T14:38:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T13:15:10.000Z (almost 2 years ago)
- Last Synced: 2024-11-25T05:45:19.623Z (about 2 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```