EngineeringJan 14, 2025How to Create Your Personal AI Powered Email Assistant in AzureKonstantinos Passadis
Case StudiesFeb 12, 2025How Zap.xyz Built a Serverless CDC Pipeline with Neon and Inngest“Inngest + Neon handle the entire change data capture process for us. Setting it up took a fraction of the time compared to AWS” (Jacob Devore, Co Founder at Zap) Zap.xyz is a new crypto aggregation platform that processes millions of messages from community channels like Telegra...Carlota Soto
AIFeb 12, 2025Multi-Agent AI Solution with Neon, Langchain, AutoGen and Azure OpenAIMaking AI Work for Your Data AI agents are becoming active participants in data management. Nowadays instead of writing SQL queries, you can simply ask and chat with your data “Show me all shipments currently in transit.” Or even better, AI agents can act on your data “Create a n...Bobur Umurzokov
WorkflowsFeb 10, 2025Automate Partial Data Dumps with Postgres and GitHub ActionsYour production database is tried and tested and likely bulletproof. Merely mentioning migrating to a new provider would likely set off multiple alarms, so don’t, use a Neon Twin instead. In this post, I’ll show you how to create a partial copy of your production database so you ...Paul Scanlon
ChangelogFeb 07, 2025Monitor queries in the Neon ConsoleMonitor queries in the Neon Console Currently available to members in our Early Access Program, you can now monitor your active queries and query history from the Monitoring page in your Neon project. The Active Queries view displays up to 100 currently running queries for the se...
CommunityFeb 06, 2025How to Build GitHub Copilot ExtensionsAs soon as GitHub Copilot burst onto the scene, everyone started asking, “How do we teach Copilot about our platform?” Whether you’re building a managed Postgres service (like Neon) or a specialized set of APIs, it’s no longer enough to rely on devs hunting through documentation....Andrew Hamilton
WorkflowsFeb 05, 2025How To Maintain Seed Files (And Why You May Not Want To Do It)As beautiful as a greenfield database is, it’s useless without data. This is not just for production–tests, development, staging, and demos–all need data for proper functionality. This is where seed files come in. Seed files are scripts that populate your database with initial da...Paul Scanlon