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

External Dependencies #440

Open
asim opened this issue Jan 5, 2023 · 0 comments
Open

External Dependencies #440

asim opened this issue Jan 5, 2023 · 0 comments

Comments

@asim
Copy link
Member

asim commented Jan 5, 2023

One issue with a lot of the micro services currently in this repo is that they have a lot of external dependencies because the data lives elsewhere e.g if we want weather data it comes from somewhere else, if we want to send an sms we need to use an api, if we want to do any host of things we rely on external apis. While micro services can provide a standard interface to all these things, we should also think about how much can be managed internally or how much we can rely on bootstrapping self-hosted infrastructure. In an ideal world, you can boot the dependency and run the service in one step. In some cases we've defined container images that can provide things like headless chrome but might need to think more broadly about this.

@asim asim pinned this issue Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant