Skip to main content

onestep-postgres

PostgreSQL connector plugin for onestep.

Install it with:

pip install onestep-postgres

YAML resources are available after the plugin is installed:

resources:
  pg:
    type: postgres
    dsn: "${POSTGRES_DSN}"

  cursor:
    type: postgres_cursor_store
    connector: pg

  users:
    type: postgres_incremental
    connector: pg
    table: users
    key: id
    cursor: [updated_at, id]
    state: cursor

  processed:
    type: postgres_table_sink
    connector: pg
    table: processed_users
    mode: upsert
    keys: [id]

The first version supports table queues, incremental polling, table sinks, and SQLAlchemy-backed state/cursor stores. It does not support PostgreSQL logical replication or CDC.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onestep_postgres-0.1.2.tar.gz (14.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

onestep_postgres-0.1.2-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file onestep_postgres-0.1.2.tar.gz.

File metadata

  • Download URL: onestep_postgres-0.1.2.tar.gz
  • Upload date:
  • Size: 14.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for onestep_postgres-0.1.2.tar.gz
Algorithm Hash digest
SHA256 e4eea8542b2b46a290f4cca2d497ae83634a12759e2c97b41d89a6a3a099eb9b
MD5 75595027b3ba885f89042641b657d39d
BLAKE2b-256 03cd1b4d5dc8566bb3113170d6e28678b523d046922ffcb1c532f1c11bae1ad8

See more details on using hashes here.

File details

Details for the file onestep_postgres-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for onestep_postgres-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b23a3752789dd8b605d1f0d5b528b658ce65965474f4ea2d4c692a7d9358398d
MD5 b180be0fa33b1e1d32036d95ef510c74
BLAKE2b-256 967f49601a90e416e48196b3b86bd2600a5d194469637c131154b3476b9bdde3

See more details on using hashes here.

Release history Release notifications | RSS feed

0.6.0

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.3

2 files

This release

0.1.2 This release

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page