Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    AI and backup: How backup products leverage AI

    Nvidia’s Jensen Huang lobbies Trump administration to sell Blackwell to China

    Cyber Girls First is encouraging girls to study tech at university  

    Facebook X (Twitter) Instagram
    • Artificial Intelligence
    • Business Technology
    • Cryptocurrency
    • Gadgets
    • Gaming
    • Health
    • Software and Apps
    • Technology
    Facebook X (Twitter) Instagram Pinterest Vimeo
    Tech AI Verse
    • Home
    • Artificial Intelligence

      Blue-collar jobs are gaining popularity as AI threatens office work

      August 17, 2025

      Man who asked ChatGPT about cutting out salt from his diet was hospitalized with hallucinations

      August 15, 2025

      What happens when chatbots shape your reality? Concerns are growing online

      August 14, 2025

      Scientists want to prevent AI from going rogue by teaching it to be bad first

      August 8, 2025

      AI models may be accidentally (and secretly) learning each other’s bad behaviors

      July 30, 2025
    • Business

      Why Certified VMware Pros Are Driving the Future of IT

      August 24, 2025

      Murky Panda hackers exploit cloud trust to hack downstream customers

      August 23, 2025

      The rise of sovereign clouds: no data portability, no party

      August 20, 2025

      Israel is reportedly storing millions of Palestinian phone calls on Microsoft servers

      August 6, 2025

      AI site Perplexity uses “stealth tactics” to flout no-crawl edicts, Cloudflare says

      August 5, 2025
    • Crypto

      Japan Auto Parts Maker Invests US Stablecoin Firm and Its Stock Soars

      August 29, 2025

      Stablecoin Card Firm Rain Raise $58M from Samsung and Sapphire

      August 29, 2025

      Shark Tank Star Kevin O’Leary Expands to Bitcoin ETF

      August 29, 2025

      BitMine Stock Moves Opposite to Ethereum — What Are Analysts Saying?

      August 29, 2025

      Argentina’s Opposition Parties Reactivate LIBRA Investigation Into President Milei

      August 29, 2025
    • Technology

      AI and backup: How backup products leverage AI

      August 29, 2025

      Nvidia’s Jensen Huang lobbies Trump administration to sell Blackwell to China

      August 29, 2025

      Cyber Girls First is encouraging girls to study tech at university  

      August 29, 2025

      Zopa Bank seeks partners to form AI skills coalition

      August 29, 2025

      Microsoft refuses to divulge data flows to Police Scotland

      August 29, 2025
    • Others
      • Gadgets
      • Gaming
      • Health
      • Software and Apps
    Check BMI
    Tech AI Verse
    You are at:Home»Technology»AWS, Microsoft and Google unite behind Linux Foundation DocumentDB database to cut enterprise costs and limit vendor lock-in
    Technology

    AWS, Microsoft and Google unite behind Linux Foundation DocumentDB database to cut enterprise costs and limit vendor lock-in

    TechAiVerseBy TechAiVerseAugust 27, 2025No Comments6 Mins Read2 Views
    Facebook Twitter Pinterest Telegram LinkedIn Tumblr Email Reddit
    AWS, Microsoft and Google unite behind Linux Foundation DocumentDB database to cut enterprise costs and limit vendor lock-in
    Share
    Facebook Twitter LinkedIn Pinterest WhatsApp Email

    BMI Calculator – Check your Body Mass Index for free!

    AWS, Microsoft and Google unite behind Linux Foundation DocumentDB database to cut enterprise costs and limit vendor lock-in

    Want smarter insights in your inbox? Sign up for our weekly newsletters to get only what matters to enterprise AI, data, and security leaders. Subscribe Now


    Document databases are an increasingly important type of technology in the gen AI era.

    A document database is a type of NoSQL database that doesn’t rely on rows and columns like a traditional relational database, instead it uses the JSON (JavaScript Object Notation) format. There are multiple vendors that develop document databases including MongoDB, which now has a proprietary closed source technology. In an effort to open up the market, Microsoft began developing its own document database known as DocumentDB and made it open source in January of this year. This week, DocumentDB is moving to the Linux Foundation where it has also gained the backing of Microsoft’s cloud rivals AWS and Google.

    The move creates the first vendor-neutral open source alternative to MongoDB that has the potential to save enterprises money, while also eliminating database vendor lock-in. Document databases are important for AI apps for tasks such as chats, context and  memory.

    “AI apps are all about semi-structured data and document databases are purpose built for it,” Kirill Gavrylyuk, vice president at Microsoft and DocumentDB’s primary architect, told VentureBeat “But there is no open source standard engine for document databases, like what PostgreSQL is for relational databases.”


    AI Scaling Hits Its Limits

    Power caps, rising token costs, and inference delays are reshaping enterprise AI. Join our exclusive salon to discover how top teams are:

    • Turning energy into a strategic advantage
    • Architecting efficient inference for real throughput gains
    • Unlocking competitive ROI with sustainable AI systems

    Secure your spot to stay ahead: https://bit.ly/4mwGngO


    Delivering the promise of open source document database at the Linux Foundation

    Microsoft initially launched the open-source DocumentDB project in January of 2025. 

    The project was hosted within the Microsoft org on GitHub and had been generating broad industry interest over the course of the year. Having an open-source project isn’t just about code or licensing, it’s also about contributions and community.

    “Under the Linux Foundation’s governance, DocumentDB will benefit from vendor neutrality and broader collaboration,” Gavrylyuk said.

    Microsoft isn’t just dumping code either. Gavrylyuk emphasized that Microsoft will continue to invest heavily in the project and will continue to have strong representation in the Technical Steering Committee to help shape the vision and roadmap of the project. 

    “By joining the Linux Foundation, a neutral foundation, we are aiming to be more inviting to the developer community to contribute and shape the direction of the project,” Gavrylyuk said. “Moreover, through the Linux Foundation, we want to provide an assurance to the developer community that this project is here to stay, open source, and will continue to move forward.”

    What’s inside DocumentDB and why it matters for enterprise data professionals

    Aside from its open-source nature, there is another critical element that makes the database particularly attractive to enterprises. Instead of being an entirely new database technology, it’s based on the open-source PostgreSQL database.

    PostgreSQL has emerged to become one of the most widely deployed open source databases of all time and has newfound adoption in the AI era. DocumentDB includes a PostgreSQL extension that brings first class BSON (Binary JSON) datatype support to PostgreSQL. It also integrates an extension that adds document style queries support to PostgreSQL and index management. The PostgreSQL base means that enterprises can benefit from PostgreSQL’s mature ecosystem of tools, monitoring systems and backup solutions. The PostgreSQL foundation also provides ACID (Atomicity, Consistency, Isolation and Durability) compliance and proven replication capabilities that address enterprise concerns about data consistency.

    DocumentDB also has a gateway that makes the database compatible with open source MongoDB drivers for any language. Gavrylyuk noted that Document DB doesn’t yet have full compatibility with everything in MongoDB, but there is more work to come.

    “Full compatibility with MongoDB drivers is a critical goal of the project as reflected in the Linux Foundation DocumentDB charter,” he said. “This coupled with the true open source vendor neutral governance of the project will help the broader document database ecosystem thrive, benefitting everybody in the ecosystem, including MongoDB Inc.”

    Just to be clear, Amazon DocumentDB isn’t the same thing

    While Amazon is among the backers of the new Linux Foundation DocumentDB project, it actually already has its own DocumentDB database.

    The Amazon DocumentDB database predates the Microsoft-led technology, having been first announced in 2019. Amazon DocumentDB recently debuted a serveless service that aims to accelerate agentic AI. 

    While the DocumentDB project, stewarded by Linux Foundation, has a similar name to Amazon DocumentDB, it uses different software under the hood. 

    “Amazon DocumentDB is a MongoDB API-compatible document database built by AWS,” Rashim Gupta, Sr. Manager, Product Management at AWS, told VentureBeat. “The Linux Foundation project, on the other hand, while also being MongoDB compatible, uses an open source engine that is built as an extension on PostgreSQL. This is a different engine than the one used in Amazon DocumentDB.”

    Gupta noted that AWS will continue to invest in both Amazon DocumentDB and open source DocumentDB akin to how it invests in Amazon OpenSearch Service and community OpenSearch. Moving forward, he said that AWS will start contributing Amazon DocumentDB innovations to the open source project and adopt features and capabilities from the open source DocumentDB engine to its managed Amazon DocumentDB service over time.

    AI workloads drive urgent need for database alternatives

    The timing reflects growing enterprise demand for document databases to power AI applications. 

    The project already incorporates Microsoft Research’s DiskANN (Disk Approximate Nearest Neighbor) vector indexing algorithms and semantic operators developed for PostgreSQL’s AI capabilities. 

    This gives DocumentDB immediate competitive advantages for AI workloads while avoiding the licensing costs that can potentially make proprietary alternatives expensive for data-intensive applications.

    “Microsoft heavily invests in open source AI contributions across the board,” Gavrylyuk said. “We are investing in the AI capabilities of DocumentDB as well as the broader PostgreSQL ecosystem with priority.”

    What it means for enterprise data teams

    For enterprises looking to reduce database vendor dependence, DocumentDB provides a strategic hedge against potential closed source proprietary technology. IT leaders should begin evaluating DocumentDB in development environments to understand migration complexity for their specific workloads.

    Organizations building new AI applications have the opportunity to architect around DocumentDB from the start, avoiding potential closed-source technology  lock-in entirely while gaining PostgreSQL’s proven enterprise reliability and ecosystem benefits.

    For enterprises looking to lead the way in AI, this news means access to cutting-edge document database capabilities without the vendor lock-in risks that have historically constrained database strategy decisions.

    Daily insights on business use cases with VB Daily

    If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.

    Read our Privacy Policy

    Thanks for subscribing. Check out more VB newsletters here.

    An error occured.

    BMI Calculator – Check your Body Mass Index for free!

    Share. Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Telegram Email
    Previous ArticleAnthropic launches Claude for Chrome in limited beta, but prompt injection attacks remain a major concern
    Next Article How procedural memory can cut the cost and complexity of AI agents
    TechAiVerse
    • Website

    Jonathan is a tech enthusiast and the mind behind Tech AI Verse. With a passion for artificial intelligence, consumer tech, and emerging innovations, he deliver clear, insightful content to keep readers informed. From cutting-edge gadgets to AI advancements and cryptocurrency trends, Jonathan breaks down complex topics to make technology accessible to all.

    Related Posts

    AI and backup: How backup products leverage AI

    August 29, 2025

    Nvidia’s Jensen Huang lobbies Trump administration to sell Blackwell to China

    August 29, 2025

    Cyber Girls First is encouraging girls to study tech at university  

    August 29, 2025
    Leave A Reply Cancel Reply

    Top Posts

    Ping, You’ve Got Whale: AI detection system alerts ships of whales in their path

    April 22, 2025166 Views

    6.7 Cummins Lifter Failure: What Years Are Affected (And Possible Fixes)

    April 14, 202548 Views

    New Akira ransomware decryptor cracks encryptions keys using GPUs

    March 16, 202530 Views

    Is Libby Compatible With Kobo E-Readers?

    March 31, 202528 Views
    Don't Miss
    Technology August 29, 2025

    AI and backup: How backup products leverage AI

    AI and backup: How backup products leverage AI Software applications often list artificial intelligence (AI)…

    Nvidia’s Jensen Huang lobbies Trump administration to sell Blackwell to China

    Cyber Girls First is encouraging girls to study tech at university  

    Zopa Bank seeks partners to form AI skills coalition

    Stay In Touch
    • Facebook
    • Twitter
    • Pinterest
    • Instagram
    • YouTube
    • Vimeo

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Welcome to Tech AI Verse, your go-to destination for everything technology! We bring you the latest news, trends, and insights from the ever-evolving world of tech. Our coverage spans across global technology industry updates, artificial intelligence advancements, machine learning ethics, and automation innovations. Stay connected with us as we explore the limitless possibilities of technology!

    Facebook X (Twitter) Pinterest YouTube WhatsApp
    Our Picks

    AI and backup: How backup products leverage AI

    August 29, 20252 Views

    Nvidia’s Jensen Huang lobbies Trump administration to sell Blackwell to China

    August 29, 20252 Views

    Cyber Girls First is encouraging girls to study tech at university  

    August 29, 20251 Views
    Most Popular

    Xiaomi 15 Ultra Officially Launched in China, Malaysia launch to follow after global event

    March 12, 20250 Views

    Apple thinks people won’t use MagSafe on iPhone 16e

    March 12, 20250 Views

    French Apex Legends voice cast refuses contracts over “unacceptable” AI clause

    March 12, 20250 Views
    © 2025 TechAiVerse. Designed by Divya Tech.
    • Home
    • About Us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions

    Type above and press Enter to search. Press Esc to cancel.