Open Source Software for Self-Hosted

TiddlyWiki TiddlyWiki

TiddlyWiki is a personal wiki and a non-linear notebook that provides an interactive way to manipulate and structure data for web consumption. The free and open source application is written as an SPA (Single Page Application) with JavaScript by Jermolene. TiddlyWiki is designed from the ground up to easy to customize and re-shape depending on your use-case, while also providing tools that can be used to split up and reuse content.

OpenStack OpenStack

OpenStack is an IaaS (Infrastructure-as-a-Service) and cloud computing platform developed by the OpenStack Foundation. The project was first started in 2010 as a joint venture by Rackspace Hosting and NASA. OpenStack both free and open-source and allows you to create public or private clouds with distributed virtual servers. The OpenStack dashboard can be used by administrators of the cloud to empower user, provision resources and track the overall health of the network and infrastructure.

Tornado Tornado

A free and open-source web framework and asynchronous networking library written in Python. Tornado was originally developed at FriendFeed, and is using a non-blocking network I/O that can be used to scale applications to tens of thousands of concurrent connection. Tornado is a great framework for applications that require long-lived connections between users, and for WebSockets or long polling.

PostgREST PostgREST

PostgREST is a standalone web server and development tool that automatically turns your PostgreSQL database into a RESTful API.

Pyramid Pyramid

Pyramid is a web framework written in Python that makes it easy to write applications for the web. With Pyramid, you can start small and finish big. Pyramid offers many features suited for writing both simple and complex software, while providing clear structure as your application grows. Since 1995, the Pyramid team has stayed devoted to professional craftmenship with a deep commitment to quality, which is seen throughout the Pyramid framework and the developer experience and workflow it provide for developers. Pyramid is released free and open-source under the Zope Public License (ZPL) Version 2.1.

MemSQL MemSQL

MemSQL is a free and open-source all-in-one relation database management system. The database lends itself for operational analytics and AI/ML-powered applications that requires fast data ingest, high performance queries and elastic scaling. MemSQL supports ANSI SQL and blended workloads, commonly referred to as translytical, HTAP, HOAP, and ATP workloads. The developer MemSQL Inc, also provides commercially hosted version of the database called MemSQL Helios, a cloud database-as-a-service.

Apache Subversion Apache Subversion

Apache Subversion is a versioning and revision control system (VCS) developed and maintained by the Apache Software Foundation. With Apache Subversion software developers can manage, document and organize changes to files and directories of software projects. With Subversion teams of developers can maintain the current and historical versions of a project source code with ease.

Apache Camel Apache Camel

Apache Camel is an open-source integration framework that empowers you to quickly and easily integrate various systems consuming or producing data.

Actix.rs Actix.rs

A powerful, pragmatic, and extremely fast web framework for Rust. With Actix.rs you can forget about stringly typed objects, from request to response, everything has types. Actix provides a lot of features out of box. HTTP/2, logging, etc and is easily extensible. Allowing you to create your own libraries that any Actix application can use.

Redbean Redbean

Redbean is an open source web server in a zip executable that runs on six operating systems. the web server embeds Lua, SQLite, and MbedTLS into a fork() driven application server that benchmarks at 1.1 million qps on a personal computer.