Skip to content

Commit 546d7a9

Browse files
committed
docs: update pilot DuckDB and remove jupyter/victoria
1 parent 00c3058 commit 546d7a9

File tree

3 files changed

+14
-377
lines changed

3 files changed

+14
-377
lines changed

content/docs/pilot/duckdb/_index.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,35 @@ module: [PILOT]
77
categories: [Reference]
88
---
99

10+
[DuckDB](https://github.com/duckdb/duckdb/) is a high-performance embedded analytical database.
1011

11-
> [DuckDB](https://duckdb.org/) is a fast in-process analytical database: [Installation](#installation) | [Resources](#resources)
12-
13-
--------
14-
15-
## Overview
16-
17-
DuckDB is an embedded database, so it does not require deployment or service management. You only need to install the DuckDB package on the node to use it.
12+
DuckDB is embedded, so it does not require deployment or service management. Install the DuckDB package on the node and use it directly.
1813

1914

2015
--------
2116

2217
## Installation
2318

24-
Pigsty already provides DuckDB software package (RPM / DEB) in the Infra software repository, you can install it with the following command:
19+
[**Pigsty Infra repo**](/docs/repo/infra/list) provides latest DuckDB RPM/DEB packages, install directly:
2520

2621
```bash
2722
./node.yml -t node_install -e '{"node_repo_modules":"infra","node_packages":["duckdb"]}'
2823
```
2924

25+
Install with pig:
26+
27+
```bash
28+
pig repo add infra -u # add Infra repo
29+
pig install duckdb # install DuckDB package
30+
```
3031

3132
--------
3233

3334
## Resources
3435

35-
There are some DuckDB-related extension plugins provided by Pigsty for PostgreSQL:
36+
Pigsty provides DuckDB-related PostgreSQL extensions:
3637

37-
- [**`pg_analytics`**](/docs/pgsql/ext/): Add OLAP capabilities to PostgreSQL based on DuckDB
38-
- [**`pg_lakehouse`**](/docs/pgsql/ext/): Data lakehouse plugin by ParadeDB, wrapping DuckDB. (Currently planned to be renamed back to `pg_analytics`)
39-
- [**`duckdb_fdw`**](/docs/pgsql/ext/): Foreign data wrapper for DuckDB, read/write DuckDB data files from PG
40-
- [**`pg_duckdb`**](/docs/pgsql/ext/): WIP extension plugin by DuckDB official MotherDuck and Hydra (only available on EL systems as a pilot)
38+
- [**`pg_duckdb`**](https://pgext.cloud/e/pg_analytics), an extension by DuckDB official MotherDuck and Hydra
39+
- [**`pg_mooncake`**](https://pgext.cloud/e/pg_mooncake), builds on `pg_duckdb` with columnar engine and sync
40+
- [**`pg_analytics`**](https://pgext.cloud/e/pg_analytics), OLAP on DuckDB, archived
41+
- [**`duckdb_fdw`**](/docs/pgsql/ext/), DuckDB FDW to read/write DuckDB files from PG, not updated yet

content/docs/pilot/jupyter/_index.md

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)