Development & Devops Software
C
C is a free and open-source general-purpose, procedural programming language. The language supports structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions. C was first created and released in 1972 at Bell Labs by Dennis Ritchie, today C is used in systems where you need absolute control over memory management such as OS kernels and other mission critical software.
Beaker Browser
The Beaker Browser is an experimental peer-to-peer web browser for the modern web. The browser allows people to create Hyperdrive websites from within the browser itself, without setting up servers or touching the command-line. These Hyperdrive sites allow other users to visit your site directly from your computer and can be setup using the built-in code editor and published with a single click.
Nim
A statically typed compiled systems programming language. Nim combines successful concepts from mature languages like Python, Ada and Modula. Nim generates native dependency-free executables, not dependent on a virtual machine, which are small and allow easy redistribution. The Nim compiler generates executables support all major platforms like Windows, Linux, BSD and macOS
Rocky Linux
Rocky Linux is a community-developed, enterprise-grade operating system. The distribution was created to combate the declining trust in CentOS after the aqqustion made by IBM and Red Hat. Rocky Linux aims to provide a free and open, downstream, version-pinned option of REHL (Red Hat Enterprise Linux).
HarperDB
Valentina Server
Valentina Server is a business reports and database server for all major data sources and operating systems. The Valentina Server suite of tools includes the Valentina DB Server, SQLite Server and Report Server. Valentina Server is powered by Valentina Studio, a GUI database manager, Report Designer, Form Designer. The Report Server can use MySQL, PostgreSQL, MS SQL, SQLite, Valentina DB as a data source. It generates reports in images, text, HTML and PDF formats, which you can e.g. email or show on WEB.
VoltDB
VoltDB is a blazingly fast NewSQL database management system that is specifically designed to run on modern scale-out architectures - fast, inexpensive servers connected via high-speed data networks. VoltDB is a popular choice for companies with high data throughput requirements, like in the telecommunications industry. 5G has changed the game for telcos, and new rules call for a new way of managing data. VoltDB is built for today’s massive data volume and complexity, allowing businesses to survive and thrive in the age of 5G, IoT, and whatever comes next.
Amazon DynamoDB
Amazon DynamoDB is a key-value and document database that delivers single-digit millisecond performance at any scale. The database is fully managed, multiregion, multimaster, and durable with built-in security, backup and restore, and in-memory caching for enterprise-scale applications. Amazon DynamoDB is part of Amazon Web Services and integrates well with other cloud-based AWS products.
HSQLDB
HSQLDB is a relational database engine written in Java, with a JDBC driver, conforming to ANSI SQL:2016. It's the best for Java developers for development, testing and deployment of database applications. HSQLDB provides a small, fast, multithreaded engine and server with memory and disk tables, LOBs, transaction isolation, multiversion concurrency and ACID.
RxDB
RxDB is short for Reactive Database and is a NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps and NodeJs. Reactive means that you can not only query the current state, but subscribe to all state changes like the result of a query or even a single field of a document. This is great for UI-based realtime applications in way that makes it easy to develop and also has great performance benefits. To replicate data between your clients and server, RxDB provides modules for realtime replication with any CouchDB compliant endpoint and also with custom GraphQL endpoints.
solidDB
solidDB is a fully featured, relational in-memory database that meets the performance and reliability demands of real-time applications. There are currently millions of deployments utilizing the power of SolidDB for telecommunications networks, enterprise applications, and embedded software & systems. Market leaders such as Cisco, HP, Alcatel, Nokia and Siemens rely on solidDB for their mission-critical applications.
Vapid
Vapid is a free and open-source CMS that takes the best of static site builders and introduces the ability to have a dashboard with almost no extra effort. As static site builders like Jekyll and Middleman offer a modern development environment but are for the most part difficult to share with folks who would like a dashboard to edit content. Vapid is designed to be an intentionally simple content management system built on the idea that you can create a custom dashboard without ever leaving the HTML.
DeepDB
DeepDB also known as DeepSQL is a proprietary MySQL storage engine designed for OLAP and OLTP workloads. It was designed to be an alternative to the InnoDB storage engine for MySQL.
Azure Cosmos DB
Azure Cosmos DB is a non-relational NoSQL database trusted by leading enterprises globally. With Azure Cosmos DB you can run No-ETL analytics over real-time operational data and run near-real time analytics and AI on the operational data within your NoSQL database, to reduce time to insight.
CrateDB
CrateDB is the leading, distributed SQL database for relational and time‑series data. CrateDB provides a distributed SQL DBMS built atop NoSQL storage & indexing delivers the best of SQL & NoSQL in one DB. It's designed for simple scalability with a masterless architecture with auto-sharding & replication. It also provides solutions for dynamic schema where the schema evolves automatically as new columns are inserted, while handling any tabular or non-tabular data to support a wide range of use cases. CrateDB is the perfect choice for your machine data.
PouchDB
PouchDB is a free and open-source JavaScript database inspired by Apache CouchDB. The database is designed from the ground-up to run well within modern web browsers. With PouchDB you can create web applications that works as well offline as they do online. PouchDB achives this by storing data locally, then synchronize it with CouchDB and compatible servers when the user get internet access once again. This is especially useful for applications facing countries and regions with lower quality internet connections or unstable infrastructure.
TiDB
A Chinese developed open-source NewSQL database that supports analytical processing and hybrid transactional workloads. TiDB is licensed under the Apache 2.0 license and primarily developed by PingCAP, Inc. The database provides high availability with strong consistency and horizontal scaling and is compatible with MySQL.
SQLite
SQLite is a free and open-source relational database management system that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. Rather than being a typical client–server database engine, SQLite is self-contained and can be embedded into applications. Making it perfect for development frameworks that want to provide a default database without setup, or applications that needs an embedded database. SQLite is built into all mobile operating systems and most computers and comes bundled with a countless applications. SQLite is also ACID-compliant and implements most of the SQL standard, generally following PostgreSQL syntax.