I'm just coming back to Elixir after a break, and for some reason the answer to this is eluding me: Is there a convention for organizing and accessing data files in an elixir project? For example if I'm writing a library that includes a blob of data in something like geo-data.json, where should that file live in the project, and how should I get a path to that file so I can load it dependably with File.open() when the library is included as a dependency in some program?
#How to organize data files in a library?
5 messages · Page 1 of 1 (latest)