noria icon indicating copy to clipboard operation
noria copied to clipboard

Fast web applications through dynamic, partially-stateful dataflow

Results 50 noria issues
Sort by recently updated
recently updated
newest added

would it be possible to run without ZooKeeper for much simpler/basic deployments so its inline with other databases e.g. MySql/PosgreSql?

enhancement
help wanted
question
m-api

While your crate does nothing wrong per se, the incoming breakage may be somewhat annoying, and you can get ahead of the breakage. The PR that will break this crate:...

This fixes what I think is a bug in the implementation of `query_through` in the `project` operator. The implementation assumed that columns in `emit` were monotonically increasing, but I did...

Place replicas in separate domains, including when there is only 1 replica. Place these domains round robin on separate workers. (`migrate/mod.rs`) Support for removing all reader replicas along with a...

Although mysql does not support minus, however some subqueries may turn to minus, can these subqueries also be used to build incremental materialized views?

Hi, I'm trying to build Noria on the following system: OS and distribution: Lubuntu 20.10, Linux kernel 5.8.0-25-generic Rust: rustc 1.53.0-nightly (c051c5ddd 2021-04-06) Noria commit: cd639f57e8fa3fa1cdc1ca3a4c7ef3cedbe45c8c. This is the master's...

Currently both `noria-server` and `noria` are still using Tokio 0.2, are there plans for upgrading to Tokio 1?

Since in the Cargo.toml the version of evmap was "11.0.0-alpha.1" instead of "= 11.0.0-alpha.1" for new builds the latest version is used. The latest version of evmap is "11.0.0-alpha.7" and...