kesne / HostyHosting

A platform to easily manage and deploy your applications.
https://www.hostyhosting.com/
Other
92 stars 16 forks source link

Neat idea for data fetching / routing #86

Closed kesne closed 4 years ago

kesne commented 4 years ago

Given our rules about names, we could actually construct cleaner URLs. The core idea would be to concatenate names with ., and use that as a global identifier, as we can fully resolve the entity through it.

<org>.<app>.<component>
netflix.website.api

If we want to allow resolving container groups, we can also allow that:

<org>.<app>.<component>.<environment>
netflix.website.api.prod

This approach to naming would introduce a few neat things: