DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library
Core Badge
Avatar

Abhishek Gupta

DZone Core CORE

Principal PM, Azure Cosmos DB at Microsoft

New Delhi, IN

Joined Aug 2009

https://abhirockzz.github.io/

About

I mostly work on open-source technologies including distributed data systems, Kubernetes and Go

Stats

Reputation: 7539
Pageviews: 2.5M
Articles: 132
Comments: 10

Expertise

Cloud Architecture Expertise Icon

Cloud Architecture

Containers Expertise Icon

Containers

Databases Expertise Icon

Databases

Tools Expertise Icon

Tools

  • Articles
  • Refcards
  • Trend Reports
  • Comments

Articles

article thumbnail
DocumentDB on Kubernetes
Securely connect to a MongoDB DocumentDB replica set in Kubernetes using mongosh with credentials retrieved dynamically from Kubernetes secrets for direct access.
April 1, 2026
· 2,910 Views
article thumbnail
Azure Cosmos DB Playground: Learn and Experiment With Queries in Your Browser
Interactive, browser-based Azure Cosmos DB playground to learn, prototype, and test SQL queries instantly — no setup, installation, or cloud costs required.
March 30, 2026
· 969 Views
article thumbnail
Build AI Tools in Go With MCP SDK: Connect AI Apps to Databases
This article provides a hands‑on walkthrough for building MCP servers that integrate AI applications with Azure Cosmos DB.
January 20, 2026
· 1,572 Views · 1 Like
article thumbnail
An Analysis of Modern Distributed SQL
Learn about distributed SQL in modern data ecosystems, covering consensus, partitioning, serverless scaling, vector indexing, and production best practices.
December 9, 2025
· 2,728 Views · 2 Likes
article thumbnail
DocumentDB Goes Cloud-Native: Introducing the DocumentDB Kubernetes Operator
Deploy, manage, and scale DocumentDB on Kubernetes with the new open-source DocumentDB Operator — cloud-native, PostgreSQL-based, and MongoDB-compatible.
November 13, 2025
· 2,935 Views · 2 Likes
article thumbnail
Build a RAG Application With LangChain and Local LLMs Powered by Ollama
Learn how to run local LLMs with Ollama and Azure Cosmos DB for RAG, ensuring data privacy, offline use, and full control of your AI workflow.
September 5, 2025
· 3,183 Views · 1 Like
article thumbnail
Data Engineering for AI-Native Architectures: Designing Scalable, Cost-Optimized Data Pipelines to Power GenAI, Agentic AI, and Real-Time Insights
AI-native data platforms demand more than upgrades — learn how teams are building scalable systems for RAG, streaming, embeddings, and orchestration.
August 19, 2025
· 2,920 Views · 2 Likes
article thumbnail
Integration Testing for Go Apps Using Testcontainers and Containerized Databases
Learn how to use Testcontainers with Go and the Cosmos DB emulator for fast, isolated integration testing — no complex test environments needed.
August 6, 2025
· 2,604 Views · 2 Likes
article thumbnail
Building Resilient Go Apps: Mocking and Testing Database Error Responses
Learn to simulate Azure Cosmos DB errors in Go to test retry logic and error handling using custom transports and policies — no real service failures needed.
July 14, 2025
· 2,266 Views · 3 Likes
article thumbnail
Scaling Multi-Tenant Go Apps: Choosing the Right Database Partitioning Approach
Multi-tenant applications face a fundamental challenge: how to efficiently store and query data for tenants of vastly different sizes?
July 11, 2025
· 1,476 Views · 2 Likes
article thumbnail
A Simple, Convenience Package for the Azure Cosmos DB Go SDK
Learn about cosmosdb-go-sdk-helper: Simplify Azure Cosmos DB operations with Go. Features auth, queries, error handling, metrics, and Azure Functions support.
May 14, 2025
· 3,718 Views · 1 Like
article thumbnail
How to Configure and Customize the Go SDK for Azure Cosmos DB
Explore Azure Cosmos DB Go SDK: Configure retry policies, customize HTTP pipelines, implement OpenTelemetry tracing, and analyze detailed query metrics.
May 8, 2025
· 4,782 Views · 1 Like
article thumbnail
Build an MCP Server Using Go to Connect AI Agents With Databases
Learn to build an MCP server using Go to connect AI agents with Azure Cosmos DB, enabling seamless database interactions with Go SDK and mcp-go tools.
April 29, 2025
· 3,714 Views · 3 Likes
article thumbnail
Building Event-Driven Go Applications With Azure Cosmos DB and Azure Functions
Learn how to build serverless Azure Functions with Go, using Cosmos DB triggers and Azure OpenAI for generating embeddings in this step-by-step guide.
April 28, 2025
· 3,084 Views
article thumbnail
Simplifying Vector Embeddings With Go, Cosmos DB, and OpenAI
Learn how to build a Go web app to generate, store, and query vector embeddings using Azure Cosmos DB and OpenAI, with step-by-step guidance.
April 21, 2025
· 3,793 Views · 2 Likes
article thumbnail
Chat History for AI Applications With Azure Cosmos DB Go SDK
Build a chat history implementation with Azure Cosmos DB for NoSQL Go SDK and LangChainGo, enhancing LLM context and enabling efficient testing with Testcontainers.
March 12, 2025
· 3,819 Views · 3 Likes
article thumbnail
Use Azure Cosmos DB as a Docker Container in CI/CD Pipelines
Azure Cosmos DB Emulator simplifies local development by enabling testing without Azure costs. This example uses it as a service container for CI workflows.
February 24, 2025
· 4,462 Views · 1 Like
article thumbnail
Get Started With Vector Search in Azure Cosmos DB
Learn how to enable and use vector search in Azure Cosmos DB for NoSQL with a step-by-step guide in Python, TypeScript, .NET, and Java using a movie dataset.
January 27, 2025
· 4,660 Views · 2 Likes
article thumbnail
Using AI in Your IDE To Work With Open-Source Code Bases
In this article, learn how we can add enhancements to the langchaingo project with Amazon Q Developer support in VS Code.
September 28, 2024
· 4,165 Views · 3 Likes
article thumbnail
Use Mistral AI to Build Generative AI Applications With Go
Let's walk through how to use these Mistral AI models on Amazon Bedrock with Go, and in the process, also get a better understanding of its prompt tokens.
August 9, 2024
· 6,043 Views · 1 Like
article thumbnail
Real-Time Streaming Architectures: A Technical Deep Dive Into Kafka, Flink, and Pinot
While individual components like Kafka, Flink, and Pinot are very powerful, managing them at scale across cloud and on-premises deployments can be operationally complex.
July 28, 2024
· 10,492 Views · 4 Likes
article thumbnail
Use Guardrails for Safeguarding Generative AI Applications Built Using Custom or Third-Party Models
Learn how the ApplyGuardrail API can provide a flexible way to integrate Guardrails with your generative AI applications.
July 24, 2024
· 3,680 Views · 1 Like
article thumbnail
Use Guardrails To Prevent Hallucinations in Generative AI Applications
With a Contextual grounding check, you can prevent hallucinations by detecting irrelevant and ungrounded LLM responses. Learn more!
July 22, 2024
· 7,958 Views · 3 Likes
article thumbnail
Maintain Chat History in Generative AI Apps With Valkey
This article presents a walkthrough on how to use a chat history component with Valkey, an open-source alternative to Redis.
July 4, 2024
· 4,224 Views · 1 Like
article thumbnail
Use AWS Generative AI CDK Constructs To Speed up App Development
In this blog, we will use the AWS Generative AI Constructs Library to deploy a complete RAG application using multiple components.
July 1, 2024
· 6,989 Views · 1 Like
article thumbnail
Getting Started With Valkey Using JavaScript
I will walk through how to use Valkey for JavaScript applications using existing clients in Redis ecosystem as well as iovalkey (a friendly fork of ioredis).
June 18, 2024
· 10,094 Views · 2 Likes
article thumbnail
A Single API for All Your Conversational Generative AI Applications
Use the Converse API in Amazon Bedrock to create generative AI applications using a single API across multiple foundation models.
June 11, 2024
· 3,272 Views · 1 Like
article thumbnail
Add Flexibility to Your RAG Applications in Amazon Bedrock
Knowledge Bases for Amazon Bedrock is a fully managed capability that helps you implement the entire RAG workflow from ingestion to retrieval and prompt augmentation.
June 5, 2024
· 3,939 Views · 1 Like
article thumbnail
Simplify RAG Application With MongoDB Atlas and Amazon Bedrock
In this article, learn how to integrate MongoDB Atlas as the vector store and set up the entire workflow for your RAG application.
May 30, 2024
· 3,597 Views · 1 Like
article thumbnail
Use Anthropic Claude 3 Models To Build Generative AI Applications With Go
Claude 3 models are multi-modal. In this article, let's explore how to use the Claude 3 models on Amazon Bedrock with Go.
May 14, 2024
· 3,238 Views · 2 Likes

Refcards

Refcard #398

Open-Source Data Management Practices and Patterns

Open-Source Data Management Practices and Patterns

Refcard #171

MongoDB Essentials

MongoDB Essentials

Refcard #378

Apache Kafka Patterns and Anti-Patterns

Apache Kafka Patterns and Anti-Patterns

Trend Reports

Trend Report

Database Systems

Every organization is now in the business of data, but they must keep up as database capabilities and the purposes they serve continue to evolve. Systems once defined by rows and tables now span regions and clouds, requiring a balance between transactional speed and analytical depth, as well as integration of relational, document, and vector models into a single, multi-model design. At the same time, AI has become both a consumer and a partner that embeds meaning into queries while optimizing the very systems that execute them. These transformations blur the lines between transactional and analytical, centralized and distributed, human driven and machine assisted. Amidst all this change, databases must still meet what are now considered baseline expectations: scalability, flexibility, security and compliance, observability, and automation. With the stakes higher than ever, it is clear that for organizations to adapt and grow successfully, databases must be hardened for resilience, performance, and intelligence. In the 2025 Database Systems Trend Report, DZone takes a pulse check on database adoption and innovation, ecosystem trends, tool usage, strategies, and more — all with the goal for practitioners and leaders alike to reorient our collective understanding of how old models and new paradigms are converging to define what’s next for data management and storage.

