|
|
|
|
|
by mbroecheler
1124 days ago
|
|
Yes, the idea to maintain materialized views based on standing queries to make the queries instantaneous is the same.
In addition, DataSQRL handles the ingest (e.g. consuming events off a queue, pre-processing the data, and populating the database) and egress (i.e. serving the data through an API) so that all your data logic can be in one place. Another key difference to Noria is that DataSQRL is an abstraction layer on top of existing technologies like Postgres, Flink, Kafka, etc and does not aim to be another datastore. That way, you can use the technologies you already trust without having to write the integration code. |
|
Your product would align nicely with these DAG recomputation engines like Fluvio and Temporal (Seattle).
Well Noria implements MySQL protocol, so if your system targets MySQL, you could run DataSQRL on Noria!