-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add outline of fly.io deployment for #72
- Loading branch information
Showing
3 changed files
with
114 additions
and
44 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Fly.io | ||
|
||
[fly.io](https://fly.io/about/) | ||
is a new type of Platform-as-a-Service (PaaS) | ||
for deploying web Apps/APIs | ||
closer to the people _using_ them. | ||
Much like a | ||
[Content Delivery Network](https://en.wikipedia.org/wiki/Content_delivery_network) | ||
(CDN) | ||
where there are copies of your `static` content | ||
stored on "edge" nodes close to the people (devices) | ||
_consuming_ the content, | ||
Fly.io replicates your Application | ||
so that it is closer to the people _using_ it. | ||
|
||
## Why? | ||
|
||
|
||
|
||
|
||
|
||
|
||
## What? | ||
|
||
|
||
|
||
## Pricing? | ||
|
||
See: [learn-devops/issues/72][https://github.com/dwyl/learn-devops/issues/72#issuecomment-945001230] | ||
|
||
|
||
|
||
### Venture Capital (VC) Funding? | ||
|
||
Fly.io are funded by | ||
[YCombinator and a few others](https://www.crunchbase.com/organization/fly-io/company_financials) | ||
Obviously we would _prefer_ if they were independent, | ||
but we totally understand that | ||
building this kind of service requires considerable capital investment | ||
in the form of both infrastructure and engineers. | ||
|
||
I suspect they are piggy-backing on AWS/GCP/etc | ||
rather than running their own servers. | ||
But they still have the job of making it all seamless. | ||
|
||
<br /> | ||
|
||
# How? | ||
|
This file contains 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