Development & DevOps Software for Self-Hosted
Apache Hadoop
Apache Hadoop is a free and open source software library that allows for the distributed processing of large data sets across clusters of computers using simple programming models. Apache Hadoop is designed to scale well, from single servers to thousands of machines offering local computation and storage. With Apache Hadoop you can store any kind of data and utilize the enormous processing power with the ability to handle virtually limitless concurrent tasks or jobs.
RedisGraph
RedisGraph is the first free and open source queryable Property Graph database to use sparse matrices to represent the adjacency matrix in graphs and linear algebra to query the graph.
Rundeck
Rundeck is an open source automation service with a web console, command line tools and a WebAPI. With Rundeck you easily run automation tasks across a set of nodes. Rundeck is avalible as two versions, Rundeck Community and Rundeck Enterprise, where the first mentiond is built for small teams. It addresses the technical complexity of Runbook Automation for solving non-production self-service. The later is aimed at teams and organizations at scale. It addresses the organizational complexity of teams and multiple clusters with self-service, incident response, and compliance and auditing features.
Puppeteer
A Node.js library that provides a high-level headless Chrome API over the DevTools Protocol. Puppeteer is free and open source and can be used to generate screenshots and PDFs of web pages, crawl SPAs, scrape content from websites and auto submit forms and keyboard inputs for ui/ux testing.
Hotwire
Hotwire or HTML Over The Wire is an alternative approach to building modern web applications without using much JavaScript by sending HTML instead of JSON over the wire. Hotwire is a newly released project from the guys at Basecamp, and the Ruby on Rails creator David Heinemeier Hansson. The project aims to simplify the process of building web-based apps as a small team or solo developer. The concept is however not new, it dates back years, and we have seen implementations being done before. Laravel Livewire, Phoenix Liveview and HTMX is similar implementations of the concept or serverside render blocks of HTML dynamically.
InfiniteWP
InfiniteWP is free self-hosted, platform to manage multiple WordPress sites. It simplifies taking backups, securing, managing WordPress through an intuetive GUI.
Jetpack
Jetpack is the WordPress toolkit developed by Automatic, the developers of WordPress. The plugin provides security, performance, marketing and design tools for WordPress powered websites. Jetpack allows over 5 million WordPress users to monitor site changes, debug, troubleshoot and maintain a healthy and secure website.
Phoenix LiveView
Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. LiveView is free and open-source tool built for the Elixir framework Phoenix. It allows you to use a declarative model to render HTML on the server over WebSockets with optional LongPolling fallback. It also comes with templating and change tracking, live form validation with upload support, rich integration API with the client with phx-click, phx-focus, phx-blur, phx-submit, and a phx-hook for the cases where you have to write JavaScript.
HTMX
HTMX is a HTML-first web framework that allows you to access AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML Markup, using attributes. With HTMX, developers can quickly build emmersive experiences and modern user interfaces without having to worry about REST APIs or complicated frontend JavaScript configurations. HTMX weighs in at just under 10k min.gz'd and is completley dependecy-free.
Drash
A REST microframework for Deno's HTTP server with zero dependencies. Drash is designed to help you build your projects quickly with the ability to scale. With Drash you can build a Deno-based API, web app, SPA, or static HTML site.