Open Source Development & DevOps Software
HyperDex
HyperDex is a free and open-source novel distributed key-value store. The database is developed by Robert Escriva at Cornell University and released under the BSD-3-Clause License. Due to its distributed nature, HyperDex is highly scalable and provides serializability consistency and tolerates a threshold of server failures.
Termius
Termius is the SSH client that works on both Desktop and Mobile. The application lets you organize hosts into groups while allowing share settings across users. Terminus uses end-to-end encryption to ensure your data remains safe and secure, while keeping connection and command history.
Fiber
Fiber is an extremley fast web framework written in Go. The framework built on top of Fasthttp which is the faster HTTP engine avalible for Go. Fiber is free and open-source and is designed for fast application development with zero memory allocation and performance in mind.
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.
Apache ActiveMQ
Apache ActiveMQ is a popular open source, multi-protocol, Java-based messaging server. It supports industry standard protocols so users get the benefits of client choices across a broad range of languages and platforms. Apache ActiveMQ provides connectivity with languages like C, C++, Python, .Net, and more.
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.
TypeORM
TypeORM is a free and open-source object-relational mapper for TypeScript and JavaScript (ES7, ES6, ES5). The ORM supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. NodeJS, Browser, Ionic, Cordova and Electron are all supported platforms of TypeORM.
Java
Java is a programming language and a virtual environment used for software development. The language was created by James Gosling at Sun Microsystems. Today Java and the JVM (Java Virtual Machine) is owned by the Oracle Corporation and is used for developing software applications that can be deployed cross-platform.
Rollup
Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD.