←back to thread

596 points dban | 1 comments | | HN request time: 0.206s | source
Show context
nextworddev ◴[] No.42743822[source]
First time checking out railway product- it seems like a “low code” and visual way to define and operate infrastructure?

Like, if Terraform had a nice UI?

replies(1): >>42743873 #
justjake ◴[] No.42743873[source]
Kinda. It's like if you had everything from an infra stack but didn't need to manage it (Kubernetes for resilience, Argo for rollouts, Terraform for safely evolving infrastructure, DataDog for observability)

If you've heard of serverless, this is one step farther; infraless

Give us your code, we will spin it up, keep it up, automate rollouts service discovery, cluster scaling, monitoring, etc

replies(2): >>42744333 #>>42749349 #
1. nextworddev ◴[] No.42749349[source]
Ok so you guys are serverless-ifying backend components.

Like Vercel but not just for front end