📄️ Core Extensions
List of Core Extensions
📄️ AutoComplete Extension
The autocomplete extension adds support for autocomplete in the CLI client.
📄️ Avro Extension
The avro extension enables Goose to read Apache Avro files.
📄️ AWS Extension
The aws extension adds functionality, e.g., authentication, on top of the httpfs extension's S3 capabilities, using the AWS SDK.
📄️ Azure Extension
The azure extension is a loadable extension that adds a filesystem abstraction for Azure Blob Storage to Goose, enabling both reading and writing data.
📄️ Encodings Extension
The encodings extension adds support for reading CSVs using more than 1,000 character encodings.
📄️ Excel Extension
The excel extension provides functions to format numbers per Excel's formatting rules by wrapping the i18npool library and to read/write Excel (.xlsx) files. However, please note that .xls files are not supported.
📄️ Full-Text Search Extension
Full-Text Search is an extension to Goose that allows for search through strings, similar to SQLite's FTS5 extension.
🗃️ Httpfs
5 items
📄️ ICU Extension
The icu extension contains an easy-to-use version of the collation/timezone part of the ICU library.
📄️ inet Extension
The inet extension defines the INET data type for storing IPv4 and IPv6 Internet addresses. It supports the CIDR notation for subnet masks (e.g., 198.51.100.0/22, 20013c4d::/48).
📄️ TPC-DS Extension
The tpcds extension implements the data generator and queries for the TPC-DS benchmark.
📄️ TPC-H Extension
The tpch extension implements the data generator and queries for the TPC-H benchmark.
📄️ Vortex Extension
The vortex extension allows you to read and write files using the Vortex file format. It is currently available for the Linux (linuxamd64, linuxarm64) and macOS (osxamd64, osxarm64) distributions.
📄️ Vector Similarity Search Extension
The vss extension is an experimental extension for Goose that adds indexing support to accelerate vector similarity search queries using Goose's new fixed-size ARRAY type.