freifunk / vis.api.freifunk.net

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

Data-loading: Add each community to the database as its own object #26

Closed extua closed 3 months ago

extua commented 3 months ago
extua commented 3 months ago

At the moment we're adding each BSON document individually, next step is adding all documents with insertMany.

extua commented 3 months ago

Forgot to check in my code yesterday!

extua commented 3 months ago

Ok this is basically done, just needs testing

extua commented 3 months ago

Tested, this works, close this issue