[dbsp Implement From<NonZeroUsize> for CircuitConfig#5961
Conversation
|
Seems harmless but a little unusual. Do you have a project that would use this? |
|
Thank you for your contribution. I'm also curious (if you can share) what you're using feldera for? |
|
Hello! I'm using DBSP as an incremental computation backend for a Datalog language I've built to experiment with running CRDTs (convergent replicated data types) on. |
That's awesome. I assume you know about Differential Datalog? |
|
Yes, I've encountered it while researching approaches in the beginning. If I'm not mistaken, it has a compilation step (using I ended up writing my own interpreter-based approach because:
|
Yes. ...
There are, at least, Python and Java implementations of the DBSP approach. I am not sure whether they are production systems or just demos or toys. It sounds like you've got some fun goals. Good luck! |
|
Clearly, there's also Materialize.com, which is on top of differential dataflow, but you probably know that. |
Describe Manual Test Plan
Tiny quality of life change. Recompiled, works.
Checklist
Breaking Changes?
Mark if you think the answer is yes for any of these components:
Describe Incompatible Changes