Skip to content

Update README.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# LibCluster Postgres Strategy
# Libcluster Postgres Strategy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend keeping libcluster consistent in terms of upcase/downcase.


Postgres Strategy for [libcluster](https://hexdocs.pm/libcluster/) which is used by Supabase on the [realtime](https://github.com/supabase/realtime) and [supavisor](https://github.com/supabase/supavisor) projects.

It uses Postgres `LISTEN` and `NOTICATION` to send the information from a given node and connects them using LibCluster.
It uses Postgres `LISTEN` and `NOTIFICATION` to send the information from a given node and connects them using libcluster.


```elixir
Expand Down Expand Up @@ -35,4 +35,4 @@ by adding `libcluster_postgres` to your list of dependencies in `mix.exs`:
def deps do
[{:libcluster_postgres, "~> 0.1"}]
end
```
```