連接至 PostgreSQL Wire Protocol
Canner Enterprise 實作了 PostgreSQL Wire Protocol 的接口,讓 BI / ETL / ML 等不同服務,只要有支援 PostgreSQL,很大機會可以透過 PostgreSQL Wire Protocol 的接口,連接到 Canner Enterprise 的 Workspace 做資料存取。
如何使用
不管在 JDBC, ODBC 或是其他 PostgreSQL 的 driver,皆使用以下參數
Database: Workspace 的 SQL NamePort: 7432Username:cannerPassword: 輸入 Personal Access Token
支援程度
Driver
| Language | Driver | Support Level |
|---|---|---|
| Java | JDBC | Full |
| C# (.NET) | Npgsql | Beta |
| C# (.NET) | ODBC | Beta |
| C | libpq | Beta |
| Python | psycopg2 | Beta |
| JavaScript | pg | Beta |
BI
| BI | Support Level |
|---|---|
| Power BI | Only Import Mode |
| Power BI Reporting Service | Beta |
| Metabase | Full |
| Google Data Studio | Full |
| Qilk | Beta |
Graphical user interfaces (GUIs)
| GUI | Support level |
|---|---|
| DBeaver | Beta |
| Beekeeper Studio | Beta |
| TablePlus | Beta |
| DataGrip | Beta |