Dtds
This is a Distributed Topic Discovery Service
Installation
the package can be installed as:
-
Add
dtdsto your list of dependencies inmix.exs:
```elixir
def deps do
[{:dtds, "~> 0.1.0"}]
end
```-
Ensure
dtdsis started before your application:
```elixir
def application do
[applications: [:dtds]]
end
```TODO:
- Add specs for functions and checks
- More ...