|
|
|
|
|
by ALLTaken
452 days ago
|
|
Hi, I'm building a distributed application based on Hypergraphs, because the data being processed is mostly re-executable in different ways. It's so refreshing to read this, I was also sitting down many nights and was thinking up about the same problem that you guys solved. I'm so glad about this! Would it be possible to plug other storage engines into Restate?
The data-structure that needs to be persisted allows multiple-path execution and instant re-ordering without indexing requirements. I'm mostly programming in Julia and would love to see some little support for it too =) Great work guys! |
|
The storage engine is pretty tightly integrated with the log, but the programming model allows you to attach quasi arbitrary state to keys.
So see whether this fits your use case, would be great to better understand the data and structure you are working with. Do you have a link where we could look at this?