Close Menu
TechBrunchTechBrunch
  • Home
  • AI
  • Apps
  • Crypto
  • Security
  • Startups
  • TechCrunch
  • Venture

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

What's Hot

How to prepare for a second semester salary increase now live in 2025

September 12, 2025

Melkor has its moments in the AI ​​data race

September 12, 2025

Last day to amplify your brand: Host your side event in 2025

September 12, 2025
Facebook X (Twitter) Instagram
TechBrunchTechBrunch
  • Home
  • AI

    OpenAI seeks to extend human lifespans with the help of longevity startups

    January 17, 2025

    Farewell to the $200 million woolly mammoth and TikTok

    January 17, 2025

    Nord Security founder launches Nexos.ai to help enterprises move AI projects from pilot to production

    January 17, 2025

    Data proves it remains difficult for startups to raise capital, even though VCs invested $75 billion in the fourth quarter

    January 16, 2025

    Apple suspends AI notification summaries for news after generating false alerts

    January 16, 2025
  • Apps

    Google brings Pixel 6 and new devices to Material3 Expressive, along with other features, to the Pixel 6 and new devices

    September 3, 2025

    Google's NoteBookLM now allows you to customize the tone of your AI podcasts

    September 3, 2025

    Roblox expands the use of age estimation techniques and introduces standardized assessments

    September 3, 2025

    Instagram finally launches the iPad app

    September 3, 2025

    Complete the 2025 Confusion Builder Stage Agenda with the Maximum Scaling Voice

    September 3, 2025
  • Crypto

    Stripe will showcase who WHO including Humanity, Openai and Paradigm to build a new blockchain

    September 4, 2025

    Coinbase CEO explains why he fired an engineer who didn't try AI right away

    August 22, 2025

    Your next customer is destroying the 2025 Expo floor

    August 19, 2025

    Crypto Company Gemini File for Winklevoss Twins IPO

    August 16, 2025

    North Korean spies pretending to be remote workers have invaded hundreds of businesses, CloudStrike says

    August 4, 2025
  • Security

    Apple's latest iPhone security features have made life even more difficult for spyware makers

    September 11, 2025

    France says Apple has notified victims of a new spyware attack

    September 11, 2025

    British children dare and hack their school for infamousness

    September 11, 2025

    Vibe coding? Meet the security atmospheric

    September 10, 2025

    Jaguar Land Rover says data was stolen in a destructive cyber attack

    September 10, 2025
  • Startups

    7 days left: Founders and VCs save over $300 on all stage passes

    March 24, 2025

    AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

    March 24, 2025

    20 Hottest Open Source Startups of 2024

    March 22, 2025

    Andrill may build a weapons factory in the UK

    March 21, 2025

    Startup Weekly: Wiz bets paid off at M&A Rich Week

    March 21, 2025
  • TechCrunch

    OpenSea takes a long-term view with a focus on UX despite NFT sales remaining low

    February 8, 2024

    AI will save software companies' growth dreams

    February 8, 2024

    B2B and B2C are not about who buys, but how you sell

    February 5, 2024

    It's time for venture capital to break away from fast fashion

    February 3, 2024

    a16z's Chris Dixon believes it's time to focus on blockchain use cases rather than speculation

    February 2, 2024
  • Venture

    How to prepare for a second semester salary increase now live in 2025

    September 12, 2025

    Melkor has its moments in the AI ​​data race

    September 12, 2025

    Last day to amplify your brand: Host your side event in 2025

    September 12, 2025

    We are entering a golden age of robotics startups.

    September 12, 2025

    Founders of 01A share their playbook in 2025

    September 11, 2025
TechBrunchTechBrunch

Restate Raises $7M for Lightweight Workflow-as-Code Platform

TechBrunchBy TechBrunchJune 12, 20244 Mins Read
Facebook Twitter Pinterest Telegram LinkedIn Tumblr WhatsApp Email
Share
Facebook Twitter LinkedIn Pinterest Telegram Email


When one of the co-creators of the popular open-source stream processing framework Apache Flink launches a new startup, it's worth keeping an eye on. Stephan Ewen joined the founding team of the open-source project in 2010 and later became CTO of Data Artisans, which aimed to monetize Flink before Alibaba acquired the company in 2019 and rebranded it as Ververica. After the requisite three years there, Ewen launched workflow-as-code startup Restate with Flink committers and former Data Artisan/Ververica colleagues Igal Shilman and Till Rohrmann.

Restate, whose overall mission is to make distributed application development easier, today announced that it has closed a $7 million seed round of funding, reached version 1.0 of its open BSL licensed version, and launched its managed cloud services.

What's great about Restate is that it's so fast and lightweight that developers can use it where traditional workflow systems are too slow and resource intensive. It's backed by a durable execution engine that allows you to set up fault-tolerant communication between services and processes, and it's integrated with Function-as-a-Service platforms like AWS Lambda and Cloudflare Workers. It's ideal for microservices architectures, but developers can also use it for task queues, event processing, and service orchestration in systems like inventory management and reservations.

It's worth noting, however, that Restate isn't the first to adopt the concept: open-source platform Temporal, for example, offers a somewhat similar feature set, though the Restate team would argue that their system is faster and more lightweight.

Ewen said that after 13 years with Flink, it was time to tackle a new problem. “While we were working on Flink, a series of use cases kept coming up, which were people abusing Flink for transaction orchestration-style use cases,” he told me. “They weren't doing very well when they used Flink for that, but they were saying they couldn't find anything else.”

After seeing users repeat this over and over again, the team decided that if they were to start another company, they would look at how to solve this problem more elegantly.

Nearly every modern application today consists of a chain of workflows handled by a set of distributed services that need to communicate reliably with each other. Building such fault-tolerant distributed systems requires highly experienced teams (many companies build their own), but this is a minimum requirement and does not necessarily help companies differentiate their products.

Image credit: Restate

Seeing this, Ewen told me that the team took some of the stream-based processing ideas from Flink and combined them with the concept of workflows-as-code and specialized event logging, since logging is at the core of every workflow engine. “Restate took the workflow-as-code idea and added some other ideas inspired by stream processing. We evolved it into a more generic distributed programming model based on durable executions, virtual objects, and durable promises, and we put it on an event-driven foundation,” Ewen said.

The engine that powers it is very small and lightweight – Ewen emphasized that it even ships as a single binary and is fast – and they believe this will allow the service to be used in situations where you wouldn't traditionally use a workflow engine (such as e-commerce shopping carts). A lightweight workflow engine has built-in guarantees, perpetual execution, and the ability to retry if something goes wrong, for example ensuring that items in an abandoned shopping cart are returned to another customer after a certain amount of time, minimizing the risk that something will fail in the process.

“[Restate] “It's a very lightweight foundation that runs traditional workflow code and goes a little further than standard workflow use cases. It incorporates communication and state management as core concepts, so you can use it to build things that might not be a good fit for workflow but are very suitable if you want to build a proper microservices architecture,” Ewen explained.

The company also launched early access to its hosted Restate Cloud today. It's available for free for now, and Ewen was candid about the team's work to figure out how users will use it before deciding how to monetize the service.

The company's funding round was led by Redpoint Ventures, with participation from angel investors including Essence VC, firstminute.capital, Datadog founder Oli Pomel, and Apache Kafka and Confluent founders Jay Kreps and Neha Narkhede. The company plans to use the funding to hire talent, build out infrastructure, and offer SDKs for more languages ​​(currently supporting TypeScript, Java, and Kotlin).

“Making distributed transactional applications correct, resilient, and scalable remains a challenge,” Kreps said. “Restate's approach, which combines durable execution with an event-driven architecture, is a big step toward solving this problem.”



Source link

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025

Startup Weekly: Wiz bets paid off at M&A Rich Week

March 21, 2025

Wayve CEO shares his key elements for scaling autonomous driving technology

March 21, 2025

Leave A Reply Cancel Reply

Top Reviews
Editors Picks

7 days left: Founders and VCs save over $300 on all stage passes

March 24, 2025

AI chip startup Furiosaai reportedly rejecting $800 million acquisition offer from Meta

March 24, 2025

20 Hottest Open Source Startups of 2024

March 22, 2025

Andrill may build a weapons factory in the UK

March 21, 2025
About Us
About Us

Welcome to Tech Brunch, your go-to destination for cutting-edge insights, news, and analysis in the fields of Artificial Intelligence (AI), Cryptocurrency, Technology, and Startups. At Tech Brunch, we are passionate about exploring the latest trends, innovations, and developments shaping the future of these dynamic industries.

Our Picks

How to prepare for a second semester salary increase now live in 2025

September 12, 2025

Melkor has its moments in the AI ​​data race

September 12, 2025

Last day to amplify your brand: Host your side event in 2025

September 12, 2025

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

© 2025 TechBrunch. Designed by TechBrunch.
  • Home
  • About Tech Brunch
  • Advertise with Tech Brunch
  • Contact us
  • DMCA Notice
  • Privacy Policy
  • Terms of Use

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