Open Source Development & DevOps Software
UIkit
UIkit A lightweight and modular front-end framework for developing fast and powerful web interfaces.
StackStorm
StackStorm is an event driven automation platform that can be used for auto remediation, security event handling and infrastructure automation. Connect third-party applications with your stack to eliminate repetitive tasks and automate important events. StackStorm allows you to create if/then rules for complex workflows for DevOps and popular third-party services.
SQuirreL SQL
SQuirreL SQL is a free and open-source SQL client and database administration tool. SQuirreL SQL is written in Java and uses JDBC to allow users to explore and interact with databases via a JDBC driver. With SQuirreL SQL you can manage your database through a graphical user interface where you can create and drop tables, add columns and rows, create function and query your data. The software is openly developed and released under the GNU Lesser General Public License which makes it free to use.
Graphite
Graphite is a free and open-source, enterprise-ready software designed to monitors and graphs numeric time-series data. It can be used to monitor performance and data for software, web applications and computer systems. Companies like Etzy, GitHub, Lyft, Reddit and SalesForce trust and use Graphite to store and graph business critical metrics.
Apache Storm
Apache Storm makes it easy to reliably process unbounded streams of data for real-time processing. It is a distributed stream processing computation framework written predominantly in the programming language Clojure. The software is released free and open-source under the Apache License. In a nutshell, Apache Storm does to real-time processing, what Apache Hadoop did to bactch processing. Large corporations like Weather Channel, FullContact, Twitter, Yahoo, Spotify, and Alibaba use and trust Apache Storm for big data analytics with fault-tolerance and fast data processing.
KeystoneJS
KeystoneJS is an open source JavaScript & Node.js framework that make build database-driven websites and web applications. Under the hood, KeystoneJS uses the express.js web server framework, and a MongoDB database via the mongoose object modelling framework.
Flarum
A free and open-source modern forum software written in PHP. With Flarum you can eaisly setup your own discussion froum and host it online.
ReadTheDocs
ReadTheDocs is a huge resource that millions of developers rely on for software documentation. With ReadtheDocs it simple to create documentation for your development project that will be hosted free, forever. ReadTheDocs integrates with your favorite version control system, be it Git, Mercurial, Bazaar, or Subversion. Allowing you to push documentation along with project updates through your CI/CD pipeline.
Yew.rs
Yew is a modern Rust framework for creating multi-threaded front-end web apps with WebAssembly. It features a component-based framework similar to that of React and Elm, which makes it easy to create interactive UIs. Yew.rs achieves great performance by minimizing DOM API calls and by helping developers easily offload processing to the background using web workers. While providing full interoperability with JavaScript, allowing developers to leverage NPM packages and integrate with existing JavaScript applications.