Examples¶
HumemDB ships real Python examples in the repository examples/ directory,
and the docs pages in this section describe those exact files.
Like the ArcadeDB docs, each page is intended to be a companion to the real Python script, not a disconnected hand-written snippet.
Current shipped examples:
- 01 - SQL Basics: generates 2,000 users and 50,000 orders, then runs both SQLite and DuckDB queries.
- 02 - Cypher Social Graph: generates thousands of graph nodes and edges with richer properties.
- 03 - Vector Search: generates 36,000 vectors across two collections and exercises exact search.
Run them locally from the repository root:
Or run individual files directly: