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

I could not find documentation for which exactly SQL syntax is being used/supported?

I am moving this into a separate issue from a broad issue of #111. @mjjansen [mentioned push notifications](https://github.com/mit-pdos/noria/issues/111#issuecomment-441750655). And @jonhoo [replied](https://github.com/mit-pdos/noria/issues/111#issuecomment-441761475): > Push notifications (basically, pushing parts of the data-flow...

## Setup I am trying to run a query that computes an average. The graph and the operators are generated from a different language by a compiler, but in SQL...

In #111 I have seen mention of user defined functions. I think for Noria it probably makes sense that there are two kinds of them: * Some which are defined...

So I am trying to run this query (follows at the end), which I split into multiple subviews to circumvent some of the current quirks of the SQL noria supports....

Noria seems not to allow for a select query with two simultaneous aggregations. I set up this very simple table: ``` CREATE TABLE tab (x int, y int, PRIMARY KEY(x));...

bug
question

I would like to request some additional data types: * Timezone aware timestamps. * Binary blobs. * Compound data types: allowing nested sub-objects: list of others objects or objects themselves....

I assume this is a prototype, many things still have to be implemented (and / or researched), so the system will change over time. Do you have plans to make...

I learned about Noria from the TwoSigma talk and I find Noria extremely interesting and it can potentially for a great fit for my use case. If I understand correctly,...

I listened to an interview about Noria in which it was explained that a writer may actually not immediately witness it's own writes when reading. Surely this is not true...