DataPelago

DataPelago

Real-time big data analytics platform

Overview

DataPelago provides real-time analytics that turn data of any size, speed, or structure into instant insights. It ingests diverse data sources and formats and processes them to deliver actionable analytics without batch waits. The platform combines scalable ingestion, high-performance processing, and fast querying, available via subscription and enterprise solutions. Its goal is to deliver instantaneous, reliable insights to help organizations make faster, better-informed decisions while optimizing performance and cost.

About DataPelago

Simplify's Rating
Why DataPelago is rated
B-
Rated B on Competitive Edge
Rated B on Growth Potential
Rated C on Differentiation

Industries

Data & Analytics

Enterprise Software

AI & Machine Learning

Company Size

51-200

Company Stage

Early VC

Total Funding

$55M

Headquarters

Sunnyvale, California

Founded

2021

Get referred to DataPelago

See people who can refer or advise you

Simplify Jobs

Simplify's Take

What believers are saying

  • NetApp says Nucleus cuts infrastructure costs 80 percent and speeds workloads 10x.
  • Fast Company ranked DataPelago fourth in Data Science in March 2026.
  • NetApp's July 2026 acquisition instantly expands DataPelago's reach to enterprise storage customers.

What critics are saying

  • Databricks Photon already posts 3x-8x customer speedups, squeezing DataPelago's benchmark edge.
  • NetApp controls product strategy now, and subsidiary status kills standalone pricing power.
  • If NetApp bundles Nucleus into ONTAP, DataPelago disappears by 2027.

What makes DataPelago unique

  • Nucleus processes data at the storage layer, avoiding copy-heavy GPU pipelines.
  • NetApp bought DataPelago on July 16, 2026, embedding it across ONTAP and AIDE.
  • DataPelago supports Spark, Trino, Flink, Ray, and Dask without data migration.

Help us improve and share your feedback! Did you find this helpful?

Funding

Total Funding

$55M

Above

Industry Average

Funded Over

2 Rounds

Early VC funding comparison data is currently unavailable. We're working to provide this information soon!
Early VC Funding Comparison
Coming Soon

Benefits

Remote Work Options

Hybrid Work Options

Flexible Work Hours

Paid Vacation

Paid Holidays

Parental Leave

Family Planning Benefits

Fertility Treatment Support

Professional Development Budget

Conference Attendance Budget

Wellness Program

Mental Health Support

Gym Membership

Phone/Internet Stipend

Home Office Stipend

401(k) Retirement Plan

401(k) Company Match

Stock Options

Company Equity

Growth & Insights and Company News

Headcount

6 month growth

5%

1 year growth

3%

2 year growth

7%
Blocks & Files
Jul 17th, 2026
NetApp buys DataPelago to become full-stack AI data infrastructure provider.

