Ask HN: Companies of one, how do you take holydays?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • woodpecker

    Woodpecker is a simple yet powerful CI/CD engine with great extensibility.

  • As an example for the simplicity.

    I have a small search engine for chemical properties[0] running with a boring go stack, with just a stupid SQLite database (but a custom in memory index for some particular "chemical" search part). It has been humming around for the past 10 years without downtime.

    The stack is incredibly simple and monolithic. A complete redeploy is made by a simple push on master, simple CI/CD with Woodpecker[1] building Docker images and triggering a refresh of the system with docker compose.

    Every single step can be down manually if a given step or component is failing, but in the "everyday" scenario, everything is automated.

    So, keep it as simple as possible with minimal "interconnections" with other services. If possible do not depend on any external services.

    [0]: https://www.chemeo.com

    [1]: https://woodpecker-ci.org/

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What self-hosted Git server ?

    4 projects | /r/selfhosted | 25 May 2023
  • Selfhosted solutions for developers are bullshit?

    5 projects | /r/selfhosted | 4 Feb 2023
  • Recommended to host Forgejo and Drone CI/CD on separate DO Droplets, or together on one?

    1 project | /r/selfhosted | 5 Jan 2023
  • How to choose the right open source project for you

    1 project | dev.to | 1 Dec 2022
  • What’s the easiest way to run side projects with CI/CD on my nas?

    3 projects | /r/selfhosted | 30 Nov 2022