-
Notifications
You must be signed in to change notification settings - Fork 44
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
Run both servers as standard #238
Comments
Trying this out is giving me some issues, since I have to start the servers in the background, I am having trouble stopping them again. It may need a separate file to kill the processes or similar. I've found that one can send a I think I will leave this for now - someone else is welcome to give it a try, if they wish to, my work can be found in the |
Highlight instead the index meta-database and Docker instances in the documentation. |
This will be possibly anew. On slack we have agreed to implement the index meta-database as a "part" of the regular server (under the endpoint |
Re-closing this, since the new opportunity to host an Index Meta-Database under Materials-Consortia/providers, this is no longer necessary. The original issue here may however still be implemented, but at this point the first closing reason will be re-iterated: Highlight instead the index meta-database and Docker instances in the documentation. |
This piece of FastAPI documentation is potentially quite interesting for handling multiple databases with separate schemas and more. |
In discussion with @shyamd (and @ml-evs) we've decided running
sh run.sh
should result in both the regular implementation as well as the index meta-database implementation should run.Each implementation may be run separately by passing either
regular
orindex
torun.sh
.As before,
run.sh
also accepts the parameterdebug
.run.sh
may be called with the parameters in any order.Suggested behavior: If both
regular
andindex
parameters are passed, it will start both servers, i.e., it will be equivalent to not passing any of these parameters.This will have the "happy" side effect of having both implementations on Heroku, theoretically. We should look into proper port-forwarding.
The text was updated successfully, but these errors were encountered: