You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the EvaDB issues and found no similar questions.
Question
Hi, I have a custom user defined function that has to do quite a bit of work in setup (loading data/model from remote Postgres database). Is it possible to do some sort of initialisation of a custom function when my application starts rather than when I invoke the function in Eva DB? One way I thought of doing this was a simple client/server model using sockets running on the host where the server would retrieve the data/model from remote database and perform any initialisation and the custom function would act as a client to send a request to the server. I don't really want to go down this route however if there is something I can use that is built into Eva DB which might be easier.
The text was updated successfully, but these errors were encountered:
👋 Hello @tail-recursion, thanks for your interest in EVA DB 🙏 Please visit our 🔮 Tutorials to get started, where you can find quickstart guides for simple tasks like Image Classification all the way to more interesting tasks like Emotion Analysis.
If this is a 🐞 Bug Report, please provide a minimum reproducible example to help us debug it.
If this is a ❓ Question, please provide as much information as possible, including dataset examples and query results.
Search before asking
Question
Hi, I have a custom user defined function that has to do quite a bit of work in setup (loading data/model from remote Postgres database). Is it possible to do some sort of initialisation of a custom function when my application starts rather than when I invoke the function in Eva DB? One way I thought of doing this was a simple client/server model using sockets running on the host where the server would retrieve the data/model from remote database and perform any initialisation and the custom function would act as a client to send a request to the server. I don't really want to go down this route however if there is something I can use that is built into Eva DB which might be easier.
The text was updated successfully, but these errors were encountered: