From 8b4830ce3ad9c496805acd05bbe895bf558bc8ab Mon Sep 17 00:00:00 2001 From: Jon Roeber Date: Mon, 15 Jan 2024 04:11:03 +0000 Subject: [PATCH] Update Dev Notes --- Dev-Notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dev-Notes.md b/Dev-Notes.md index b9c154d..f071f9a 100644 --- a/Dev-Notes.md +++ b/Dev-Notes.md @@ -44,4 +44,6 @@ Next steps: - Observe entries in PostgreSQL `chirpstack_integration` database, `event_up` table, `object` column - Research how QGIS expects PostGIS data to look - Create a PostGIS view from the `event_up` table that QGIS will like (if possible) - - If not possible, research creating a custom HTTP integration (in Go) that will receive data and put it into correct format in PostGIS for QGIS \ No newline at end of file + - If not possible, research creating a custom HTTP integration (in Go) that will receive data and put it into correct format in PostGIS for QGIS + +potentially interesting article: https://www.line-45.com/post/using-qgis-postgis-dynamic-duo \ No newline at end of file