Database Systems

Trend Report

Data Engineering

Across the globe, companies aren't just collecting data, they are rethinking how it's stored, accessed, processed, and trusted by both internal and external users and stakeholders. And with the growing adoption of generative and agentic AI tools, there is a renewed focus on data hygiene, security, and observability.Engineering teams are also under constant pressure to streamline complexity, build scalable pipelines, and ensure that their data is high quality, AI ready, available, auditable, and actionable at every step. This means making a shift from fragmented tooling to more unified, automated tech stacks driven by open-source innovation and real-time capabilities.In DZone's 2025 Data Engineering Trend Report, we explore how data engineers and adjacent teams are leveling up. Our original research and community-written articles cover topics including evolving data capabilities and modern use cases, data engineering for AI-native architectures, how to scale real-time data systems, and data quality techniques. Whether you're entrenched in CI/CD data workflows, wrangling schema drift, or scaling up real-time analytics, this report connects the dots between strategy, tooling, and velocity in a landscape that is only becoming more intelligent (and more demanding).

Data Engineering

Trend Report

Kubernetes in the Enterprise

In 2014, Kubernetes' first commit was pushed to production. And 10 years later, it is now one of the most prolific open-source systems in the software development space. So what made Kubernetes so deeply entrenched within organizations' systems architectures? Its promise of scale, speed, and delivery, that is — and Kubernetes isn't going anywhere any time soon.DZone's fifth annual Kubernetes in the Enterprise Trend Report dives further into the nuances and evolving requirements for the now 10-year-old platform. Our original research explored topics like architectural evolutions in Kubernetes, emerging cloud security threats, advancements in Kubernetes monitoring and observability, the impact and influence of AI, and more, results from which are featured in the research findings.As we celebrate a decade of Kubernetes, we also look toward ushering in its future, discovering how developers and other Kubernetes practitioners are guiding the industry toward a new era. In the report, you'll find insights like these from several of our community experts; these practitioners guide essential discussions around mitigating the Kubernetes threat landscape, observability lessons learned from running Kubernetes, considerations for effective AI/ML Kubernetes deployments, and much more.

Kubernetes in the Enterprise

Trend Report

Database Systems

In 2024, the focus around databases is on their ability to scale and perform in modern data architectures. It's not just centered on distributed, cloud-centric data environments anymore, but rather on databases built and managed in a way that allows them to be used optimally in advanced applications. This modernization of database architectures allows for developers and organizations to be more flexible with their data. With the advancements in automation and the proliferation of artificial intelligence, the way data capabilities and databases are built, managed, and scaled has evolved at an exponential rate.This Trend Report explores database adoption and advancements, including how to leverage time series databases for analytics, why developers should use PostgreSQL, modern, real-time streaming architectures, database automation techniques for DevOps, how to take an AI-focused pivot within database systems practices, and more. The goal of this Trend Report is to equip developers and IT professionals with tried-and-true practices alongside forward-looking industry insights to allow them to modernize and future-proof their database architectures.

Database Systems

Trend Report

Database Systems

Every modern application and organization collects data. With that, there is a constant demand for database systems to expand, scale, and take on more responsibilities. Database architectures have become more complex, and as a result, there are more implementation choices. An effective database management system allows for quick access to database queries, and an organization can efficiently make informed decisions. So how does one effectively scale a database system and not sacrifice its quality?Our Database Systems Trend Report offers answers to this question by providing industry insights into database management selection and evaluation criteria. It also explores database management patterns for microservices, relational database migration strategies, time series compression algorithms and their applications, advice for the best data governing practices, and more. The goal of this report is to set up organizations for scaling success.

Database Systems

Comments

Sneak Peek into the JCache API (JSR 107)

Feb 23, 2015 · James Sugrue

Thanks for chiming in Andy. DataNucleus looks quite interesting - supports JPA 2.1 (a Java EE 7 standard). Seems like it plugs in an already existing implementation for JCache. Correct ?

Sneak Peek into the JCache API (JSR 107)

Feb 23, 2015 · James Sugrue

Thanks for chiming in Andy. DataNucleus looks quite interesting - supports JPA 2.1 (a Java EE 7 standard). Seems like it plugs in an already existing implementation for JCache. Correct ?

Sneak Peek into the JCache API (JSR 107)

Feb 23, 2015 · James Sugrue

Yes. Great to hear that. I am aware of it's beta version. Caught that from your Twitter feed actually http://bit.ly/1LAadtZ ;-)

Sneak Peek into the JCache API (JSR 107)

Feb 23, 2015 · James Sugrue

Yes. Great to hear that. I am aware of it's beta version. Caught that from your Twitter feed actually http://bit.ly/1LAadtZ ;-)

Do You Really Understand @WebService?

Feb 11, 2015 · James Sugrue

Thanks for reading Vivek !

You hit the nail on the head. This is in fact pretty basic. The good thing is that everything hinges on the basics and fundamentals :-) and investing in those areas will pay rich dividends.

Do You Really Understand @WebService?

Feb 11, 2015 · James Sugrue

Thanks for reading Vivek !

You hit the nail on the head. This is in fact pretty basic. The good thing is that everything hinges on the basics and fundamentals :-) and investing in those areas will pay rich dividends.

Do You Really Understand @WebService?

Feb 11, 2015 · James Sugrue

Thanks for reading Vivek ! :-)

You hit the nail on the head. This is in fact pretty basic. The good thing is that everything hinges on the basics and fundamentals :-) and investing in those areas will pay rich dividends.

Do You Really Understand @WebService?

Feb 11, 2015 · James Sugrue

Thanks for reading Vivek ! :-)

You hit the nail on the head. This is in fact pretty basic. The good thing is that everything hinges on the basics and fundamentals :-) and investing in those areas will pay rich dividends.

Do You Really Understand @WebService?

Feb 11, 2015 · James Sugrue

Thanks for reading Vivek ! :-)

You hit the nail on the head. This is in fact pretty basic. The good thing is that everything hinges on the basics and fundamentals :-) and investing in those areas will pay rich dividends.

Do You Really Understand @WebService?

Feb 11, 2015 · James Sugrue

Thanks for reading Vivek ! :-)

You hit the nail on the head. This is in fact pretty basic. The good thing is that everything hinges on the basics and fundamentals :-) and investing in those areas will pay rich dividends.

User has been successfully modified

Failed to modify user

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook