Embedded / library use #4034
Replies: 6 comments 2 replies
-
|
Thanks @jamessewell! Feldera is unlikely to be usable as an embedded library any time soon, given the current architecture. |
Beta Was this translation helpful? Give feedback.
-
|
The fundamental problem is that there system works as a compiler generating rust. So the rust compiler has to be involved. But you can link to the generated code… |
Beta Was this translation helpful? Give feedback.
-
|
Each sql program, which may contain many views and tables generates a rust program that maintains all the views |
Beta Was this translation helpful? Give feedback.
-
|
Is there any documentation about how this works anywhere? If I have the Rust program can I run it myself? |
Beta Was this translation helpful? Give feedback.
-
|
Feldera.com has a lot of material about how this works and how it can be used you can certainly run the rust program, you just have to use the right apis to send and receive the data from the program. |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/feldera/feldera/blob/main/sql-to-dbsp-compiler/using.md Is perhaps the simplest example that shows how the output can be used as a library |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all! Very cool project!
I was wondering if it is possible to use Feldera as a library?
Beta Was this translation helpful? Give feedback.
All reactions