<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Data Management Archives - The Golioth Developer Blog</title>
	<atom:link href="https://blog.golioth.io/category/platform/data-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.golioth.io/category/platform/data-management/</link>
	<description>Golioth, Zephyr, and IoT Development News and How Tos</description>
	<lastBuildDate>Mon, 15 Dec 2025 16:37:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.golioth.io/wp-content/uploads/2023/09/cropped-Golioth_Symbol_Coral_RGB-1-32x32.png</url>
	<title>Data Management Archives - The Golioth Developer Blog</title>
	<link>https://blog.golioth.io/category/platform/data-management/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Signed URLs on ESP32</title>
		<link>https://blog.golioth.io/signed-urls-on-esp32/</link>
		
		<dc:creator><![CDATA[Dan Mangum]]></dc:creator>
		<pubDate>Tue, 04 Nov 2025 14:59:06 +0000</pubDate>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10252</guid>

					<description><![CDATA[<p>This week we released v0.2.0 of signy, which expands support beyond Zephyr RTOS to Espressif's ESP-IDF. In addition to bringing signed URLs to more embedded devices, ESP-IDF support is particularly useful due to the framework's built-in OTA firmware update capabilities.</p>
<p>The post <a href="https://blog.golioth.io/signed-urls-on-esp32/">Signed URLs on ESP32</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Advanced IoT Data Uploads Using the Golioth Blockwise Stream</title>
		<link>https://blog.golioth.io/advanced-iot-data-uploads-using-the-golioth-blockwise-stream/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 14 Oct 2025 15:45:38 +0000</pubDate>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[async]]></category>
		<category><![CDATA[asynchronous]]></category>
		<category><![CDATA[block upload]]></category>
		<category><![CDATA[Blockwise]]></category>
		<category><![CDATA[lightDB stream]]></category>
		<category><![CDATA[Stream]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10154</guid>

					<description><![CDATA[<p>Golioth makes it easy to upload large data payloads from your IoT devices to the cloud. We do this using the blockwise Stream service, which includes a versatile set of transform and destination options so the data goes where you want, in the format that you need. In this post we extend the capabilities of the Blockwise stream to show how async makes a large upload even more reliable over a connection to Golioth.</p>
<p>The post <a href="https://blog.golioth.io/advanced-iot-data-uploads-using-the-golioth-blockwise-stream/">Advanced IoT Data Uploads Using the Golioth Blockwise Stream</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Use Golioth Blockwise Stream to Upload Large IoT Data Payloads</title>
		<link>https://blog.golioth.io/how-to-use-golioth-blockwise-stream-to-upload-large-iot-data-payloads/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Thu, 02 Oct 2025 15:45:40 +0000</pubDate>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[block upload]]></category>
		<category><![CDATA[Blockwise]]></category>
		<category><![CDATA[lightDB stream]]></category>
		<category><![CDATA[Stream]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10146</guid>

					<description><![CDATA[<p>Golioth allows large data uploads using the Firmware SDK and via blockwise stream calls. This post shows how to modify the Stream sample to try uploading large amounts of arbitrary data and route that data through Golioth Pipelines.</p>
<p>The post <a href="https://blog.golioth.io/how-to-use-golioth-blockwise-stream-to-upload-large-iot-data-payloads/">How to Use Golioth Blockwise Stream to Upload Large IoT Data Payloads</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Signed URLs for Embedded Devices</title>
		<link>https://blog.golioth.io/signed-urls-for-embedded-devices/</link>
		
		<dc:creator><![CDATA[Dan Mangum]]></dc:creator>
		<pubDate>Tue, 16 Sep 2025 14:26:46 +0000</pubDate>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=10093</guid>

					<description><![CDATA[<p>Today we are launching support for device signed URLs, which is now available for Golioth projects in Teams or Enterprise tier organizations. The feature is off by default, but can be enabled on the settings page for a project. We are also releasing signy, an open source firmware library for generating signed URLs on embedded [&#8230;]</p>
<p>The post <a href="https://blog.golioth.io/signed-urls-for-embedded-devices/">Signed URLs for Embedded Devices</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Never miss a packet with Pipeline Recommendations</title>
		<link>https://blog.golioth.io/never-miss-a-packet-with-pipeline-recommendations/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 12 Jun 2025 16:15:07 +0000</pubDate>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Pipeline Suggestions]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=9644</guid>

					<description><![CDATA[<p>Pipeline Recommendations intelligently scans incoming data to your product and recommends stelps to ensure you never miss a packet. Check out how you can improve your product with this new feature on the Golioth Console.</p>
<p>The post <a href="https://blog.golioth.io/never-miss-a-packet-with-pipeline-recommendations/">Never miss a packet with Pipeline Recommendations</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>The Demo We Show To Our Biggest Customers: A Full Golioth Cloud Demo</title>
		<link>https://blog.golioth.io/the-demo-we-show-to-our-biggest-customers-a-full-golioth-cloud-demo/</link>
		
		<dc:creator><![CDATA[Chris Gammell]]></dc:creator>
		<pubDate>Thu, 24 Apr 2025 14:21:19 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[Thingy:91]]></category>
		<category><![CDATA[Thingy:91 X]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=9436</guid>

					<description><![CDATA[<p>Want to see everything Golioth can do? In this post, we highlight all major parts of the Golioth console and how an IoT device can deliver a range of services between Cloud and Device.</p>
<p>The post <a href="https://blog.golioth.io/the-demo-we-show-to-our-biggest-customers-a-full-golioth-cloud-demo/">The Demo We Show To Our Biggest Customers: A Full Golioth Cloud Demo</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Golioth Location Private Access</title>
		<link>https://blog.golioth.io/golioth-location-private-access/</link>
		
		<dc:creator><![CDATA[Dan Mangum]]></dc:creator>
		<pubDate>Tue, 10 Dec 2024 14:00:43 +0000</pubDate>
				<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Firmware]]></category>
		<category><![CDATA[Golioth]]></category>
		<category><![CDATA[Golioth API]]></category>
		<category><![CDATA[Location]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[SDK]]></category>
		<guid isPermaLink="false">https://blog.golioth.io/?p=8416</guid>

					<description><![CDATA[<p>Today we are launching Golioth Location in private access. This service offers network positioning functionality, allowing devices to leverage the same radios (e.g. cellular and Wi-Fi) used for communicating with Golioth to obtain location information. Doing so may extend battery life, reduce hardware costs, and enable more rapid acquisition of a device’s position.</p>
<p>The post <a href="https://blog.golioth.io/golioth-location-private-access/">Golioth Location Private Access</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Download Images to IoT Devices Using OTA</title>
		<link>https://blog.golioth.io/download-images-to-iot-devices-using-ota/</link>
		
		<dc:creator><![CDATA[Marcin Niestrój]]></dc:creator>
		<pubDate>Thu, 10 Oct 2024 14:27:20 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Device Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[image download]]></category>
		<category><![CDATA[multi-image upgrade]]></category>
		<category><![CDATA[OTA]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=8021</guid>

					<description><![CDATA[<p>The Golioth OTA service can handle more than just Over-the-Air firmware upgrade. This example application demonstrates multiple-artifact releases, where a picture to be shown on the screen of an IoT device is updated using OTA.</p>
<p>The post <a href="https://blog.golioth.io/download-images-to-iot-devices-using-ota/">Download Images to IoT Devices Using OTA</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Sending Audio for IoT to the Cloud</title>
		<link>https://blog.golioth.io/sending-audio-for-iot-to-the-cloud/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Tue, 24 Sep 2024 14:22:57 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Blockwise]]></category>
		<category><![CDATA[ESP-IDF]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[i2s]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=8011</guid>

					<description><![CDATA[<p>Uploading audio from IoT devices to the Cloud is easy with Golioth. Here's everything you need to know to deliver large chunks of data from your fleet to whatever cloud service you desire, all with just one API call and one callback function.</p>
<p>The post <a href="https://blog.golioth.io/sending-audio-for-iot-to-the-cloud/">Sending Audio for IoT to the Cloud</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Upload Images from IoT Devices Using Block Upload</title>
		<link>https://blog.golioth.io/upload-images-from-iot-devices-using-block-upload/</link>
		
		<dc:creator><![CDATA[Mike Szczys]]></dc:creator>
		<pubDate>Thu, 12 Sep 2024 15:30:01 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Data Management]]></category>
		<category><![CDATA[Platform]]></category>
		<category><![CDATA[Arducam]]></category>
		<category><![CDATA[Blockwise]]></category>
		<category><![CDATA[ESP32]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[mimxrt1024-evk]]></category>
		<category><![CDATA[nRF9160]]></category>
		<category><![CDATA[OTA]]></category>
		<category><![CDATA[zephyr]]></category>
		<guid isPermaLink="false">https://goliothblogdev.wpenginepowered.com/?p=7914</guid>

					<description><![CDATA[<p>This post walks through how to upload images from IoT devices to Golioth over CoAP using block upload. Once the image is at the server, Golioth Pipelines can route the data to the destination of your choice!</p>
<p>The post <a href="https://blog.golioth.io/upload-images-from-iot-devices-using-block-upload/">Upload Images from IoT Devices Using Block Upload</a> appeared first on <a href="https://blog.golioth.io">The Golioth Developer Blog</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
