Laserdata
Founded 2025 Β· 8 employees on LinkedIn Β· 1 known investors
LaserData builds a Rust-based real-time data streaming platform and managed cloud service on top of Apache Iggy.
Also known as LaserData Cloud Β· LaserData, Inc.
Investors Β· 1
Company profile
researched Aug 2026LaserData is a data infrastructure company building a real-time streaming and data platform for distributed systems and AI agents. Its platform is centered on a durable log accessed through a single typed SDK available in Rust, Python and TypeScript, exposing eight surfaces β log, views, change feed, state, graph, memory, context and fabric β over the same underlying messages. Messages are recorded once in the log and can be consumed live, resumed from an offset or replayed from the beginning, while materialized projections keep queryable state in an embedded database with pluggable backends for external database clusters.
The product is delivered in three layers: the Laser SDK for writing applications; Laser Stack, a local Docker Compose environment (amd64 and arm64, usable offline after first run) that runs the Apache Iggy streaming core and a Laser data plane providing query, state, graph and run APIs; and LaserData Cloud, the managed production service. LaserData Cloud offers a free tier on AWS or GCP with no credit card, fully managed deployments, Bring Your Own Cloud, NVMe SSD or network-drive storage, Rust-native source connectors for PostgreSQL, Elasticsearch, InfluxDB and Random, sink connectors for PostgreSQL, Elasticsearch, Apache Iceberg, Quickwit, MongoDB, InfluxDB, Delta Lake, HTTP and Stdout, a web console and a single-binary CLI that also runs as an interactive TUI. Enterprise controls include RBAC, metrics, heartbeats, structured logs, audit, zero-trust architecture, scoped credentials and separation of control and data planes. Deployments currently ship standalone, with a high-availability cluster mode in initial preview built on Viewstamped Replication consensus work upstream in Apache Iggy.
The company describes LaserData Cloud as ISO 27001 certified and SOC 2 and GDPR compliant, with further certification in progress, and operates a trust center. It also maintains a partner program; LakeSail is listed as a compute partner, with a reference architecture routing LaserData event streams into LakeSail's Rust-native, Spark-compatible Sail engine for data engineering and agentic workloads.
Founding story
Piotr Gankiewicz started the underlying project as a personal side project to learn Rust, choosing streaming infrastructure because years of operating brokers in production had shown him where existing systems were heavier and more complex than necessary. Kranti Parisa had developed a parallel focus on ultra-low-latency, resource-efficient data infrastructure while leading search, personalization and real-time AI/ML workloads at Apple, where he observed how additional 50-100 millisecond delays affected customer experience and revenue and how teams compensated for infrastructure limits with more hardware. That shared conviction that the next generation of streaming systems should be built in Rust brought the two together to found the company.
Business model
Open-core infrastructure: the core streaming engine, Apache Iggy, is developed as an open-source project under the Apache Software Foundation, while LaserData sells LaserData Cloud, a managed platform that operates that engine for customers. Deployment options span fully managed hosting on AWS or GCP, Bring Your Own Cloud inside the customer's own AWS or GCP account, and on-premises on customer hardware, with the same SDK and connection string across all of them. The company describes itself as B2B SaaS serving enterprise software buyers.
Tiered subscription for the managed platform, with a no-cost free tier (single node, 1 GB RAM, 200 KB/s read and write, 20 GB network disk on AWS or GCP) intended for evaluation and paid tiers for managed, BYOC and on-premises production deployments; paid tiers add options such as NVMe SSD storage and are wired for cluster mode.
Traction
The underlying Apache Iggy project reports more than 4,200 GitHub stars, a Discord community approaching 700 members and well over 100 contributors, and is described as one of the top three Rust projects by stars in the Apache GitHub organization. LaserData Cloud is generally available with a free tier and self-serve SSO onboarding, SDKs are published on crates.io, PyPI and npm, and the company is listed as an active seed-stage portfolio company of Mango Capital in a Q3 2025 cohort.
Latest developments
LaserData opened LaserData Cloud with a free tier on AWS and GCP, alongside managed and BYOC deployments, a connector catalog, console and CLI. It also released Laser Stack, a local runtime for the SDK, and is developing a high-availability cluster mode, currently in initial preview, based on Viewstamped Replication work upstream in Apache Iggy. The company states ISO 27001 certification and SOC 2 and GDPR compliance, and is hiring engineers and a developer evangelist.
βΈFull profile β market position, technology, go-to-market, geography, history, risks & controversies
Market position
LaserData is an early-stage, seed-stage company commercializing Apache Iggy, positioned in real-time data streaming and infrastructure for AI-native systems. Third-party listings place it in the enterprise software sector with a B2B SaaS model and name Diffusion Data, Hazelcast, Tracel AI, VAST AI and Reactor as similar companies. Its comparative positioning is against traditional JVM-based streaming brokers and, through its LakeSail partnership, against Apache Spark-based compute stacks.
LaserData positions itself on latency and efficiency: the engine is written in Rust on io_uring with thread-per-core execution, zero-copy paths through the hot loop and zero-copy deserialization, aimed at exploiting modern servers and NVMe gen4/gen5 hardware rather than carrying JVM or garbage-collection overhead. It combines this with an open-governance core β Apache Iggy lives at the Apache Software Foundation rather than under a single vendor β so customers get open-source portability alongside a managed platform, plus a single typed SDK that unifies streaming, state, projections, graph, memory and context surfaces without a separate synchronization layer.
Technology
The core is Apache Iggy, a Rust streaming engine using io_uring, thread-per-core execution, zero-copy paths and zero-copy deserialization for a durable, persistent log. Above it, LaserData provides a data plane with query, state, graph and run APIs, materialized projections stored in an embedded database with pluggable external database backends, and eight SDK surfaces (log, views, change feed, state, graph, memory, context, fabric) exposed through typed Rust, Python and TypeScript clients over an SDK and AGDX wire protocol. Public benchmarks on Apache Iggy 0.8.0 report 40 million persisted messages on an AWS i4i.4xlarge instance at 0.47 ms average producer latency, 0.357 ms average consumer latency, 0.495 ms p99, 1 GB/s write and 2 GB/s read, and more than 2 million messages per second.
Go-to-market
Self-serve, developer-led adoption: a free tier with SSO sign-up (GitHub, Google or Microsoft) and no sales call, publicly distributed SDKs on crates.io, PyPI and npm, an open-source local stack on GitHub, and public reproducible benchmarks. This is complemented by open-source community presence around Apache Iggy (GitHub, Discord), technical blog content, enterprise tiers with managed and BYOC deployment, and ecosystem partnerships such as LakeSail.
Engineering teams building event-driven services, audit trails, live feeds, retrieval pipelines, real-time decision systems and AI agent workloads, including enterprises that want managed streaming without operating their own platform team and organizations requiring data to stay within their own cloud perimeter or on-premises.
Geography
Headquartered in San Francisco, United States, with a deliberately remote hiring model. The managed cloud service is offered on AWS and GCP, with additional Bring Your Own Cloud and on-premises deployment options.
History
The technology originated a little over three years before the LaserData Cloud launch, when Piotr Gankiewicz made the first commits to what became Apache Iggy as a personal side project to learn Rust, drawing on his experience operating message brokers in production. The project attracted contributors and early users and grew into one of the top three Rust projects by stars in the Apache GitHub organization. Kranti Parisa, whose focus on ultra-low-latency, resource-efficient infrastructure came from leading search, personalization and real-time AI/ML workloads at Apple, led the effort to bring Iggy into the Apache Software Foundation, where it was voted into the Apache Incubator. Recurring questions from teams about how to run Iggy in production without staffing a platform team led the founders to build LaserData Cloud, which was subsequently opened with a free tier on AWS and GCP.
Risks & controversies
The core engine, Apache Iggy, is governed by the Apache Software Foundation rather than the company, and remains in the Apache Incubator. High-availability cluster mode is only in initial preview and depends on upstream consensus work, so current deployments ship standalone and the free tier remains standalone. The company is early-stage with a deliberately small team and a single disclosed institutional investor.
Compiled by commissioned research from 8 cited public sources β announcements, filings, and press listed under research sources below.
Key figures
latest reportedCompany-reported or press-reported figures, each dated to when it was claimed β not independently audited.
Timeline Β· 5
launches, deals, and filingsApache Iggy, the Rust streaming engine at the core of LaserData's platform, was voted into the Apache Incubator; co-founder Kranti Parisa led the effort to move the project into the Apache Software Foundation under neutral governance.
LaserData lists LakeSail as a compute partner, with a reference architecture in which LaserData event streams feed LakeSail's Sail engine, a Rust-native, Spark-compatible distributed compute engine deployed BYOC in the customer's AWS account, for data engineering and agentic workloads.
Laser Stack provides a local Docker Compose environment (amd64 and arm64, offline after first run) running the Apache Iggy streaming core and a Laser data plane with query, state, graph and run APIs, exposing the same SDK surfaces and connection string used in LaserData Cloud.
LaserData opened LaserData Cloud, a managed service running Apache Iggy, with a free evaluation tier on AWS or GCP (no credit card), fully managed deployments, Bring Your Own Cloud deployment into a customer's AWS or GCP account, NVMe SSD or network drive storage options, Rust-native source connectors (PostgreSQL, Elasticsearch, InfluxDB, Random) and sink connectors (PostgreSQL, Elasticsearch, Apache Iceberg, Quickwit, MongoDB, InfluxDB, Delta Lake, HTTP, Stdout), a web console and single-binary CLI/TUI, plus RBAC, metrics, audit logging and control/data plane separation. Deployments ship standalone; cluster mode with high availability based on upstream Viewstamped Replication work is in initial preview.
The company states that LaserData Cloud is ISO 27001 certified and SOC 2 and GDPR compliant, with further certification in progress.
Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.
βΈResearch sources Β· 8
primary sources listed
- Laserdatalaserdata.com Β· web
8 public sources were cited for this profile; the first-party ones are listed here.
Frequently asked questions
- What does Laserdata do?
- LaserData builds a Rust-based real-time data streaming platform and managed cloud service on top of Apache Iggy.
- Who are Laserdata's investors?
- Laserdata's investors include Mango Capital.

