Skip to content

05. Cool work examples

Janemesi edited this page Oct 22, 2025 · 3 revisions

This page provides a non-extensive-but-useful catalog of good work that has bee produced by the Data Solutions team and should be taken as example for future projects.

Cool SQL queries

  • GIZ Malawi. Cool because: These queries allow you to flatten out data within JSON columns.
  • OpenSRP. Cool because: The query is a recursive query to traverse a tree hierarchy based on the adjacency list model.
  • OpenSRP. This script is a good example of the use of the CROSSTAB function. Please notice that when using this function, you need to order the data by the Primary Key so that all data for the same key is grouped within one record. You can find a stackoverflow issue describing this here

Cool Dashboards

Cool Gisida stuff

  • TBD

Cool Akuko posts

  • Coverage posts. Cool because: use of maps with several layers with coverage analysis from QGIS. Post structure and text.

Clone this wiki locally