badtuple
badtuple
Are there any opinions on adding JSON as a serialization format? My project uses JSON because it requires interop between multiple components, and JSON's tooling is very strong and ubiquitous....
This RFC proposes an Iterator definition language. Feedback is requested, and this PR will be updated to reflect discussion and conclusions until agreement is reached that it's ready to be...
I'm coming back to the project and the vision for it is still the same, but I'm going to overhaul the structure to better support rigorous testing and modularity. I...
So it turns out, we don't return the message id or ingestion timestamp with the message :facepalm: . That's pretty necessary to be able to take the last message id...
"Iterator List" and "Log List" respond in different ways right now. Log List returns a single message. Within that message is a CBOR encoded array that contains the names of...
Right now adding a message just results in an error response or "ok" response. It'd be useful to have the message id returned to them.
Initially, we had the idea for normal Iterators that operated at query time and an optional "Indexed" Iterator that would persist the query to disk so that it could be...