shoe-string-server VS consul

Compare shoe-string-server vs consul and see what are their differences.

shoe-string-server

A collection of scripts for running a bunch of services in docker on a budget (by mnahkies)

consul

Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. (by hashicorp)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
shoe-string-server consul
4 57
13 27,841
- 0.3%
4.3 9.9
7 months ago 2 days ago
JavaScript Go
MIT License GNU General Public License v3.0 or later
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.

shoe-string-server

Posts with mentions or reviews of shoe-string-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-09.
  • My deployment platform is a shell script
    4 projects | news.ycombinator.com | 9 Apr 2024
    I have a very similar system[1] for my personal projects, only I use GitHub actions to push a docker image to ECR and a commit to a config repo bumping the tag. I then have a cronjob to pull the config repo and reconcile using docker compose.

    I wouldn't use it for serious stuff, but it's been working great for my random personal projects (biggest gap is if something crashes it'll stay crashed until manual intervention currently)

    - [1] https://github.com/mnahkies/shoe-string-server/pull/2

  • Majority of web apps could just run on a single server
    3 projects | news.ycombinator.com | 24 Mar 2024
    For my personal stuff that doesn't get any traffic I cobbled together some scripts to manage containers / SSL here https://github.com/mnahkies/shoe-string-server

    I don't think I ever got around to making it self healing if a container dies, but it does support gitops style deployments through a cronjob / conf repo similar to argocd

    It's been running happily on a <$10 / month aws lightsail instance for a few years now, though tbh I'd still reach for k8s for anything serious

  • Harbormaster: The anti-Kubernetes for your personal server
    20 projects | news.ycombinator.com | 19 Aug 2021
    Interestingly this seems like a pretty popular problem to solve.

    I made a similar thing recently as well, although with the goal to handle ingress and monitoring out the box as well, whilst still able to run comfortably on a small box.

    I took a fairly similar approach, leveraging docker-compose files, and using a single data directory for ease of backup (although it's on my to-do list to split out conf/data).

    If there was a way to get a truly slim and easy to setup k8s compatible environment I'd probably prefer that, but I couldn't find anything that wouldn't eat most of my small servers ram

    https://github.com/mnahkies/shoe-string-server if you're interested

  • Show HN: Shoe String Server
    1 project | news.ycombinator.com | 15 Aug 2021

consul

Posts with mentions or reviews of consul. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Deploy Secure Spring Boot Microservices on Amazon EKS Using Terraform and Kubernetes
    13 projects | dev.to | 23 Nov 2023
    The JHipster scaffolded sample application has a gateway application and two microservices. It uses Consul for service discovery and centralized configuration.
  • The Complete Microservices Guide
    17 projects | dev.to | 21 Sep 2023
    Service Discovery: Microservices need to discover and communicate with each other dynamically. Service discovery tools like etcd, Consul, or Kubernetes built-in service discovery mechanisms help locate and connect to microservices running on different nodes within the infrastructure.
  • Replicating and Load Balancing Go Applications in Docker Containers with Consul and Fabio
    4 projects | /r/golang | 31 May 2023
    After some research and testing, I landed on using Consul and Fabio as the demo infrastructure. Of course, there is a myriad of other options to accomplish this task, but because of the low configuration and ease of use, I was impressed with this pairing. Both projects are mature and well-supported, and very flexible--just because you can run them with low configuration, doesn't mean you have to. I wanted to keep this demo constrained, but the exercise did get me excited about exploring things further: circuit breakers, traffic splitting, and more complex service meshes.
  • register open-telemetry to consul
    1 project | /r/hashicorp | 5 May 2023
    The goal is to be able to use Consul SD configurations to allow for retrieving scrape targets from consul. Is this possible? Can anyone provide an example? Thank you!!
  • Fly.io outage, recently deployed apps down, no new deployments possible
    2 projects | news.ycombinator.com | 15 Mar 2023
    https://github.com/hashicorp/consul/pull/12080 - this should be the Consul issue that brought down Roblox
  • Netdata release 1.38.0
    9 projects | /r/linux | 6 Feb 2023
    The Consul collector is production ready! Consul by HashiCorp is a powerful and complex identity-based networking solution, which is not trivial to monitor. We were lucky to have the assistance of HashiCorp itself in this endeavor, which resulted in a monitoring solution of exceptional quality. Look for common blog posts and announcements in the coming weeks!
  • Micro Frontends for Java Microservices
    6 projects | dev.to | 20 Jan 2023
    Changed the service discovery to Consul, since this is the default in JHipster 8.
  • Website monitoren
    1 project | /r/de_EDV | 2 Jan 2023
  • I Know What You Shipped Last Summer
    5 projects | dev.to | 20 Dec 2022
    In another effort to standardize development and operations, Lob has just wrapped up our container orchestration migration from Convox to HashiCorp’s Nomad, led by Senior Platform Engineer Elijah Voigt. In this new ecosystem, one feature available to us is Consul Service Mesh (a feature of Consul, which is part of our Lob Nomad stack).
  • a tool for quickly creating web and microservice code
    28 projects | dev.to | 15 Dec 2022
    Service registry and discovery etcd, consul, nacos

What are some alternatives?

When comparing shoe-string-server and consul you can also consider the following projects:

watchtower - A process for automating Docker container base image updates.

etcd - Distributed reliable key-value store for the most critical data of a distributed system

hcl - HCL is the HashiCorp configuration language.

Eureka - AWS Service registry for resilient mid-tier load balancing and failover.

dokku-scheduler-nomad - Scheduler plugin for deploying applications to nomad

traefik - The Cloud Native Application Proxy

hashi-ui - A modern user interface for @hashicorp Consul & Nomad

Caddy - Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

harbormaster

Apache ZooKeeper - Apache ZooKeeper

git-pipe - Hassle-free minimal CI/CD for git repositories with docker or docker-compose projects.

kubernetes - Production-Grade Container Scheduling and Management