Home / Companies / MongoDB / Blog / December 2023

December 2023 Summaries

18 posts from MongoDB

Filter
Month: Year:
Post Summaries Back to Blog
GenAI는 전례 nonexistent으로 진화하고 있으며 생성형 AI의 기능은 매우 광범위합니다. GenAI는 상황(context)을 분명하게 이해하고, 인간과 매우 유사한 결과물을 만들어내는 것으로 알려져 있습니다. 이러한 가능성은 지능형 챗봇과의 대화를 포함하여 여러 산업을 획기적으로 변화시키고 보다 풍부한 사용자 경험을 제공할 수 있습니다. GenAI 기반 애플리케이션은 정보 검색과 텍스트 생성을 결합하여 진정한 의미의 개인화되고 상황(context)에 맞는 사용자 경험을 실시간으로 제공할 것입니다. 이러한 프로세스를 검색 증강 생성(Retrieval-Augmented Generation)이라고 부릅니다. GenAI의 세계와 그 데이터베이스 요구 사항에 대해 자세히 살펴보도록 하겠습니다. GenAI가 가진 주요 과제 중 하나는 프라이빗 또는 비공개 데이터에 액세스할 수 없다는 것입니다. GenAI 기반 모델은 일반적으로 공개적으로 이용 가능한 데이터를 기초로 훈련되지만, 기밀 또는 비공개 정보에는 액세스할 수 없으며 LLM도 여기에 포함됩니다. 데이터가 공개 영역에 있더라도, 오래되었거나 관련성이 낮을 수 있습니다. LLM도 가장 최근의 이벤트나 지식을 인식하는 데 한계가 있습니다.뿐만 아니라, 적합한 지침이 없다면, LLM은 부정확한 정보를 생성할 수 있으며, 이는 대부분 상황에서 받아들여질 수 없습니다. 데이터베이스는 이러한 과제를 해결하는 데 중요한 역할을 수행합니다. 애플리케이션은 LLM로 직접 프롬프트를 보내는 것이 아니라, 데이터베이스를 사용해 관련 데이터를 검색하고 이를 컨텍스트로서 프롬프트에 포함시킬 수 있습니다. 예를 들어, 뱅킹 애플리케이션은 레거시 데이터베이스에 사용자의 거래 데이터를 쿼리하고, 이를 프롬프트에 추가한 다음, 이 엔지니어링된 프롬프트를 LLM로 전달합니다. 이러한 접근 방식으로 LLM가 정확한 최신 응답을 생성하도록 보장함으로써 데이터 누락, 기간 만료된(stale) 데이터 및 부정확성 등과 같은 문제를 없앨 수 있습니다. GenAI 애플리케이션을 위한 주요 4가지 데이터베이스 고려 사항은 다음과 같습니다. 데이터베이스는 리치 표현식 쿼리와 보조 인덱스를 지원하여 실시간 상황 인식(context-aware) 사용자 경험을 제공할 수 있어야 합니다. 또한, 데이터베이스는 다양한 유형 및 포맷의 멀티 모달(multi-modal) 데이터를 다루기 위해 유연한 데이터 모델을 가지고 있어야 합니다. GenAI 애플리케이션은 free-form 텍스트, 오디오 또는 이미지 등 다양한 유형의 데이터에 대해 시맨틱(semantic) 또는 유사성(similarity) 쿼리를 실행해야 할 수도 있습니다. 또한, 데이터베이스는 통합 벡터 검색(Integrated vector search)을 제공하여 2개의 별도 시스템을 유지할 필요가 없습니다.Lastly, 데이터베이스는 증가하는 데이터 볼륨과 요청 처리율(request rates)을 지원하도록 동적으로 스케일 아웃(scale-out)할 수 있어야 합니다. 최적의 데이터베이스 솔루션은 MongoDB Atlas입니다. MongoDB Atlas는 GenAI의 고유한 요구 사항들을 처리할 수 있는 강력한 다목적 플랫폼입니다. MongoDB는 멀티 모달 데이터를 손쉽게 처리할 수 있도록 강력한 쿼리 API를 사용함으로써 개발자들이 작성하는 코드 수는 줄이면서 더 많은 작업을 수행할 수 있도록 합니다. MongoDB는 개발자들에게 가장 인기있는 도큐먼트 데이터베이스입니다. 도큐먼트가 객체 지향적인 프로그래밍 내에서 객체를 매핑하며, 이는 관계형 데이터베이스의 끝없는 행과 테이블보다 친숙하기 때문에 개발자들은 도큐먼트를 이용해 쉽고 직관적으로 작업할 수 있습니다. 유연한 스키마 설계를 통해 본질적으로 멀티 모달인 GenAI 활용 사례의 요구에 맞게 이러한 데이터 모델을 발전시킬 수 있습니다. Atlas는 샤딩(sharding)을 활용함으로써 GenAI 기반 애플리케이션에서 생성된 데이터와 요청의 급격한 증가를 지원하도록 스케일 아웃할 수 있습니다. MongoDB Atlas Vector Search는 기본적으로 벡터 검색 인덱싱 기능을 내장하고 있기 때문에 2개의 시스템을 유지할 필요가 없습니다. Atlas는 소스 데이터를 통해 Vector Search 인덱스가 지속적으로 업데이트되도록 합니다. 개발자들은 단일 엔드포인트와 쿼리 언어를 활용해 정규 데이터베이스 쿼리 필터와 벡터 검색 필터를 결합한 쿼리를 작성할 수 있습니다. 이를 통해 마찰을 없애고 개발자들이 신속하게 GenAI 솔루션의 프로토타입을 만들고 제공할 수 있는 환경을 제공합니다. 결론은 GenAI는 이제 곧 산업들을 변화시키고 산업 전반에서 혁신적인 솔루션을 제공하게 될 것입니다. 최적의 데이터베이스 솔루션을 활용하는 GenAI 애플리케이션들은 성공을 거두게 될 것이며, 오늘날 빠르게 변화하는 디지털 환경의 요구를 충족하는 정확하고, 상황을 인식하는 동적 데이터 기반 사용자 경험을 제공할 수 있을 것입니다. MongoDB Atlas가 어떻게 기업들이 GenAI와 LLM 데이터를 통합하고 운영할 수 있도록 돕는지를 자세히 알아보시려면, MongoDB의 백서, "MongoDB를 이용한 생성형 AI 및 고급 검색 기능을 앱에 임베딩하기(Embedding Generative AI and Advanced Search into your Apps with MongoDB)"를 다운로드하십시오. 귀사에서 생성형 AI를 활용하는 데 대해 관심이 있으시면, 지금 바로 연락 주십시오. MongoDB가 어떻게 귀사의 디지털 전환을 지원할 수 있는지 알려드릴 것입니다.
Dec 29, 2023 884 words in the original blog post.
IoT 데이터 관리, 실시간 분석 및 공급망 최적화를 위한 3대 핵심 과제에 대해 discussing하고, 이러한 과제를 성공적으로 해결하기 위해 MongoDB의 다양한 기능과 활용 사례가 소개되었습니다. IoT 장치들이 생성한 대용량 데이터를 처리하는 데 challenges가 있으며, 효과적인 의사 결정에 필요한 컨텍스트를 생성하려면 신중하게 타임스탬프를 저장하고 인덱스를 만들며 다른 데이터 소스와의 상관 관계를 분석해야 합니다. MongoDB는 정형, 반정형 및 비정형 데이터를 처리할 수 있으며 JSON으로 효율적인 데이터 모델링을 실행할 수 있기 때문에 각 장치의 정보 모델을 데이터베이스 내 관련 도큐먼트에 쉽게 매핑할 수 있습니다. 또한, 동적 스키마는 애자일 개발 방법론을 지원하며 애플리케이션과 소프트웨어의 개발을 단순화합니다. Thermo Fisher Cloud와 Longbow Advantage 같은 예를 통해 MongoDB가 IoT 데이터 관리, 실시간 분석 및 공급망 최적화를 위한 다양한 기능과 활용 사례가 있습니다. MongoDB는 지능형 공급망 솔루션에서 중요한 역할을 하고, 모바일 애플리케이션 개발을 지원하는 Realm technology와 같은 고유한 특징을 가지고 있습니다.
Dec 29, 2023 1,131 words in the original blog post.
The MongoDB Security Incident Update provides an update on the security incident first reported on December 16, 2023. The investigation has found no evidence of unauthorized access to MongoDB Atlas clusters or the cluster authentication system. However, a phishing attack was used by an unauthorized third party to gain access to corporate applications that provide support services to MongoDB customers. The unauthorized third party has been removed from the corporate applications and the incident is considered contained. The affected customer data includes contact information and account metadata for CRM and Customer Support Applications. A list of indicators of compromise (IOCs) has also been shared with customers, which can be used to set up firewall blocks or monitoring and search application logs for anomalous activity. MongoDB recommends that customers take proactive measures to protect themselves against social engineering and phishing attacks, activate phishing-resistant multifactor authentication, and regularly rotate their passwords.
Dec 21, 2023 752 words in the original blog post.
The pressure to deliver flawless software can weigh heavily on developers' minds and cause teams to second-guess their processes. A design review conducted by the MongoDB Developer Relations team can go a long way in ensuring best practices have been followed and that optimizations are in place to help the team deliver confidently. Design reviews serve as hour-long sessions where the team partners with customers to fine-tune their data models for specific projects or use cases, leveraging the development team's own workload as a case study to illustrate performant and efficient MongoDB design principles. The underlying principle of these reviews is the domain-driven design ethos, an indispensable concept in software engineering that emphasizes mastery of tools and addresses access patterns and optimizing schema for performance. A design review is a catalyst for transformation, fostering innovation and collaboration between expertise and developer talent. By examining workload data-related functional requirements and non-functional requirements like growth rates, performance, and scalability, the MongoDB DevRel team recommends target document schemas to help developers achieve their goals. Design reviews have been instrumental in helping customers avoid lost time and effort due to poor schema designs, and can result in significant performance improvements, such as a 60x improvement in pipeline performance for a financial services customer.
Dec 21, 2023 1,133 words in the original blog post.
Generative AI has become a significant focus for developers, with advancements leading to increased productivity, easier app development, and reduced reliance on specialized data science teams. The training data used in Generative AI models is crucial, as seen in the collaboration between MongoDB and Amazon CodeWhisperer to train the model on MongoDB use cases. This enables developers to build faster and safer, but it's not expected to replace everything. Instead, Generative AI will empower developers with more limited backgrounds in AI/ML to effectively use LLMs in their applications. The RAG architectural pattern presents a potent combination of pre-trained models and company-specific data, allowing developers to build AI-powered apps grounded in enterprise knowledge without extensive data science expertise.
Dec 19, 2023 702 words in the original blog post.
The WOO Network, a cross-regional cryptocurrency trading platform, has leveraged MongoDB Atlas to optimize its services and improve transaction depth and liquidity. The platform was developed by Kronos Research in 2019 and aims to provide a user-friendly interface for traders, institutional investors, and DeFi platforms. After experiencing rapid growth, the company recognized the need for a more efficient database solution, particularly with regards to data storage and retrieval. MongoDB Atlas on Google Cloud Platform (GCP) was chosen as the new database management system due to its scalability, flexibility, and ease of use. The platform's Auto scaling feature allows for rapid expansion of resources while maintaining stable performance, enabling WOO X to provide a seamless trading experience for users. With MongoDB Atlas, WOO Network can efficiently manage large amounts of data, including user history and transaction records, and support advanced analytics and reporting capabilities. By leveraging the strengths of MongoDB Atlas, WOO Network aims to maintain its market leadership position and continue to improve its services to meet the evolving needs of its users.
Dec 14, 2023 115 words in the original blog post.
In a competitive retail market, with customer demands higher than ever, retailers are on a constant journey toward search maturity, and implementing smarter search solutions to provide customers and staff with delightful experiences. With the recent announcement of MongoDB’s Vector Search offering, partners like Pureinsights are helping retailers understand what true search maturity entails and how to start their vector search journey on MongoDB Atlas. Search and AI application specialists like Pureinsights can shorten the planning and development cycle, bring applications to production faster, and accelerate time to value for the customer. Pureinsights is a MongoDB BSI partner with extensive knowledge and expertise in helping customers accelerate time-to-production of premier search applications, including building end-to-end vector search solutions on the MongoDB Atlas Platform from design, build, to operations. With their methodology for search applications, including analyzing the state of current applications using a Search Maturity Matrix, Pureinsights can help retailers optimize their current applications before implementing Vector Search, and provide managed services to maintain optimum performance with their fully managed service.
Dec 14, 2023 730 words in the original blog post.
MongoDB's developer data platform, built on MongoDB Atlas, addresses security risks and data governance around Generative AI (GenAI) applications by providing a unified operational, analytical, and generative AI data services platform that streamlines building intelligent applications. The platform offers robust security controls, including access and authentication controls, end-to-end encryption of data, regulatory compliance and data privacy features, regular security audits, and granular auditing capabilities. These controls help organizations build secure and compliant GenAI-powered applications on MongoDB's platform, addressing considerations such as data security, intellectual property infringement, explainability, AI hallucinations, and physical security. Additionally, the platform provides best practices for working with AI models, including data quality, secure deployment, audit trails and monitoring, secure data storage, and more, to help organizations confidently harness the power of GenAI tools.
Dec 14, 2023 1,992 words in the original blog post.
MongoDB has made significant strides in the Indian tech landscape, with over 3,100 customers in the country and a growth rate of more than 40% year-on-year. The company's versatility as a multi-cloud developer data platform makes it an ideal choice for India's thriving startup ecosystem, which boasts over 40,000 active startups. With its ability to adapt to emerging technologies like artificial intelligence, MongoDB is highly relevant in the dynamic Indian landscape. The company's talent pool, with over 1.4 billion people in India, provides a massive opportunity to hire top-tier tech talent and experienced sales professionals. Additionally, MongoDB's partner ecosystem, which includes large consulting and technology partners, is a significant advantage in the rapidly growing India B2B SaaS ecosystem. With its collaborative team approach, focus on recruiting and developing the best people, and bold vision for the coming years, MongoDB is well-positioned for long-term success in this dynamic market.
Dec 12, 2023 951 words in the original blog post.
SEWC(西门子成都全球灯塔工厂)是西门子在中国第一家成熟的数字化工厂,主要负责研发和生产SIMATIC工业自动化系统系列产品。随着业务快速变化,传统关系型数据库已难以满足其需求。因此,SEWC选择了MongoDB的分布式文档模型数据库来构建下一代制造执行系统MEMO(制造运营模块化生态系统),解决了灵活性缺失、开发效率低、数据库单点故障、高可用性保障等问题。基于MongoDB,MEMO系统具有高可用性、自动化运维、数据灵活性和开放性,能够满足工业智能场景的需求,提升了运维效率和生产力。
Dec 12, 2023 55 words in the original blog post.
The collaboration between Samsung Knox and MongoDB aims to secure mobile devices by leveraging MongoDB's powerful database capabilities, enabling fast and efficient development across dozens of MongoDB clusters worldwide. The partnership facilitates the introduction of new security services, enhances developer efficiency, and provides a robust cluster management system for Samsung Knox's infrastructure. With MongoDB Enterprise Advanced, the platform team can manage its disaster recovery strategy, schema versioning patterns, and ensure seamless migration to new features. As the business expands, Samsung Knox plans to continue working with MongoDB to stay at the forefront of providing security products and solutions that protect every device user.
Dec 11, 2023 714 words in the original blog post.
Zelta uses generative AI to analyze customer feedback from various sources, extracting insights and sentiment around specific topics and features, and stores this data in MongoDB Atlas for further analysis and model training. Crewmate provides a no-code builder for embedded AI-powered communities, scraping website data, storing it in MongoDB Atlas, and using OpenAI's ada-002 embedding model to power context-aware semantic search. Ada automates complex service interactions with AI-powered automations built on MongoDB Atlas, using transformer models, LLMs, and reinforcement learning from human feedback to provide advanced customer support.
Dec 11, 2023 1,320 words in the original blog post.
永豐銀行通過MongoDB Enterprise Advanced優化其客戶服務體驗,打破傳統交易資料查詢限制,提供更全面的資料查詢服務,提升競爭力和優勢。
Dec 07, 2023 67 words in the original blog post.
Zomato, one of India's largest consumer technology companies, is a restaurant aggregator and food delivery operator with over 17.5 million customers, 220,000 restaurant partners, and 350,000 delivery partners. With huge data volumes, Zomato migrated to MongoDB Atlas in 2017 to manage its self-hosted clusters and has since leveraged features like index suggestions, geospatial queries, and analytics nodes to power various operational systems, including Order Tracking, Order Assignment, and Delivery Partner Onboarding. These systems rely on MongoDB's document-oriented database for strong consistency under heavy read and write workloads, particularly in handling high-volume data from thousands of delivery partners. By integrating with MongoDB Atlas, Zomato has improved its ability to handle massive amounts of requests per minute without latency or issues, making it an ideal choice for the company's operations.
Dec 06, 2023 471 words in the original blog post.
The text discusses Riot Games Korea's transition to MongoDB Atlas for managing their massive PC bang game session data. The company, which handles 40 billion game sessions annually, had been using a relational database with limited scalability and flexibility. They partnered with MongoDB to create a more efficient system that could handle the increasing data volume and frequent schema changes. After migrating from AWS EC2-based MongoDB community version to MongoDB Atlas, they simplified cluster management, improved performance, and reduced downtime. The team also leveraged Atlas's automation features, such as automatic backups, query profiling, and performance advisor tools, to increase developer productivity and optimize database performance. By using MongoDB Atlas, Riot Games Korea aims to improve their game experience, reduce operating costs, and maintain a competitive edge in the Korean gaming market.
Dec 05, 2023 622 words in the original blog post.
阿里云数据库MongoDB版助力掌阅平滑上云,撬动数据红利,掌阅科技通过使用Arriyun的MongoDB数据库来提升研发效率、降低成本和提高稳定性,同时实现了自研产品的优化和业务的扩展。
Dec 05, 2023 64 words in the original blog post.
Canara HSBC Life Insurance, a leading life insurance company in India, has optimized its costs and claims processing by partnering with MongoDB. The company's digital transformation journey focused on customer success and business efficiency, and they moved from monolithic applications and relational databases to a microservices architecture and a hybrid cloud model using MongoDB Atlas. This partnership has led to significant efficiency gains, including halving delivery times, driving business efficiencies, and achieving substantial cost savings. Canara HSBC Life Insurance plans to leverage MongoDB's flexible document data model, AI and machine learning tools, and business intelligence capabilities to further enhance its digital experiences and customer success.
Dec 04, 2023 1,209 words in the original blog post.
Vector Search and Dedicated Search Nodes are now generally available on the Atlas platform, offering improved scalability and performance for vector-optimized search workloads. This release provides better workload isolation and resource optimization, enabling developers to build intelligent applications powered by semantic search and generative AI over any data type. With the introduction of Search Nodes, customers can take advantage of dedicated infrastructure for Atlas Search and Vector Search workloads, delivering 60% faster query times in some cases, while also reducing resource contention and potential service interruptions. The new features are available on AWS single-region clusters, with plans to expand to other regions soon. Developers can now unlock the full potential of their data by leveraging AI and LLMs to solve critical business challenges, using a robust ecosystem of AI integrations and unified API provided by MongoDB Atlas.
Dec 04, 2023 640 words in the original blog post.