Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 18, 2022 9:49AM
Likes: 0
Replies: 2
Hi,
I want to create a realtime API using Dataiku, the thing is that the API will be called a lot per day, but the libraries required for the treatment takes very long to load (about 20 seconds). Is there a way to keep the librairies permanently loaded in the DSS ? So that I only need to run my ML/ DL jobs without having to reload them everytime.
Thanks by advance
Hi,
If you create a Python endpoint using the DSS API Designer / API node, the libraries will stay loaded between calls:
https://doc.dataiku.com/dss/latest/apinode/index.html
Best,
Thank you for your answer, it simplifies a lot of things for me !
Best,