/libcluster_postgres

Postgres strategy for libcluster

Primary LanguageElixir

Cluster.Strategy.Postgres

Postgres LISTEN/NOTIFY strategy for libcluster.

Installation

TODO

Usage

config :libcluster,
  topologies: [
    postgres_example: [
      strategy: Cluster.Strategy.Postgres,
      config: [
        hostname: "yourdbhost",
        database: "example",
        username: "username",
        password: "password",
      ]