NoSQL & NewSQL

Document, key-value, columnar, search, and distributed SQL engines.

  • 8 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in NoSQL & NewSQL


hpcwire.com > bigdatawire > this-just-in > imply-lumi-loglake-now-generally-available-making-security-data-in-data-lakes-immediately-searchable

Imply Lumi Loglake Now Generally Available, Making Security Data in Data Lakes Immediately Searchable

2+ hour, 35+ min ago   (602+ words) Security teams can search hot and historical telemetry without schemas, rehydration, or changing existing workflows SAN FRANCISCO, Sept. 14, 2026 — Imply, the company behind Lumi, today announced the general availability of Lumi Loglake, enabling security teams to search unstructured machine data directly…...


dev.to > yass1n > brojs-v240-redis-clustering-api-key-rotation-and-a-rate-limiter-that-actually-survives-4pja

bro.js v2.4.0 - Redis clustering, API key rotation, and a rate limiter that actually survives outages

7+ hour, 10+ min ago   (130+ words) Pushed v2.4.0 of bro.js (my zero-boilerplate Express alternative) and figured I'd write up what changed instead of just dumping a changelog. Used to be you had to wire up your own Redis client and babysit connection state. Now you just…...


medium.com > @bikisahu161 > redis-the-backend-sidekick-that-makes-your-application-fast-432f2e831a1a

Redis: The Backend Sidekick That Makes Your Application Fast ⚡

3+ hour, 56+ min ago   (143+ words) What Redis actually is, why everyone talks about it, and where it fits in a real-world backend. When I first heard about Redis, I had …...


dev.to > anusha_mukka > your-cache-is-part-of-the-security-model-44n2

Your Cache Is Part of the Security Model

1+ day, 1+ hour ago   (418+ words) This is Part 4 of Security Infrastructure in Practice, a series about what happens when security design meets production systems. Caches are supposed to make authorization faster. They can also keep an old permission alive after the source of truth has…...


dev.to > mech_app_ai > agent-cache-multi-tier-llm-caching-for-valkey-and-redis-10kf

Agent-Cache: Multi-Tier LLM Caching for Valkey and Redis

1+ day, 5+ hour ago   (666+ words) Agent loops burn tokens and clock cycles on repeated work. The same LLM prompt fires twice, the same tool call fetches identical data, and session state gets reconstructed from scratch on every request. Agent-cache solves this with a three-tier caching…...


dev.to > j_sakamoto > no-server-no-backend-just-blazor-webassembly-doing-semantic-search-bl4

No Server, No Backend, Just Blazor WebAssembly Doing Semantic Search

1+ day, 5+ hour ago   (1050+ words) 🚀 Semantic search on GitHub Pages with zero backend I recently added semantic search to... Tagged with blazor, webdev, embedding, dotnet....


dev.to > webmatrixlab > api-rate-limiting-what-actually-breaks-when-you-get-it-wrong-3dip

API Rate Limiting: What Actually Breaks When You Get It Wrong

1+ day, 6+ hour ago   (417+ words) Most teams add rate limiting to their API as an afterthought — usually right after something has already gone wrong. A scraper hammers an endpoint, a client integration goes into a retry loop, or a single misbehaving user takes down a…...


dev.to > mohammad_abdullah121 > redis-is-not-your-database-designing-cache-failures-fallbacks-and-resilient-backends-15op

Redis Is Not Your Database: Designing Cache Failures, Fallbacks, and Resilient Backends

1+ day, 11+ hour ago   (724+ words) Redis can make a backend dramatically faster. It can also make a backend dramatically more fragile if the architecture treats the cache as a dependency that must always be available. The distinction is simple: A database stores authoritative data. A…...


dev.to > aniruddhagawali > i-thought-redis-would-save-my-api-just-500-requests-proved-me-wrong-1kam

I Thought Redis Would Save My API. Just 500 Requests Proved Me Wrong.

1+ day, 11+ hour ago   (243+ words) As our series continues, Deep-Dive Backend Systems Roadmap. I created the simplest weather API... Tagged with webdev, distributedsystems, redis, programming....