From 0f6acf20e1e6862b3187b27a319b1888c1cd6e99 Mon Sep 17 00:00:00 2001 From: Gerald Bauer Date: Fri, 26 Apr 2024 19:32:23 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d97d9a5e..9b2b5b09 100644 --- a/README.md +++ b/README.md @@ -501,9 +501,20 @@ command line tool and scripts for details. ## Real-World Usage -Q: Anybody using these datasets? I don't know really. +Q: Anybody using these datasets? I don't know really. Add your project here - yes, you can! -Add your project here - yes, you can! + +[Thomas Derflinger](https://github.com/tderflinger) writes: + +> I used your JSON data files to import them into a Mongo database. +> Then I used Apollo to set up a GraphQL API in front of it. +> Using the project chi-country-facts (https://github.com/tderflinger/chi-country-facts) +> you can query World Factbook data comfortably using GraphQL (there also exists a web GraphQL playground). +> This enables easy data querying and extraction. +> +> Another project of mine is Visual World Facts (https://visual-world-facts.pages.dev), +> where I try to visualize the World Factbook data in new ways. +> For example, I visualized the GDP by PPP of world countries with a treemap, which can lead to new insights.