Tech Tips
Random ramblings on technical topics.
Saturday, October 15, 2022
Web Crawler with Redis Indexing
›
Summary I'll be demonstrating a simple web crawler implementation in Nodejs in this post. The crawled results are then stored in Redis...
Redis Lookaside Cache with MongoDB
›
Summary In this post, I'll demonstrate how to implement caching with Redis against a Mongo database. All code is Python using the redi...
RediSearch - ioredis client lib
›
Summary I'll be demonstrating various Redis Search operations with the ioredis (Nodejs) client lib in this post. Data Set Creation A ...
Redis + Mongo Document (JSON/Search) Commands Comparison
›
Summary This post will demonstrate equivalent Create, Read, Update and Delete (CRUD) commands in MongoDB and Redis. I provide examples fro...
Monday, May 30, 2022
RedisJSON - CRUD Ops
›
Summary I cover a shopping cart application use case in this post. I implement a full CRUD set for the users, products, and carts using t...
Saturday, May 21, 2022
Azure Container Apps
›
Summary This is a continuation of a previous post on proxying a SOAP API to REST. In this post, I'll deploy the containerized proxy to...
Sunday, May 15, 2022
RedisTimeSeries
›
Summary I'll be covering an IoT data feed use case in this post. That data feed originates from a Tempest weather station and is stor...
‹
›
Home
View web version