Skip to content

A CLI tool that moves data from PostgreSQL to a file built on top of Conduit.

Notifications You must be signed in to change notification settings

anaptfox/movegres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movegres

⚠️ EXPERIMENTAL ⚠️

A CLI tool that moves data from PostgreSQL to a file built on top of Conduit.

This could be used for:

  • performing a data backup
  • downloading data for analysis.

Installation

To install with npm:

npm i -g movegres

Usage

  • Required: Before you can move data from PostgreSQL to a file, you'll need ... well ... a PostgreSQL database and a file.
  • Required: Add Conduit do your Path
movegres 
  --fileName=file.json \  # output filename
  --dataPath=/my/downloads \ # output folder
  --pgUrl=postgres://user:password@host:port/db \ # postgres URL
  --pgTable=table \ # postgres table
  --pkgPath=path/to/conduit/pkg \ # path to conduit plugins

How it works

To learn more about how this tool works check out:

About

A CLI tool that moves data from PostgreSQL to a file built on top of Conduit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published