https://github.com/appmonet/remote_persistent_term
Periodically fetch data from a remote source and store it in a persistent_term.
https://github.com/appmonet/remote_persistent_term
Last synced: about 2 months ago
JSON representation
Periodically fetch data from a remote source and store it in a persistent_term.
- Host: GitHub
- URL: https://github.com/appmonet/remote_persistent_term
- Owner: AppMonet
- Created: 2023-05-23T13:05:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T09:50:53.000Z (over 1 year ago)
- Last Synced: 2024-08-09T22:51:38.315Z (10 months ago)
- Language: Elixir
- Size: 69.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemotePersistentTerm
[](https://hex.pm/packages/remote_persistent_term) [](https://hexdocs.pm/remote_persistent_term/)Load data from a remote source and store in it a persistent_term.
Can periodically update the data if desired.## Installation
The package can be installed by adding `remote_persistent_term` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:remote_persistent_term, "~> 0.5"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .