Skip to content

Periodically fetch data from a remote source and store it in a persistent_term.

Notifications You must be signed in to change notification settings

AppMonet/remote_persistent_term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RemotePersistentTerm

Hex pm Hexdocs.pm

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:

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.

About

Periodically fetch data from a remote source and store it in a persistent_term.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages