Skip to content
How Reaqtor combines reactivity with reliable data processing

How Reaqtor combines reactivity with reliable data processing

Carmel Eve

One of the big features that distinguishes Reaqtor from classic Rx is the ability to run long running stateful queries. It does this through the persistence of state which allows these queries to survive restarts, outages and even moving between different machines. It is the ability to execute these incredibly long running queries that enables support for services like Bing, Cortana and M365.
Reaqtor's Open Source Journey

Reaqtor's Open Source Journey

Howard van Rooijen

Reaqtor is almost 10 years old. The journey to make it available as open source has taken over 5 years. Read how endjin spearheaded the process and became the project maintainers.
Sequences, LINQ, Rx, & Reaqtor Part 6: Reaqtor

Sequences, LINQ, Rx, & Reaqtor Part 6: Reaqtor

Ian Griffiths

In the final part in this series, we finally get to explore Reaqtor and understand how evolves the concepts of Rx for a cloud native world.
Sequences, LINQ, Rx, & Reaqtor Part 5: Remotable Expressions

Sequences, LINQ, Rx, & Reaqtor Part 5: Remotable Expressions

Ian Griffiths

In the fifth part in this series we explore the ability to serialize expression trees and then remote them.
Sequences, LINQ, Rx, & Reaqtor Part 4: Reaqtive

Sequences, LINQ, Rx, & Reaqtor Part 4: Reaqtive

Ian Griffiths

In the fourth part in this series we explore the Reaqtiveframework including IReactiveObservable<T> and IReactiveQbservable<T>.
Sequences, LINQ, Rx, & Reaqtor Part 3: Rx

Sequences, LINQ, Rx, & Reaqtor Part 3: Rx

Ian Griffiths

In the third part in this series we investigate IObservable<T> and Rx.
Sequences, LINQ, Rx, & Reaqtor Part 2: LINQ

Sequences, LINQ, Rx, & Reaqtor Part 2: LINQ

Ian Griffiths

In the second part in this series we delve deeper into LINQ and understand IQueryable<T>.
Sequences, LINQ, Rx, & Reaqtor Part 1: Sequences and IEnumerable<T>

Sequences, LINQ, Rx, & Reaqtor Part 1: Sequences and IEnumerable<T>

Ian Griffiths

In the first part of this series we explore the basic building blocks of Reaqtor—IEnumerable<T>.