Skip to content

Warehouse

github-actions[bot] edited this page Sep 4, 2026 · 1 revision

Warehouse Plugin

Data warehouse sync, exports nself table data to BigQuery, Snowflake, or Redshift on a configurable schedule. Free — MIT licensed.

Install

nself plugin install warehouse

No license key required.

Description

Data warehouse sync, exports nself table data to BigQuery, Snowflake, or Redshift on a configurable schedule.

Category: infrastructure. Current version: 1.0.0.

Configuration

Env Var Default Description
DATABASE_URL (required) PostgreSQL connection string
WAREHOUSE_PORT 8210 -
WAREHOUSE_DESTINATION - -
WAREHOUSE_BQ_PROJECT - -

Ports

Port Purpose
8210 Warehouse service port

Database Schema

2 table(s) added to your Postgres database:

  • np_warehouse_sync_jobs
  • np_warehouse_tables

REST API

GET    /health

Examples

Health check

curl http://localhost:8210/health

Source

plugins/warehouse/

Manifest: plugins/warehouse/plugin.json

See Also

Home

nself-plugins

Start

Commands

Architecture

Plugin Ecosystem

Popular Plugins

View All: Home (or see the full alphabetical list below — 129/129 synced with registry.json)

All Free Plugins

Guides

Operations


Related

Clone this wiki locally