Blog
Notes from the team.
Product news, engineering notes, and thinking on building data tools that respect your privacy.
- Guide6 min read
How to Query Redis Using Natural Language
Query Redis Hashes, Sorted Sets, Lists, Sets and Streams using plain English. Includes real command examples and a note on why SCAN beats KEYS in production.
Read post - Guide7 min read
How to Query DynamoDB Using AI
A practical guide to AI-powered DynamoDB querying — from GetItem to KeyConditionExpressions, with automatic reserved-word handling and real SDK examples.
Read post - Guide6 min read
How to Query Firestore Using Natural Language
Learn how to query Firebase Firestore with plain English using AI — from compound where clauses to count aggregations, with real Firestore SDK examples.
Read post - Guide7 min read
How to Query MongoDB Using Natural Language
A practical guide to translating plain-English questions into MongoDB aggregation pipelines and find queries — with real examples and a privacy-first approach.
Read post - Announcement4 min read
Ask your database. Privately.
Insight O' Mate is in public beta — a local-first way to query your NoSQL databases (MongoDB, Redis, Firestore, DynamoDB) in plain English, where your data never leaves your machine.
Read post