app-engine-cloud-run- VS LetsShip

Compare app-engine-cloud-run- vs LetsShip and see what are their differences.

LetsShip

Let's learn devops by shipping a final product in .NET 5 (by EliotJones)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
app-engine-cloud-run- LetsShip
1 5
- 2
- -
- 0.0
- almost 3 years ago
C#
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

app-engine-cloud-run-

Posts with mentions or reviews of app-engine-cloud-run-. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-08.
  • The Architecture of a One-Man SaaS
    16 projects | news.ycombinator.com | 8 Apr 2021
    If you haven't checked out App Engine in a while, you really should. Especially check out the App Engine "Flexible" editions, which make it really easy to run on App Engine withOUT getting locked in.

    I run a NodeJS GraphQL server in App Engine Flexible, and it is basically just like running it in a Docker container. It's also pretty trivial to run in Google Cloud Run if I so desired, there is even a tool to assist: https://github.com/GoogleCloudPlatform/app-engine-cloud-run-...

LetsShip

Posts with mentions or reviews of LetsShip. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-16.
  • .NET 6 is now in Ubuntu 22.04
    23 projects | news.ycombinator.com | 16 Aug 2022
    I have two DigitalOcean sites on the same VPS just serving from kestrel behind an nginx reverse proxy and then one site on a Hetzner VPS where I was playing around with k3s.

    For digitalocean I followed this post which is probably way out of date now https://www.hanselman.com/blog/publishing-an-aspnet-core-web...

    For the k3s site the source is here https://github.com/EliotJones/LetsShip/blob/main/kubernetes/... though worth noting I have set up LetsEncrypt incorrectly but that's my lack of k3s understanding.

  • We need to have a talk about making life easier for newcomers to .NET
    3 projects | news.ycombinator.com | 15 Nov 2021
    This - https://github.com/EliotJones/LetsShip - hopefully gets you some of the way, it uses VS on Windows for development but I can't imagine the experience in Rider or VS Code for Linux is too disimilar. Individual steps here https://github.com/EliotJones/LetsShip/tree/main/docs/posts

    I need to complete the full guide at some point but the end result is an application deployed on Linux with both a web app and independently scalable crawling services with zero downtime deployments. Hosted site here: https://pricefalcon.me/

    For a simpler deployment without k3s, this guide is the one I originally followed for my trends site and should still work for .NET 6. https://www.hanselman.com/blog/publishing-an-aspnet-core-web...

  • Synchronizing access to a pool of resources
    2 projects | /r/dotnet | 13 Apr 2021
    One example here https://github.com/EliotJones/LetsShip/blob/main/src/PriceFalcon.JobRunner/Worker.cs#L111 where I have several agent applications each of which may start up to 5 jobs, a job can take a couple of minutes to execute and while running the same request twice isn't the end of the world I'd prefer to avoid it. I use FOR UPDATE when selecting to take an update lock on the row in postgres (similar functionality hopefully exists for your DB).
  • New Core MVC App with jQuery in 2021?
    1 project | /r/dotnet | 9 Apr 2021
    I just build out a new MVP site for the purposes of a tutorial with .NET 5 and jQuery with some slightly complex front-end requirements (an interactive iFrame that validates user selections server-side on click) and though it may need to move to an SPA if it got more complex for now jQuery is fine (though assuming IE support is not needed I could have probably just used raw JS instead). https://github.com/EliotJones/LetsShip
  • The Architecture of a One-Man SaaS
    16 projects | news.ycombinator.com | 8 Apr 2021
    I've done a complete 180 on this too, I realised I was reacting from my default position of hostility to new concepts rather than an honest appraisal. I am writing it up at the moment but I've been working on a 1 person SAAS MVP tutorial [0] and though I've definitely misconfigured something having the ability to go from git push to deployed to production with 0 downtime inside of 5 minutes with no manual steps is such a nice flow, versus my previous attempts of SCP and faffing around with services.

    [0]: https://github.com/EliotJones/LetsShip

What are some alternatives?

When comparing app-engine-cloud-run- and LetsShip you can also consider the following projects:

realworld - "The mother of all demo apps" — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more

prawn-stack - A pageview counter using the AWS free tier, Postgres, Node and React

node-pg-migrate - Node.js database migration management for Postgresql

centos-stream

diagrams - :art: Diagram as Code for prototyping cloud system architectures

migrate-from-app-engine-to-cloud-run - Helper library and webpage to migrate from App Engine to Cloud Run

litestream - Streaming replication for SQLite.

migrate - Database migrations. CLI and Golang library.

source-build - A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components