Skip to content

Elixir tool to access app events without changing its code

Notifications You must be signed in to change notification settings

brain-geek/telepathy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telepathy

Telepathy project is intended to show that you can easily get database events from PostgreSQL directly to custom Elixir gen_server.

You can see check out usage examples in the testapp folder.

Installation

If available in Hex, the package can be installed as:

  1. Add telepathy to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:telepathy, "~> 0.1.0"}]
end
```
  1. Ensure telepathy is started before your application:
```elixir
def application do
  [applications: [:telepathy]]
end
```

About

Elixir tool to access app events without changing its code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages