Skip to content
Pierre edited this page Jul 8, 2024 · 5 revisions

Page to keep track of small stuff without cluttering issue threads.

MongoDB

Using the MongoDB Atlas free service for testing.

Get all the json files

Useful wget command for systematically downloading all the json files

wget -A json -m -p -E -k -K -np https://api.freifunk.net/data/history/

Beyond a certain point, some of these files are compressed. Deal with this later.

GraphQL setup

The ordering of these things is important.

npm install express express-graphql graphql mongodb --save
Clone this wiki locally