freifunk / vis.api.freifunk.net

Visualisation of Freifunk API data
GNU General Public License v3.0
3 stars 2 forks source link

Data-loading: Loop through summarisedDir directory #22

Closed extua closed 3 months ago

extua commented 3 months ago

Wrap the document insert function in a loop through a sample directory of JSON files.

extua commented 3 months ago

See read_dir in the standard library for this https://doc.rust-lang.org/std/fs/fn.read_dir.html

extua commented 3 months ago

Example here 867e1b09bac0814105e58fe098483576efda3d4a

extua commented 3 months ago

Completed in 978af0a19b00fbaaec7c2e03b0726d01c95b14d7