--- 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.