Skip to content

freifunk/vis.api.freifunk.net

Repository files navigation

Visualisation of Freifunk API data

A pipeline to load data from the Freifunk API JSONs and create a GraphQL interface. Inspired by Andi Bräu's talk at the GPN16. Currently being worked on as a Google Summer of Code project.

Todo:

  • Triage old issues
  • Set up MongoDB
  • Start writing a MongoDB script to add JSON objects in a time series
  • Set up GraphQL server
  • Get some data through the pipeline from end to end

Next steps:

  • Make the GraphQL Schema fit the JSON Schema for the database file (#33) Writing a custom GraphQL schema instead
  • Write blog post detailing all this (#24)