{"id":17111,"date":"2025-05-07T12:33:22","date_gmt":"2025-05-07T19:33:22","guid":{"rendered":"https:\/\/www.couchbase.com\/blog\/?p=17111"},"modified":"2025-06-13T21:54:12","modified_gmt":"2025-06-14T04:54:12","slug":"supercharge-machine-learning-couchbase","status":"publish","type":"post","link":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/","title":{"rendered":"Supercharge Machine Learning (ML) Applications with Couchbase"},"content":{"rendered":"<p>Consider this scenario &#8211; you are a developer at a fintech company, and one of your users is notified to ask whether they had authorized an international transaction for $1,000. Instead of getting alarmed, the user clicks on the \u201cNo\u201d option, with the assurance that your company will take care of the rest.<\/p>\n<p>Behind the scenes, your fraud prevention AI application blocked the purchase before the response, only allowing it to go forward if the user selects \u201cYes\u201d. \u00a0The fraud detection system moves quickly, really quickly. It reviews the transaction and predicts whether or not it&#8217;s fraudulent with reasonable accuracy in under 50 ms.<\/p>\n<p>To make quick and accurate predictions, your system requires a highly performant, in-memory database such as Couchbase, which stores, retrieves, and delivers data like ML features, profiles, operational data, and other contextual information. Speed and flexibility like that are why leading fintech companies have chosen Couchbase.<\/p>\n<p>Revolut, for example, has <a href=\"https:\/\/www.couchbase.com\/customers\/revolut\/\" target=\"_blank\" rel=\"noopener\">built its fraud prevention application<\/a> to serve its 12+ million users. Although real-time fraud detection is a popular use case among Couchbase customers, we see customers leverage Couchbase for other high-speed use cases such as driver ETA, anomaly detection, dynamic pricing, forecasting, personalized promos, and many more. Couchbase Capella is a Database-as-a-Service (DBaaS) platform that simplifies the development of AI applications and reduces the operational overhead associated with data management.<\/p>\n<h2 style=\"font-weight: 400;\">The role of a feature store<\/h2>\n<p>ML algorithms do not understand raw data, hence, it must be preprocessed (using a technique called <a href=\"https:\/\/www.ibm.com\/think\/topics\/feature-engineering\" target=\"_blank\" rel=\"noopener\">feature engineering<\/a>) and transformed into features. ML features are the most relevant fields of a dataset to solve a prediction problem, such as fraud detection. A feature store, both online and offline (more on that in a bit), allows storage, reuse, and secure access to features.<\/p>\n<p>ML developers spend roughly 75-80% of their time on feature engineering. To reduce repeating this effort every time for model training, developers use a feature store to streamline their ML operations. The online feature store is used during predictive analysis, or inference, for low-latency serving of ML features to ML models. Before that can happen, the ML model needs to be trained, which is done with the offline feature store. It is used to store and manage features, which are created during the feature engineering stage.<\/p>\n<p>Several Couchbase customers use Apache Spark for feature engineering jobs because of its massive ecosystem of Python ML libraries for transformations and its MPP (massively parallel processing) capabilities.<\/p>\n<p>To accelerate the development of ML applications, we recently announced a few building blocks that allow you to leverage Capella as both an online and offline feature store within one unified platform:<\/p>\n<ol>\n<li style=\"list-style-type: none;\">\n<ol>\n<li aria-level=\"1\">Feast plugins to leverage Couchbase in ML applications. Feast (short for <i>Feature Store<\/i>) is a simple-to-use and cloud-agnostic open-source feature store. Many customers like Revolut already trust Capella as an online feature store. <a href=\"https:\/\/www.couchbase.com\/products\/analytics\/\" target=\"_blank\" rel=\"noopener\">Capella Columnar<\/a> offers the analytics capabilities that are required for an offline feature store.<\/li>\n<li aria-level=\"1\">PySpark connector for Capella accelerates feature engineering by combining the massively parallel processing capabilities of Spark with the analytics capabilities of Capella Columnar. Feature engineering jobs involve processing relevant columns as opposed to entire rows and, therefore, can be accelerated using a columnar database like Capella Columnar.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h2 style=\"font-weight: 400;\">Feast plugins for Couchbase<\/h2>\n<p><a href=\"https:\/\/docs.feast.dev\/\" target=\"_blank\" rel=\"noopener\">Feast<\/a> has been adopted by <a href=\"https:\/\/feast.dev\/#key-contributorsblock_60760ba81e2b9\" target=\"_blank\" rel=\"noopener\">a wide variety of organizations<\/a> in different industries, including retail, media, travel, and financial services. The Feast plugins for Couchbase are available in the Feast project. The Capella-backed Feast online and offline feature stores offer the following benefits:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>Makes features available from Capella for training and serving, such that the training\/serving skew is minimized<\/li>\n<li>Avoids data leakage by generating point-in-time correct feature sets so data scientists can focus on feature engineering rather than debugging error-prone dataset joining logic. This ensures that future feature values do not leak to models during training.<\/li>\n<li>Decouples ML from data infrastructure by providing a single data access layer that abstracts feature storage from feature retrieval. This ensures that models remain portable as you move from training models to serving models, from batch models to real-time models, and from one data infrastructure system to another.<\/li>\n<li>Registers streaming features into the feature store<\/li>\n<li>Stores feature-related metadata to enable easy feature discovery in the feature registry<\/li>\n<li>Validates data to ensure data quality<\/li>\n<li>Supports transformation<\/li>\n<li>Versions features to tie feature values to model versions<\/li>\n<li>Supports Spark for ingestion and syncing offline and online stores<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2 style=\"font-weight: 400;\">PySpark connector for Couchbase<\/h2>\n<p>With its massive ecosystem of Python ML libraries and massively parallel processing capabilities, Apache Spark is second to none for feature engineering. The PySpark connector for Columnar allows you to leverage the Columnar format for your data queries, accelerating the training jobs.<\/p>\n<p>On the other hand, the PySpark connector for Operational allows low-latency serving of features to ML models, accelerating inferencing that is required for applications such as real-time fraud detection.<\/p>\n<p>Here\u2019s the conceptual view of how you could develop an ML application using Capella:<\/p>\n<div id=\"attachment_17112\" style=\"width: 910px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-17112\" class=\"size-large wp-image-17112\" src=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase-1024x320.png\" alt=\"ML workflows with Couchbase as a feature store\" width=\"900\" height=\"281\" srcset=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase-1024x320.png 1024w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase-300x94.png 300w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase-768x240.png 768w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase-1536x480.png 1536w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase-1320x413.png 1320w, https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/ml_workflows_with_couchbase.png 1708w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><p id=\"caption-attachment-17112\" class=\"wp-caption-text\">Figure 1 &#8211; conceptual view of an ML pipeline that powers a fraud detection application<\/p><\/div>\n<h3 style=\"font-weight: 400;\">Training pipeline<\/h3>\n<p style=\"padding-left: 40px;\"><b>Step 1:<\/b> Ingest raw data from Capella (e.g., payment history) and other data sources into Spark for Feature engineering using the respective connectors. The PySpark connector allows you to query data in Capella while supporting optimizations such as predicate pushdowns, etc.<\/p>\n<p style=\"padding-left: 40px;\"><b>Step 2:<\/b> Store the features that you created in the Offline store (Capella Columnar) via the Feast APIs and update them as needed via the PySpark connector. The columnar format helps accelerate the feature engineering job when compared to row-based formats.<\/p>\n<p style=\"padding-left: 40px;\"><b>Step 3:<\/b> Move the data from Capella Columnar to the ML platform, such as AWS SageMaker, using S3 for staging. You can use SQL++ COPY TO statement to easily move the data to S3.<\/p>\n<p style=\"padding-left: 40px;\"><b>Step 4:<\/b> Create a model endpoint for inferencing that the fraud detection application can invoke.<\/p>\n<h3 style=\"font-weight: 400;\">Inference pipeline<\/h3>\n<p style=\"padding-left: 40px;\"><b>Step 1:<\/b> Sync the data from offline to the online feature store using <a href=\"https:\/\/github.com\/Couchbase-Ecosystem\/airflow-providers-couchbase\" target=\"_blank\" rel=\"noopener\">AirFlow Provider for Couchbase<\/a> so that the incoming transactions can be processed for fraud detection.<\/p>\n<p style=\"padding-left: 40px;\"><b>Step 2:<\/b> In the application, augment the incoming transaction from the transaction source with the information from the online data store and send it to the inference endpoint for predictions.<\/p>\n<p style=\"padding-left: 40px;\"><b>Step 3:<\/b>\u00a0 Post-prediction, store the labels along with the associated records in the Capella operational store so that you can use them for auditing or training purposes.<\/p>\n<h2 style=\"font-weight: 400;\">Get started with Capella<\/h2>\n<p>Use the building blocks below to get started with your ML application development with Capella:<\/p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li aria-level=\"1\"><a href=\"https:\/\/cloud.couchbase.com\/sign-up\" target=\"_blank\" rel=\"noopener\">Capella Free tier<\/a><\/li>\n<li aria-level=\"1\"><a href=\"https:\/\/www.couchbase.com\/blog\/pyspark-ga-couchbase-spark-connector\/\" target=\"_blank\" rel=\"noopener\">Build Highly Scalable AI\/ML Applications With Couchbase and PySpark<\/a> (see the <a href=\"https:\/\/github.com\/couchbase\/couchbase-spark-connector\/blob\/master\/src\/test\/pyspark\/examples\/ml\/pyspark_ml_example_hotel_cancellations.ipynb\" target=\"_blank\" rel=\"noopener\">sample application<\/a>)<\/li>\n<li aria-level=\"1\"><a href=\"https:\/\/docs.feast.dev\/reference\/online-stores\/couchbase\" target=\"_blank\" rel=\"noopener\">Feast Couchbase plugin for Capella (Operational) Online feature store<\/a><\/li>\n<li aria-level=\"1\"><a href=\"https:\/\/docs.feast.dev\/reference\/offline-stores\/couchbase\" target=\"_blank\" rel=\"noopener\">Feast Couchbase plugin for Capella (Columnar) Offline feature store<\/a><\/li>\n<li aria-level=\"1\"><a href=\"https:\/\/github.com\/Couchbase-Ecosystem\/airflow-providers-couchbase\" target=\"_blank\" rel=\"noopener\">AirFlow Couchbase Provider<\/a><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Consider this scenario &#8211; you are a developer at a fintech company, and one of your users is notified to ask whether they had authorized an international transaction for $1,000. Instead of getting alarmed, the user clicks on the \u201cNo\u201d [&hellip;]<\/p>\n","protected":false},"author":85346,"featured_media":17113,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[10122,1815,10129,2242,2294,2225],"tags":[10113,10114],"ppma_author":[9981],"class_list":["post-17111","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-artificial-intelligence-ai","category-best-practices-and-tutorials","category-columnar","category-connectors","category-analytics","category-cloud","tag-capella-operational","tag-feature-store"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.7.1 (Yoast SEO v25.7) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Supercharge Machine Learning (ML) Applications with Couchbase - The Couchbase Blog<\/title>\n<meta name=\"description\" content=\"To accelerate the development of ML applications, we recently announced ways to leverage Capella as both an online and offline feature store in one platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Supercharge Machine Learning (ML) Applications with Couchbase\" \/>\n<meta property=\"og:description\" content=\"To accelerate the development of ML applications, we recently announced ways to leverage Capella as both an online and offline feature store in one platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\" \/>\n<meta property=\"og:site_name\" content=\"The Couchbase Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-07T19:33:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-14T04:54:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1256\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kiran Matty, Lead Product Manager AI\/ML\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kiran Matty, Lead Product Manager AI\/ML\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\"},\"author\":{\"name\":\"Kiran Matty, Lead Product Manager AI\/ML\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/f8f4c58966a8d8d54d1cce395286ca55\"},\"headline\":\"Supercharge Machine Learning (ML) Applications with Couchbase\",\"datePublished\":\"2025-05-07T19:33:22+00:00\",\"dateModified\":\"2025-06-14T04:54:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\"},\"wordCount\":1114,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png\",\"keywords\":[\"Capella Operational\",\"feature store\"],\"articleSection\":[\"Artificial Intelligence (AI)\",\"Best Practices and Tutorials\",\"Columnar\",\"Connectors\",\"Couchbase Analytics\",\"Couchbase Capella\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\",\"name\":\"Supercharge Machine Learning (ML) Applications with Couchbase - The Couchbase Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png\",\"datePublished\":\"2025-05-07T19:33:22+00:00\",\"dateModified\":\"2025-06-14T04:54:12+00:00\",\"description\":\"To accelerate the development of ML applications, we recently announced ways to leverage Capella as both an online and offline feature store in one platform.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png\",\"width\":2400,\"height\":1256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.couchbase.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Supercharge Machine Learning (ML) Applications with Couchbase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#website\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"name\":\"The Couchbase Blog\",\"description\":\"Couchbase, the NoSQL Database\",\"publisher\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#organization\",\"name\":\"The Couchbase Blog\",\"url\":\"https:\/\/www.couchbase.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png\",\"width\":218,\"height\":34,\"caption\":\"The Couchbase Blog\"},\"image\":{\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/f8f4c58966a8d8d54d1cce395286ca55\",\"name\":\"Kiran Matty, Lead Product Manager AI\/ML\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/919b53334d3350e140d8024e7e2e886a\",\"url\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2024\/06\/T024FJS4M-U064W1AETPD-456e21a66cf5-512.png\",\"contentUrl\":\"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2024\/06\/T024FJS4M-U064W1AETPD-456e21a66cf5-512.png\",\"caption\":\"Kiran Matty, Lead Product Manager AI\/ML\"},\"url\":\"https:\/\/www.couchbase.com\/blog\/author\/kiranmatty\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Supercharge Machine Learning (ML) Applications with Couchbase - The Couchbase Blog","description":"To accelerate the development of ML applications, we recently announced ways to leverage Capella as both an online and offline feature store in one platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/","og_locale":"en_US","og_type":"article","og_title":"Supercharge Machine Learning (ML) Applications with Couchbase","og_description":"To accelerate the development of ML applications, we recently announced ways to leverage Capella as both an online and offline feature store in one platform.","og_url":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/","og_site_name":"The Couchbase Blog","article_published_time":"2025-05-07T19:33:22+00:00","article_modified_time":"2025-06-14T04:54:12+00:00","og_image":[{"width":2400,"height":1256,"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png","type":"image\/png"}],"author":"Kiran Matty, Lead Product Manager AI\/ML","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kiran Matty, Lead Product Manager AI\/ML","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#article","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/"},"author":{"name":"Kiran Matty, Lead Product Manager AI\/ML","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/f8f4c58966a8d8d54d1cce395286ca55"},"headline":"Supercharge Machine Learning (ML) Applications with Couchbase","datePublished":"2025-05-07T19:33:22+00:00","dateModified":"2025-06-14T04:54:12+00:00","mainEntityOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/"},"wordCount":1114,"commentCount":0,"publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png","keywords":["Capella Operational","feature store"],"articleSection":["Artificial Intelligence (AI)","Best Practices and Tutorials","Columnar","Connectors","Couchbase Analytics","Couchbase Capella"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/","url":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/","name":"Supercharge Machine Learning (ML) Applications with Couchbase - The Couchbase Blog","isPartOf":{"@id":"https:\/\/www.couchbase.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage"},"thumbnailUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png","datePublished":"2025-05-07T19:33:22+00:00","dateModified":"2025-06-14T04:54:12+00:00","description":"To accelerate the development of ML applications, we recently announced ways to leverage Capella as both an online and offline feature store in one platform.","breadcrumb":{"@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#primaryimage","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2025\/05\/blog-ai-analytics.png","width":2400,"height":1256},{"@type":"BreadcrumbList","@id":"https:\/\/www.couchbase.com\/blog\/supercharge-machine-learning-couchbase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.couchbase.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Supercharge Machine Learning (ML) Applications with Couchbase"}]},{"@type":"WebSite","@id":"https:\/\/www.couchbase.com\/blog\/#website","url":"https:\/\/www.couchbase.com\/blog\/","name":"The Couchbase Blog","description":"Couchbase, the NoSQL Database","publisher":{"@id":"https:\/\/www.couchbase.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.couchbase.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.couchbase.com\/blog\/#organization","name":"The Couchbase Blog","url":"https:\/\/www.couchbase.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/2023\/04\/admin-logo.png","width":218,"height":34,"caption":"The Couchbase Blog"},"image":{"@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/f8f4c58966a8d8d54d1cce395286ca55","name":"Kiran Matty, Lead Product Manager AI\/ML","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.couchbase.com\/blog\/#\/schema\/person\/image\/919b53334d3350e140d8024e7e2e886a","url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2024\/06\/T024FJS4M-U064W1AETPD-456e21a66cf5-512.png","contentUrl":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2024\/06\/T024FJS4M-U064W1AETPD-456e21a66cf5-512.png","caption":"Kiran Matty, Lead Product Manager AI\/ML"},"url":"https:\/\/www.couchbase.com\/blog\/author\/kiranmatty\/"}]}},"authors":[{"term_id":9981,"user_id":85346,"is_guest":0,"slug":"kiranmatty","display_name":"Kiran Matty, Lead Product Manager AI\/ML","avatar_url":{"url":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2024\/06\/T024FJS4M-U064W1AETPD-456e21a66cf5-512.png","url2x":"https:\/\/www.couchbase.com\/blog\/wp-content\/uploads\/sites\/1\/2024\/06\/T024FJS4M-U064W1AETPD-456e21a66cf5-512.png"},"author_category":"","last_name":"Matty, Lead Product Manager AI\/ML","first_name":"Kiran","job_title":"Lead Product Manager AI\/ML","user_url":"","description":""}],"_links":{"self":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/17111","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/users\/85346"}],"replies":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/comments?post=17111"}],"version-history":[{"count":0,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/posts\/17111\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media\/17113"}],"wp:attachment":[{"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/media?parent=17111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/categories?post=17111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/tags?post=17111"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.couchbase.com\/blog\/wp-json\/wp\/v2\/ppma_author?post=17111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}