Embedded graph database built for query speed and scalability
LadybugDB is an embedded property-graph database with a Cypher query language, forked from Kuzu after its acquisition. It runs inside the application process rather than as a server, targets analytical workloads over large graphs, and provides full-text search and vector indices. It reads and writes Parquet, Arrow and DuckDB. This port installs the lbug shell and the C and C++ libraries.
LadybugDB is an embedded property-graph database with a Cypher query language, forked from Kuzu after its acquisition. It runs inside the application process rather than as a server, targets analytical workloads over large graphs, and provides full-text search and vector indices. It reads and writes Parquet, Arrow and DuckDB. This port installs the lbug shell and the C and C++ libraries.
To install ladybug, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ladybug
To see what files were installed by ladybug, run:
port contents ladybug
To later upgrade ladybug, run:
sudo port selfupdate && sudo port upgrade ladybug
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.