sequencer VS piku

Compare sequencer vs piku and see what are their differences.

piku

The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers. (by piku)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sequencer piku
2 30
19 5,483
- 51.4%
3.6 7.2
6 days ago about 20 hours ago
Go Python
GNU General Public License v3.0 or later MIT License
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.

sequencer

Posts with mentions or reviews of sequencer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-26.
  • A Better Way to Code: Documentation Driven Development
    3 projects | news.ycombinator.com | 26 Jun 2024
    I really love this idea in theory, and I believe that for some system, specially mature ones, it may work well. I see good documentation as a super power; it empowers readers and motivate people to understand more about the system without being caught in the weeds of reading the source.

    The source has baggages, and the intent of every single function calls is not always evident. Writing documentation up-front can help direct the source, but this is a tug-of-war environment. Each affect the other in its own ways.

    And for that reason, documentation driven development can be a real drag. You start writing documentation with the best intentions, everything works great for this first release. But 2 months down the road you need to modify something and it has a ripple effect on many of the things you documented. It's a non-negligible cost.

    I've been working on this open-source tool(https://github.com/pier-oliviert/sequencer) and I've spent a lot of time on the documentation. And what I described above happened. I wanted to make a not-too-big change, and it required me to rewrite 30% of the documentation. I still love the documentation aspect of it, but it definitively has a cost.

  • piku: The tiniest PaaS you've ever seen
    18 projects | news.ycombinator.com | 9 Jun 2024
    First time I read about piku. I have no idea why, but the feeling of `git push` to initiate a deployment like piku does always felt magical to me. There's nothing simpler than that.

    This is timely for me as well as I just open sourced (yesterday!) a project that is in the same space, but for Kubernetes (https://github.com/pier-oliviert/sequencer).

    All of this to say, congrats! It looks great.

piku

Posts with mentions or reviews of piku. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-09.
  • piku: The tiniest PaaS you've ever seen
    18 projects | news.ycombinator.com | 9 Jun 2024
    It's actually worth taking your joke seriously to compare and contrast:

    - piku deploys via git rather than scp/sftp, but authenticates via ssh like those tools

    - piku supports a number of runtimes, including Python, Ruby, Node, Go, Clojure. The runtimes are implemented rather simply, you can add your own rather easily, see examples here in the code: https://github.com/piku/piku/blob/8777cc093a062c67d3bead9a5d...

    - For each runtime, a mechanism is utilized to install and isolate package dependencies (requirements.txt in Python, Gemfile in Ruby, packages.json in Node, etc.)

    - a Procfile and ENV file are used to declare your application entrypoints, akin to Heroku / 12 Factor App ideas

    - a CLI is provided for checking status and logs from the client

    - since all applications are managed via uwsgi, there is also some support for cronjob-style tasks

    - HTTPS via Let's Encrypt (acme.sh) is handled automagically for web apps

    I describe more about how piku works in this tutorial:

    https://github.com/piku/webapp-tutorial?tab=readme-ov-file#b...

    You're right that PHP apps have a simple deployment story, and in a way piku brings something akin to this level of simplicity to other web programming runtimes.

  • Open-source alternative to Heroku, Vercel, and Netlify
    10 projects | news.ycombinator.com | 29 Apr 2024
    I should add one to https://piku.github.io (spoiler - this doesn't use Docker at all)
  • Show HN: Hancho – A simple and pleasant build system in ~500 lines of Python
    4 projects | news.ycombinator.com | 3 Mar 2024
    I like it. I wrote Piku (https://github.com/piku/piku) with much the same interest in fixing some of my pains, so I get where you're coming from with this. Will drop it into one of my current projects to build ESP32 binaries :)
  • Gokrazy Is Cool
    5 projects | news.ycombinator.com | 20 Sep 2023
    I never had any serious issue with SD cards since the Pi 2B (and I've kept Pis running for years).

    Anyway, for those wanting to deploy more generic apps, that is why I initially wrote https://github.com/piku/piku - you still have to flash the OS (and rpi-imager does that with sane defaults these days), but once you're done you have Heroku-like deployments for any language runtime you install on the Pi.

    I also have https://github.com/rcarmo/ground-init, a cloud-init like shim that simplifies setting up machines (I'm a big fan of cloud-init, but since Raspbian doesn't support it and Ubuntu on ARM requires some fiddling to make it work I decided it wasn't too hard to roll my own).

    (I probably should look into glueing that into rpi-imager, but there is are only so many hours in the day...)

  • Show HN: Local development with .local domains and HTTPS
    5 projects | news.ycombinator.com | 1 Aug 2023
    I automated that away a long time ago: https://github.com/piku/piku/blob/master/piku.py#L814
  • Tool to deploy docker images from github repos?
    7 projects | /r/selfhosted | 15 Mar 2023
    Piku https://github.com/piku/piku
  • Stupid question: Why not use 'baremetal' OS instead of docker containers to run web apps?
    2 projects | /r/hetzner | 13 Mar 2023
    So, stupid question: why couldn't I just use the 'baremetal' OS provided by Hetzner, install Postgres, Redis & node, create a separate db for each app, and run each app with https://github.com/piku/piku on a different port? For backups, I'll setup crontab to dump dbs locally and to S3.
  • Selfhosted PaaS? (No dokku pls)
    13 projects | /r/selfhosted | 25 Dec 2022
    piku?
  • How do you deploy your side-projects?
    12 projects | news.ycombinator.com | 13 Dec 2022
  • Ask HN: What's Your Proudest Hack?
    12 projects | news.ycombinator.com | 12 Dec 2022

What are some alternatives?

When comparing sequencer and piku you can also consider the following projects:

Dokku - A docker-powered PaaS that helps you build and manage the lifecycle of applications

RaspberryPi-Note - Raspberry Pi note

awesome-home-kubernetes - ⚠️ Deprecated: Awesome projects involving running Kubernetes at home

awesome-paas - A curated list of PaaS, developer platforms, Self hosted PaaS, Cloud IDEs and ADNs.

nixpacks - App source + Nix packages + Docker = Image

flyctl - Command line tools for fly.io services

containers-roadmap - This is the public roadmap for AWS container services (ECS, ECR, Fargate, and EKS).

miko - Sailor is a tiny PaaS to install on your servers/VPS that uses git push to deploy micro-apps, micro-services, sites with SSL, on your own servers or VPS [Moved to: https://github.com/mardix/sailor]

azure-k3s-cluster - An Azure template to deploy a lightweight Kubernetes cluster using k3s.io

5-minute-production-app

cog - Containers for machine learning

marketing

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you konow that Go is
the 4th most popular programming language
based on number of metions?