apiary-cli 0.1.1-alpha

Command-line interface for the Apiary distributed data processing framework
apiary-cli-0.1.1-alpha is not a library.

apiary-cli

Command-line interface for the Apiary distributed data processing framework.

Overview

apiary-cli provides a command-line tool for managing Apiary nodes and running queries. The CLI is currently a placeholder for v1; the primary interface is the Python SDK.

Planned Commands

apiary start [--storage <uri>]   Start a local Apiary node
apiary sql "SELECT ..."          Run a SQL query
apiary shell                     Open a Python REPL with Apiary pre-configured

Building

cargo build -p apiary-cli

License

Apache License 2.0 — see LICENSE for details.

Part of the Apiary project.