NetApp buys DataPelago to become full-stack AI data infrastructure provider. Chris Mellor STORAGE EDITOR Blocks & Files editor Published fri 17 Jul 2026 // 15:16 UTC NetApp is acquiring DataPelago whose Nucleus Universal Data Processing Engine (UDPE) accelerates heterogeneous compute for data analytics and GenAI models. Nucleus uses open source Gluten, Velox, and Substrait to turbocharge Spark and Trino, providing customers with "disruptive price/performance advantages." It integrates into existing data stores and lakehouse platforms, SQL, Python, Airflow workflow automation, Tableau, Power BI, and more with no need for data migration and no lock-in. DataPelago was started up in 2021 by CEO Rajan Goyal and chief product officer Anand Iyer, and came out of stealth in October 2024. The company has raised more than $75 million with its latest round in 2024 providing $47 million George Kurian, NetApp's CEO, said: "As AI models and the chips that power them get ever more effective, enterprises need data infrastructure that is just as intelligent and powerful to harness the potential of their data... With DataPelago, we are extending our ability to help customers understand and process their data with the agility required to unleash competitive advantage." A brief DataPelago blog stated: "NetApp manages more enterprise data across more environments than anyone in the industry, and Nucleus will be embedded directly into their data platform. It is exactly where this technology belongs, and it reaches far more enterprises than we could have reached on our own." In March this year DataPelago was named to Fast Company's List of the World's Most Innovative Companies of 2026, ranking #4 in Data Science. DataPelago provides accelerated compute at the data layer, processing data at the storage layer rather than moving it to external compute clusters with CPUs and/or GPUs and other accelerators. It is up to 10.5x faster for project operations, up to 10.1x faster for filter operations, and up to 4.3x faster for aggregate operations compared to Nvidia's cuDF. DataPelago's technology operates between query processing engines, such as Spark, Trino, and Flink, and Ray and Dask Python frameworks, being a software data processing engine for AI with three component layers; * DataApp - pluggable layer that enables integration with platforms including Spark and Trino to deliver acceleration capabilities to these engines. * DataOS - operating system layer mapping data operations to heterogeneous accelerated computing elements and managing them dynamically to optimize performance at scale. * DataVM - a virtual machine with a domain-specific Instruction Set Architecture (ISA) for data operators providing a common abstraction for execution on CPU, GPU, FPGA, and custom silicon. Here is its understanding of the high-level data flow; * Data Access via Host Framework Connectors: * * Nucleus integrates as a plug-in (e.g., Spark plug-in jar) that works with Spark's (or similar engines') standard data source connectors. * It supports common lakehouse formats and file types like Parquet, ORC, Iceberg, Delta Lake, JSON, etc., stored on object storage (S3, GCS, ADLS), HDFS, or on-prem storage arrays. * Reading happens through the framework's I/O layer (e.g., Spark's DataFrameReader or equivalent), which fetches data into the worker nodes' memory. Nucleus extends acceleration to storage and data source integrations while preserving semantics. * Plan Transformation and Optimization: * * The host engine's query optimizer produces a physical plan. * Nucleus's DataApp layer (with Apache Gluten/Substrait) converts it into an intermediate representation. * The Intelligent Execution Optimizer builds optimal pipelines and selects hardware (CPU/GPU). * This becomes a Data Flow Graph (DFG) executed by DataOS and DataVM. * Efficient Movement to CPUs and GPUs (Key Optimizations): * * I/O and Data Movement Minimization: Nucleus addresses GPU challenges like host-to-device transfers and I/O bandwidth limits through operator fusion, kernel fusions, and streaming execution(no store-and-forward). Data flows in a pipelined/streaming fashion rather than full materialization. * Zero-Copy Techniques: It uses zero-copy shared memory management, especially for strings and complex types, reducing copies between CPU memory and GPU memory. * Hardware Mapping: DataVM's domain-specific ISA (leveraging LLVM, CUDA, ROCm) dynamically maps operators to the best backend. It executes using vectorized/columnar processing and advanced primitives, keeping data close to compute (e.g., direct GPU execution where possible). * Result: Reduced I/O overall, with GPUs pegged at 80-90 percent utilization by minimizing unnecessary data movement between domains. Nucleus works on-premises and in the main public clouds. As Databricks is Spark-based (with its own optimizations like Photon), DataPelago integrates natively via its Accelerator for Spark. It has shown 3-4x gains vs. Databricks Photon in benchmarks. DataPelago works with Snowflake as part of broader lakehouse ecosystems by accelerating processing on data in open table formats (e.g., Iceberg) that Snowflake supports, or by handling upstream/downstream Spark/Trino workloads that feed into or read from Snowflake. DataPelago claims Nucleus reduces infrastructure costs by up to 80 percent and delivers performance up to 10 times faster than conventional approaches. Also, by not requiring customers to copy their data from their operational systems to AI-systems, DataPelago eliminates the single biggest bottleneck in enterprise AI deployment. Nucleus SW is in use at large enterprises across multiple industries. Read customer case studies here. Rajan Goyal, Founder and CEO of DataPelago said: "DataPelago is on a mission to eliminate the data processing bottlenecks that prevent AI innovation from reaching its full potential. Joining NetApp gives us the opportunity to combine our breakthrough processing technology with the industry's best data infrastructure portfolio. Enterprises have invested billions in GPUs and AI models, but their data remains fragmented, leaving valuable computing resources to sit idle rather than putting these investments to work. Together, we're positioned to help customers simplify and accelerate AI deployment at scale." NetApp says the acquisition marks a foundational expansion of its portfolio, enabling GPU-accelerated data processing aligned directly with the storage layer. With this acquisition, it says it establishes itself as the company that makes zero-copy activation of enterprise data for AI real. KV cache. How does DataPelago technology relate to KV Caching? DataPelago focuses on data movement, transformation, and querying at scale, especially for massive structured/semi-structured/unstructured datasets feeding AI systems. This takes place before data goes to CPU/GPU/FPGA compute. Nvidia's KV Caching scheme, supported by many storage suppliers, is a real-time inference memory optimization that comes into play once data has reached a GPU server system. DataPelago gets the data to the GPU server system where KV caching schemes are activated. DataPelago makes the data feeding AI faster/cheaper; KV caching makes the AI model run more efficiently during response generation. AIDE. NetApp's AIDE (AI Data Engine) pre-processes AFX-stored ONTAP data for AI LLM and agent use, and is ONTAP-specific, whereas Data Pelago's UDE is agnostic to the storage systems underlying the Spark, Trino and other query engines it accelerates. AIDE povides an AI data pipeline to have NetApp AFX-stored data made deliverable to and usable by AI Large language Models (LLMs) and agents. It is a built-in AI-focussed ETL (Extract, Transform and Load) pipeline that uses the AFX metadata engine. The AIDE software can discover and characterize data spread across a customer's NetApp data estate, both on-premises and in the three main public clouds. As fresh data comes in and/or old data is deleted the metadata is updated. AIDE contains a vector database so that the unstructured data it manages can be used by LLMs and agents in semantic searches. It uses the Nvidia AI Data Platform reference design, which includes Nvidia GPUs, AI Enterprise software including NIM microservices for vectorization and retrieval, which joins advanced compression, fast semantic discovery, and secure, policy-driven workflows. It handles metadata cataloging, data discovery, curation, governance, vector embeddings, and RAG serving (with Nvidia integration). Adding Nucleus to AIDE would make it more powerful for data transformation, ETL, training, fine-tuning, and inference pipelines. It could enable accelerated Spark/Trino workloads running directly on NetApp AFX storage and Blocks & Files might envisage a possible AIDE + Nucleus bundle for an end-to-end AI data pipeline. NetApp's Chief Product Officer, Syam Nair, added this thought: "DataPelago's Nucleus engine brings software-defined acceleration directly to the storage layer, processing data across CPUs and GPUs so enterprises can prepare, govern, and activate their data for AI without moving it. This is true zero-copy activation. NetApp manages more enterprise data across more environments than anyone in the industry. The next phase of AI will be won by those who make that data work at the source, and the DataPelago team brings the technical depth and velocity to get us there faster." DataPelago will operate as a wholly owned subsidiary of NetApp. The acquisition price was not revealed. Given the good fit between Nucleus and AIDE, the use of Nucleus in large enterprises across multiple industries, and the rise of agentic AI, Blocks & Files'd not be surprised by NetApp paying a 4 to 5x multiple of DataPelago's total funding.

WHTop
Jul 17th, 2026
NetApp buys DataPelago to bring AI processing closer to data.

NetApp buys DataPelago to bring AI processing closer to data. July 17, 2026 - NetApp is buying AI infrastructure startup DataPelago in a move that reflects a growing realization across enterprise IT: expensive GPUs are not the only constraint slowing AI adoption. Data movement has become just as problematic. By bringing accelerated processing closer to where enterprise data already resides, NetApp is attempting to remove one of the largest operational barriers separating AI experimentation from production deployment. The acquisition adds DataPelago's software to NetApp's intelligent data infrastructure portfolio, extending the storage company's ambitions well beyond traditional file and object storage. Rather than treating storage as passive infrastructure feeding [...] [... Check source for end of article...]

CoinCentral
Jul 16th, 2026
NetApp, Inc. (NTAP) stock: acquires DataPelago to accelerate AI data workloads.

NetApp, Inc. (NTAP) stock: acquires DataPelago to accelerate AI data workloads. NetApp expands its AI infrastructure portfolio with DataPelago's zero-copy data processing technology for faster enterprise workloads. Tldr. * NetApp acquires DataPelago to expand enterprise AI data capabilities * DataPelago adds zero-copy processing for faster AI data activation * Nucleus engine processes enterprise data directly at the storage layer * Acquisition reduces AI infrastructure costs and boosts processing speed * Deal strengthens NetApp's intelligent data infrastructure strategy NetApp, Inc. (NTAP) shares fell 2.11% to $158.68 after the company announced its acquisition of AI infrastructure firm DataPelago. The transaction expands NetApp's enterprise data platform with technology designed to accelerate AI and analytics workloads. The deal strengthens the company's strategy to process enterprise data directly at the storage layer. NetApp expands AI infrastructure with DataPelago acquisition. NetApp acquired California-based DataPelago to strengthen its intelligent data infrastructure portfolio. The acquisition adds technology that removes data processing bottlenecks for AI and analytics workloads. Consequently, NetApp expands its ability to activate enterprise data without creating additional data copies. DataPelago developed Nucleus, a universal data processing engine for enterprise environments. The platform uses CPUs and GPUs together to process information where organizations already store their data. As a result, businesses can reduce unnecessary data movement before running AI applications. The combined platform supports zero-copy data activation across enterprise environments. Therefore, organizations can prepare, govern, and process information without transferring it into separate AI systems. NetApp expects the integration to improve efficiency while simplifying enterprise AI deployment. Nucleus technology targets faster enterprise AI processing. The Nucleus engine places accelerated computing directly inside the storage layer instead of external compute clusters. This approach allows enterprises to process data closer to its original location. The architecture reduces delays caused by constant data transfers. According to NetApp, the technology can lower infrastructure costs by as much as 80%. The platform can also deliver processing speeds that reach ten times conventional methods. The design helps organizations use existing GPU resources more efficiently across demanding workloads. Enterprise customers across multiple industries already use the technology for large-scale data processing. The platform supports analytics and AI applications while improving infrastructure performance. Organizations can complete complex processing tasks with fewer infrastructure requirements. Acquisition supports NetApp's broader enterprise AI strategy. The acquisition continues NetApp's broader expansion across enterprise AI and intelligent data infrastructure. The company has recently expanded partnerships with Cisco, Google Cloud, Red Hat and SK Telecom. The latest transaction adds another capability to its growing enterprise portfolio. Following the transaction, DataPelago will operate as a wholly owned subsidiary of NetApp. The integration allows both companies to combine storage infrastructure with accelerated data processing technology. Moreover, the combined platform aims to improve enterprise data management across hybrid environments. The acquisition reflects increasing demand for infrastructure that supports production-scale AI deployments. Enterprises continue investing in AI hardware, yet data preparation remains a major operational challenge. Consequently, NetApp positions its expanded platform to help organizations process enterprise data faster while improving operational efficiency. Stop guessing and start investing with confidence. KnockoutStocks gives you the AI insights, market intelligence, and stock research you need to spot opportunities, cut through the noise, and make smarter investment decisions - all in one powerful platform. Simply use coupon code SPECIAL50 at checkout to claim your exclusive discount. Limited Time Offer Get 3 free stock ebooks. Discover top-performing stocks in AI, Crypto, and Technology with expert analysis. * Top 10 AI Stocks - Leading AI companies * Top 10 Crypto Stocks - Blockchain leaders * Top 10 Tech Stocks - Tech giants

Associated Press
Jul 16th, 2026
NetApp acquires DataPelago to enable GPU-accelerated data processing at storage layer

NetApp has acquired DataPelago, a California-based AI data infrastructure company, to enable GPU-accelerated data processing at the storage layer. The acquisition aims to address enterprise bottlenecks in preparing and activating data for AI production. DataPelago's core technology, Nucleus, is a universal data processing engine that uses CPUs and GPUs to process data where it resides. By operating at the storage layer rather than moving data to external compute clusters, the technology reduces infrastructure costs by up to 80% and delivers performance up to 10 times faster than conventional approaches. The acquisition eliminates the need to copy data from operational systems to AI systems, addressing what NetApp identifies as the biggest bottleneck in enterprise AI deployment. DataPelago will operate as a wholly owned subsidiary of NetApp following the transaction.

RTInsights
Oct 6th, 2024
Real-time Analytics News for the Week Ending October 5

DataPelago unveiled a Universal Data Processing Engine to accelerate any engine, including open source, on any hardware, using any data type.

Recently Posted Jobs

Sign up to get curated job recommendations

DataPelago is Hiring for 12 Jobs on Simplify!

Find jobs on Simplify and start your career today

Don't see your dream role? Check out thousands of other roles on Simplify. Browse all jobs →