Skip to main content

Postgres to Elasticsearch/OpenSearch sync

Project description

PostgreSQL to Elasticsearch/OpenSearch sync

Requirements

Postgres setup

Enable logical decoding in your Postgres setting.

  • You also need to set up two parameters in your Postgres config postgresql.conf

    wal_level = logical

    max_replication_slots = 1

Installation

You can install PGSync from PyPI:

$ pip install pgsync

Config

Create a schema for the application named e.g schema.json

Example schema

Example spec

.. code-block::

[
    {
        "database": "[database name]",
        "index": "[Elasticsearch or OpenSearch index]",
        "nodes": {
            "table": "[table A]",
            "schema": "[table A schema]",
            "columns": [
                "column 1 from table A",
                "column 2 from table A",
                ... additional columns
            ],
            "children": [
                {
                    "table": "[table B with relationship to table A]",
                    "schema": "[table B schema]",
                    "columns": [
                      "column 1 from table B",
                      "column 2 from table B",
                      ... additional columns
                    ],
                    "relationship": {
                        "variant": "object",
                        "type": "one_to_many"
                    },
                    ...
                },
                {
                    ... additional children
                }
            ]
        }
    }
]

Environment variables

Setup environment variables required for the application

SCHEMA='/path/to/schema.json'

ELASTICSEARCH_HOST=localhost
ELASTICSEARCH_PORT=9200

PG_HOST=localhost
PG_USER=i-am-root # this must be a postgres superuser or replication user
PG_PORT=5432
PG_PASSWORD=*****

REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_AUTH=*****

Running

Bootstrap the database (one time only)

  • $ bootstrap --config schema.json

Run pgsync as a daemon

  • $ pgsync --config schema.json --daemon

Project details


Download files

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

Source Distribution

pgsync-3.2.1.tar.gz (114.3 kB view details)

Uploaded Source

Built Distribution

pgsync-3.2.1-py3-none-any.whl (61.1 kB view details)

Uploaded Python 3

File details

Details for the file pgsync-3.2.1.tar.gz.

File metadata

  • Download URL: pgsync-3.2.1.tar.gz
  • Upload date:
  • Size: 114.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pgsync-3.2.1.tar.gz
Algorithm Hash digest
SHA256 ef56392a5dac359c7ff04bb9b94b328a4dde22628541225662359f3e82421521
MD5 aac352c6d1e5528eec5c2961d03e280f
BLAKE2b-256 24409ebe6bc70b0a6f2208c3f0ef139c0ae2a71b6663a47814ebb895c1d4e95c

See more details on using hashes here.

File details

Details for the file pgsync-3.2.1-py3-none-any.whl.

File metadata

  • Download URL: pgsync-3.2.1-py3-none-any.whl
  • Upload date:
  • Size: 61.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.5

File hashes

Hashes for pgsync-3.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6de991c4f43eb06dc03a700ea08e6bb53ac0adb4943654b2260fa2bcfd183a32
MD5 54218c8b10f702a09bf6c610c02bcf2d
BLAKE2b-256 c015d0d62082c459943f310c598b067ba2488c6006e2621a22c05d079e37d8fd

See more details on using hashes here.

Supported by

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