Load data from a remote source and store in it a persistent_term. Can periodically update the data if desired.
The package can be installed by adding remote_persistent_term
to your list of dependencies in mix.exs
:
def deps do
[
{:remote_persistent_term, "~> 0.5"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/remote_persistent_term.