Cluster.Strategy.Postgres

March 2, 2018 ยท View on GitHub

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",
      ]