Skip to content

Commit 33b6b40

Browse files
committed
chore: update README with all available plugins
Signed-off-by: Pawel Kosiec <pawel.kosiec@databricks.com>
1 parent ae9c67e commit 33b6b40

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,10 @@ AppKit simplifies building data applications on Databricks by providing:
1818

1919
AppKit's power comes from its plugin system. Each plugin adds a focused capability to your app with minimal configuration.
2020

21-
### Available now
22-
23-
- **Analytics Plugin** — Query your Lakehouse data directly from your app. Define SQL queries as files, execute them against Databricks SQL Warehouses, and get automatic caching, parameterization, and on-behalf-of user execution out of the box. Perfect for building apps that surface insights from your Lakehouse.
21+
- **Analytics Plugin** — Query your Lakehouse data directly from your app. Define SQL queries as files, execute them against Databricks SQL Warehouses, and get automatic caching, parameterization, and on-behalf-of user execution out of the box.
2422
- **Genie Plugin** — Conversational AI interface powered by Databricks AI/BI Genie. Let users ask natural language questions against your data and get answers with automatic chart inference and visualization.
25-
26-
### Coming soon
27-
28-
- **Files Plugin** — Browse, upload, and manage files in Unity Catalog Volumes
29-
- **Lakebase Plugin** — OLTP database operations with automatic OAuth token management
30-
- ...and this is just the beginning.
23+
- **Files Plugin** — Browse, upload, and manage files in Unity Catalog Volumes. Supports multiple volumes, content type validation, and on-behalf-of user access.
24+
- **Lakebase Plugin** — OLTP database operations against Databricks Lakebase with automatic OAuth token management. Returns a standard `pg.Pool` compatible with Prisma, Drizzle, TypeORM, and other ORMs.
3125

3226
> Missing a plugin? [Open an issue](https://github.com/databricks/appkit/issues/new) and tell us what you need — community input directly shapes the roadmap.
3327

0 commit comments

Comments
 (0)