We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This may require splitting the api service into separate microservices, or it may be possible within the existing service.
api
Either way, it'd be good to remove the API's reliance on postgresql for all calls made by the frontend application.
postgresql
The elasticsearch search engine is a native distributed datastore and as a result is a better choice to back a high-availability service.
elasticsearch
The text was updated successfully, but these errors were encountered:
From a quick audit, it looks like the following api components depend on relational database functionality:
GET /api/recipes/<recipe_id>
GET /api/recipes/<recipe_id>/view
Sorry, something went wrong.
With the database connection-string removed from the API service as part of openculinary/api#67, this issue is now resolved.
No branches or pull requests
This may require splitting the
api
service into separate microservices, or it may be possible within the existing service.Either way, it'd be good to remove the API's reliance on
postgresql
for all calls made by the frontend application.The
elasticsearch
search engine is a native distributed datastore and as a result is a better choice to back a high-availability service.The text was updated successfully, but these errors were encountered: