jammi-cli 0.13.0

Command-line interface for Jammi AI
jammi-cli-0.13.0 is not a library.

jammi-cli

Command-line interface for Jammi AI.

Manage data sources, run SQL queries, and start the Arrow Flight SQL server from your terminal.

Install

cargo install jammi-cli

Usage

# Register a data source
jammi sources add patents --path /data/patents.parquet --format parquet

# Query with SQL
jammi query "SELECT id, title, year FROM patents.public.patents WHERE year > 2020"

# Show execution plan
jammi explain "SELECT * FROM patents.public.patents WHERE year > 2020"

# List sources and models
jammi sources list
jammi models list

# Start the Flight SQL server
jammi serve

Documentation

See the Jammi AI Cookbook for the full guide.

License

Apache-2.0