demo-db / README.md
adsharma's picture
Upload folder using huggingface_hub
69d42de verified
|
Raw
History Blame Contribute Delete
608 Bytes
---
license: mit
pretty_name: LadybugDB Demo Database
tags:
- graph
- database
- ladybugdb
---
# LadybugDB Demo Database
Small demo graph dataset used by Ladybug Explorer tutorials and examples.
The repository contains three variants:
- `demo-db/csv`: CSV files with `schema.cypher` and `copy.cypher`.
- `demo-db/parquet`: Parquet files with `schema.cypher` and `copy.cypher`.
- `demo-db/icebug-disk`: Icebug disk-format files with `schema.cypher`.
The CSV and Parquet variants are intended for tutorial import flows. The
Cypher files describe the `User`, `City`, `Follows`, and `LivesIn` tables.