Metadata-Version: 2.4
Name: exasol-quickstart
Version: 0.0.1
Summary: One command to try Exasol with AI add-ons (MCP Server, JSON Tables). Preview — name placeholder.
Project-URL: Homepage, https://github.com/krishna-exasol/exasol-quickstart
Project-URL: Documentation, https://krishna-exasol.github.io/bundle-installation-methods/case-studies/recommended-approach/
Author: krishna-exasol
License: MIT
License-File: LICENSE
Keywords: analytics,database,exasol,installer,json-tables,mcp,quickstart
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# exasol-quickstart

**One command to try Exasol with AI add-ons** — a base Exasol database plus the
**MCP Server** (LLM/agent access) and, optionally, **JSON Tables** (JSON → SQL),
chosen automatically for your operating system.

> **Status:** `0.0.1` is a name-reservation placeholder. The full platform-aware
> installer is in progress.

## Planned usage

```bash
pipx install exasol-quickstart
exasol-quickstart                 # base + MCP server
exasol-quickstart --with json-tables   # base + MCP + JSON Tables
```

## How it will work (per OS)

| OS | Base | Add-ons | Docker? |
|----|------|---------|---------|
| macOS (Apple Silicon) | Exasol Personal (local VM) | host: MCP + JSON Tables | No |
| Linux | Exasol Nano (native `.run`) | Nano stacks | No |
| Windows | Exasol Nano (Docker) | Nano stacks | Yes |

Full design, decision graph, pros/cons, and requirements:
<https://krishna-exasol.github.io/bundle-installation-methods/case-studies/recommended-approach/>

## License

[MIT](LICENSE).
