This repository was archived by the owner on Aug 26, 2021. It is now read-only.
[WIP] Separate and simplify deployment - #307
Open
azerella wants to merge 2 commits into
Open
Conversation
Demo functionality on how web-client talks to search-api
azerella
force-pushed
the
develop
branch
4 times, most recently
from
November 12, 2018 03:03
745b154 to
607c8ec
Compare
Deleted unused content folder for search-api
Contributor
|
I am going to move this back into the backlog as we have some other priorities right now. I think there is a lot of potential here 馃憤 |
Contributor
|
Simplify 馃 |
azerella
force-pushed
the
develop
branch
4 times, most recently
from
March 14, 2019 01:03
2475ee7 to
a04ca10
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is quite controversial as it refactors the project structure. Currently the web client is deployed using a very simple express server and is coupled to this for the search functionality, by introducing a microservice model we can decouple these two modules and have them as seperate deployments.
Pros:
nginxorapache.Gatsby.jseasier.Express.jswas never really designed to be a production ready server, and writing servers in general is not a good solution ).nginxoffers gzip compression of static assets )Cons:
Ideas / Options: