Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add the server as a dependency of another server? #164

Open
marcelomachado opened this issue Aug 16, 2022 · 1 comment
Labels

Comments

@marcelomachado
Copy link
Contributor

marcelomachado commented Aug 16, 2022

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?

@rubensworks
Copy link
Member

Currently, this is not possible. It would require some (not too difficult) changes to the implementation here.

You're welcome to propose a PR to make these changes though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants