PostgreSQL - Listen and Notify Clients In Real Time

PostgreSQL - Listen and Notify Clients In Real Time

Author: MapScaping June 28, 2023 Duration: 26:28
The promise of digital mapping is to provide a shared and real-time view of the state of the underlying system. pg_eventserv is a free and open-source component that helps fulfill the promise of real-time event modeling and shared views in PostgreSQL. By connecting to PostgreSQL and listening on specified channels, pg_eventserv captures database notifications and forwards them to web clients, enabling real-time updates and synchronization of data displayed on maps or other web interfaces. pg_eventserv does one thing and one thing only: take events generated by the PostgreSQL NOTIFY command and passes the payload along to waiting WebSockets clients. pg_eventserv is free and easy to install and you can find it here: https://github.com/CrunchyData/pg_eventserv What this means is that any client can watch for notifications and update as changes in the database happen. Real-time data! Here is a link to a Youtube video demonstration of pg_eventserv in action! https://youtu.be/UakRtYmoWow  I will let Paul Ramsey the creator of pg_eventserv explain all this in more detail in this episode.  If you want to reach out to Paul the best place to do that is http://blog.cleverelephant.ca/  Or if you want to listen to previous episodes with Paul you might find these interesting Raster in the database? https://mapscaping.com/podcast/rasters-in-a-database/ Dynamic Vector Tiles Straight From The Database https://mapscaping.com/podcast/dynamic-vector-tiles-straight-from-the-database/ Spatial SQL- GIS Without The GIS https://mapscaping.com/podcast/spatial-sql-gis-without-the-gis/   also ...  If you are interested in spatial databases at scale ... you might find this episode interesting https://mapscaping.com/podcast/distributing-geospatial-data/     Some more episodes you might enjoy   ESRI, GIS careers, Geospatial Data Science  QGIS, Geospatial Python, ArcGIS Pro Google Maps, Geomatics, Cartography Location Intelligence, Mapping    

The MapScaping Podcast delves into the intricate world where geography meets data. This isn't about static paper maps, but the dynamic, digital systems that help us understand our planet. Each conversation focuses on the practical and the visionary within GIS, geospatial technology, remote sensing, and earth observation. You'll hear directly from the cartographers, data scientists, software developers, and analysts who are building the tools and interpreting the information that defines modern digital geography. The discussions explore how satellite imagery is used, how location intelligence solves complex problems, and where the technology is headed next. For professionals, students, or anyone fascinated by how we chart and comprehend our world, this podcast offers a grounded look at a field that is constantly redrawing its own boundaries. Tune in to The MapScaping Podcast for insights that are as much about the people and ideas shaping this space as they are about the technology itself. It's a consistent source for those who think spatially, providing depth and context that goes beyond the software interface. Listen to find out how the hidden structures of geospatial data influence everything from urban planning and environmental conservation to business logistics and everyday apps.
Author: Language: English Episodes: 100

The MapScaping Podcast - GIS, Geospatial, Remote Sensing, earth observation and digital geography
Podcast Episodes
Using Lasers To Talk To Satellites [not-audio_url] [/not-audio_url]

Duration: 44:51
How do we get data from a satellite down to Earth? How do we task a satellite? Today the answer is likely to be via radios and a system of downlink sites or ground stations. As the satellites pass overhead or within “lin…
From Pixels to Patterns: AI in Spatial Analysis [not-audio_url] [/not-audio_url]

Duration: 1:05:50
There is a general understanding that it is becoming increasingly difficult to extract meaning from all the data we are collecting without using AI. But what is AI, and how did we end up in a situation where it is identi…
pygeoapi - A Python Geospatial Server [not-audio_url] [/not-audio_url]

Duration: 37:03
PYGEOAPI is a Python server implementation of the OGC API suite of standards ... which might be really useful if you are thinking about upgrading from the first-generation OGC standards to the second-generation OGC stand…
Big Data In The Browser [not-audio_url] [/not-audio_url]

Duration: 57:17
So why would anyone want to put alot of data into a browser? Well, for a lot of the same reasons that edge computing and distributed computing have become so popular. You get the data a lot closer to the user and you don…
Rasters In A Database? [not-audio_url] [/not-audio_url]

Duration: 34:21
Sounds like a great idea right? In this episode, Paul Ramsey explains why you shouldn't ... unless you want to ... and how you can ... if you have to. You can find Paul's blog here: http://blog.cleverelephant.ca/about So…
Spatial Knowledge Graphs [not-audio_url] [/not-audio_url]

Duration: 32:04
A knowledge graph is a network of relationships between real work entities and in this episode, you will learn how and why knowledge graphs might be a better choice than spatial joins! Further listening! The H3 Indexing…
ChatGPT and Large Language Models [not-audio_url] [/not-audio_url]

Duration: 50:13
I am sure you have heard of ChatGPT by now so the hope of this episode is to give you some more context about what is it built on and how it works. To do that I invited Daniel Whitneck back on the podcast You can connect…
Computer Vision and GeoAI [not-audio_url] [/not-audio_url]

Duration: 37:58
Computer vision is a field of artificial intelligence (AI) that enables computers and systems to derive meaningful information from digital images. You might think that this is exactly what we are doing in earth observat…
Designing for Location Privacy [not-audio_url] [/not-audio_url]

Duration: 42:18
Data is what data does - more about that later on ;) This episode focuses on designing for privacy, how do we create value from location data without sacrificing personal privacy? Well, you might start by adhering to the…
Hyperspectral vs Multispectral [not-audio_url] [/not-audio_url]

Duration: 38:46
When comparing multispectral and hyperspectral data it is not simply a case of “more data more better”! With hyperspectral you have “The curse of Dimensionality” but you also get more flexibility to pick exactly what ban…