惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
Hugging Face - Blog
Hugging Face - Blog
博客园 - Franky
云风的 BLOG
云风的 BLOG
I
InfoQ
小众软件
小众软件
Last Week in AI
Last Week in AI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
The Cloudflare Blog
雷峰网
雷峰网
P
Proofpoint News Feed
腾讯CDC
H
Help Net Security
V
Visual Studio Blog
美团技术团队
F
Fortinet All Blogs
MongoDB | Blog
MongoDB | Blog
阮一峰的网络日志
阮一峰的网络日志

Sanity.io

A Board Game agent built using Sanity Context and Vercel's AI SDK | Sanity Build a prototype with Claude Code that your whole team can edit | Sanity What’s New - May 2026 | Sanity I built a London pub guide with v0 and the Sanity MCP in six hours. Here's what I learned. | Sanity Build a conference concierge with Agent Context and Anthropic | Sanity Build a content-aware Telegram agent with Vercel AI SDK and Chat SDK | Sanity How I used Agent API to generate photos for my family’s recipes | Sanity What’s New April - 2026 | Sanity Better context, better matches: An AI love story (for dogs) | Sanity How to write for an agent | Sanity Content Agent, meet Slack: AI content operations in your workflow | Sanity Structure powers intelligence | Sanity Your agent needs better content. Here's how to give it. | Sanity How to serve content to agents (a field guide) | Sanity Sanity TypeGen GA: Automatic TypeScript types for content and GROQ | Sanity Sanity is now available on the Vercel Marketplace | Sanity The logo soup problem (and how to solve it) | Sanity Content Releases: From scattered updates to coordinated publishing | Sanity What's New - February 2026 | Sanity How we solved the agent memory problem | Sanity v0 Builder Challenge: The winners | Sanity Introducing: Sanity Agent Skills | Sanity Content Agent: Days of work in one conversation | Sanity Our Sanity Values | Sanity Open Source Pledge 2025: Stepping up when it matters | Sanity v0 builder challenge: $3000 in prizes | Sanity Why AI Breaks Without Structured Content Operations | Sanity What’s New January - 2026 | Sanity BFCM 2025: What teams built when infrastructure stopped being the problem | Sanity How AI shaped holiday shopping and what it means for content in 2026 | Sanity
Become a JSON wrangler with the new GROQ introduction on ...
Knut Melvær · 2021-11-18 · via Sanity.io

GROQ was developed to be a capable query language for any JSON data. It’s the primary way to interact with your content lake. With GROQ you can filter by any property inside of a document and shape the data using projections. In fact, GROQ is powering our GraphQL APIs as well. That’s why we're are stoked to see that John Lindquist, co-founder of egghead.io has recorded and published an introduction to GROQ course.

A screenshot showing the code from egghead.io with GROQ and the playlist to the rigth
Through short videos you're taken through the fundamentals of GROQ

In 23 minutes and through 10 short videos, John will teach you the fundamentals bringing you into some fairly advanced and useful queries. Of course, it’s only possible to scratch the surface in such a short amount of time, but it will be enough to make you very adept. We highly recommend it even though you might have used GROQ for a while, as there be things you didn’t know about yet.


The course uses groq-js, the open-source JavaScript parser. GROQ has been open-source since 2019, and is developed with a full specification. We also open-sourced our parser-compiler, Glush, as well as a parser and formater for Go, highlighting support for VS Code and Sublime Text, a CLI tool, and groq.dev, our online arcade. We have great plans lined up for GROQ and are delighted to see it catch on!