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 haven't found documentation that demonstrates what it would be like to use ldf-server as a library within another service instead of use it as a standalone application.
My wish is to add the ldf-server inside an API that already provides endpoints to access some services. So I would like to create routes that allow, for example, to add or remove datasources without having to restart the server and routes to query those datasources.
Is there any simple way to do this or should I run the service in parallel? In the latter case how could I add datasources from this other API without having to restart the service?
The text was updated successfully, but these errors were encountered:
I haven't found documentation that demonstrates what it would be like to use ldf-server as a library within another service instead of use it as a standalone application.
My wish is to add the ldf-server inside an API that already provides endpoints to access some services. So I would like to create routes that allow, for example, to add or remove datasources without having to restart the server and routes to query those datasources.
Is there any simple way to do this or should I run the service in parallel? In the latter case how could I add datasources from this other API without having to restart the service?
The text was updated successfully, but these errors were encountered: