Open Source Database Engines/Servers

Browse free open source Database Engines/Servers and projects below. Use the toggles on the left to filter open source Database Engines/Servers by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    VertrigoServ WAMP

    VertrigoServ WAMP

    Complete WAMP Server - PHP Apache MySQL for Windows.

    VertrigoServ is a complete free WAMP server allowing PHP development for Windows. It installs Apache 2.4, PHP, MySQL and PhpMyAdmin, both installing and setting up the environment. An uninstaller allows you to remove Vertrigo from hard disc. Vertrigo is a freeware compilation of free software (under GPL, Apache License). Main aplication has closed source code. For license details please take a look at every single component terms and conditions.
    Leader badge
    Downloads: 115 This Week
    Last Update:
    See Project
  • 2
    CLucene is a C++ port of Lucene: the high-performance, full-featured text search engine written in Java. CLucene is faster than lucene as it is written in C++.
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 3
    postgresql-mingw-w64

    postgresql-mingw-w64

    Documentation and releases about building PostrgreSQL using MinGW-w64

    This project (licensed under LGPLv3) provides full documented procedures to build PostgreSQL from sources (and some additional extensions / Foreign Data Wrappers: sqlite_fdw, www_fdw, mysql_fdw, ldap_fdw, couchdb_fdw, oracle_fdw, odbc_fdw...) using MinGW-w64 (recent versions of gcc - 4.8.0 or later). It also provides ready made binaries/releases targetting Win32 as well as Win64 (Windows7). Note: Installers are also released to make easy the installation of the PostgreSQL extensions mentioned above in PostgreSQL installations made from the official Windows 7 - 32-bit and 64-bit - installers (those extensions releases - DLLs - being fully compatible with the said installers).
    Leader badge
    Downloads: 161 This Week
    Last Update:
    See Project
  • 4
    i-doit - Open Source CMDB & ITSM Tool

    i-doit - Open Source CMDB & ITSM Tool

    ITIL conform CMDB solution for documenting your entire IT landscape

    i-doit is a web based IT documentation and CMDB. i-doit documents IT-systems and their changes, defines emergency plans, displays vital information and helps to ensure a stable and efficient IT operation: The technical documentation: This means that all information can be organised (details flexibly adjusted), stored and maintained in one place. This allows simple Helpdesk, Support and Planning functions and provides the basis for quality assurance and certification. i-doit allows services to be documented as a logical grouping of objects placed in relation to each other. This provides the basis for (ITIL) processes such as Change and Problem Management, helps to control and manage the SLA (Service Level Agreement) or the communication with users. Its interfaces to other ITSM applications (like Nagios, Request Tracker etc.) allow the entering of data only once in the ITSM environment. i-doit maintains one holistic view of the operational situation.
    Downloads: 36 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5

    ISAM File handler

    ISAM file handler compatible with the leading commercial ISAM

    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    Duktape

    Duktape

    Embeddable Javascript engine with a focus on portability

    Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa. Partial support for ECMAScript 2015 (E6) and ECMAScript 2016 (E7), Post-ES5 feature status, kangax/compat-table. Combined reference counting and mark-and-sweep garbage collection with finalization. Property virtualization using a subset of ECMAScript ES2015 Proxy object. Bytecode dump/load for caching compiled functions. Distributable includes an optional logging framework, CommonJS-based module loading implementations, CBOR bindings, etc. See duktape.org for packaged end-user downloads and documentation. The end user downloads are also available from the duktape-releases repo as both binaries and in unpacked form as git tags.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    MUMPS Database and Language

    ANSI Standard MUMPS

    Implementation of ANSI Standard MUMPS 1995 and ISO/IEC 11756 for FreeBSD, OSX and linux. Also on the Raspberry Pi (ARM) under debian and Windows under cygwin. This is the post-relational database.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 8
    dbWarden for SQL Server

    dbWarden for SQL Server

    Comprehensive database monitoring solution for SQL Server 2005+

    dbWarden is a comprehensive database monitoring and alerting solution for SQL Server 2005. 2008 and now 2012. It features email and text notifications with customizable metrics for alerts such as Blocking, Long Running Queries and SQL Jobs, CPU %, Log file and TempDB growth. Another main feature is a detailed HTML based daily health report which provides a thorough overview of your database server. dbWarden is written completely in SQL and requires sysadmin level permissions to run xp_instance_regread and xp_fixeddrives. Utilizes SQL Agent, DBMail and Operators.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9

    mysql-auth_ldap

    Add LDAP user authentication in MySQL

    mysql auth_ldap is an authentication plugin for the MySQL server. It allows you to create SQL users that are going to be authenticated using a LDAP server. This allows to minimize administrative duties, since your users will be able to reuse their existing account to access the database. The plugin requires MySQL 5.5.7 and up. It is compiled as an add on and does not require you to alter MySQL source code, or recompile the entire server. The plugin add support for LDAP using the openLDAP library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    Postgres-XL
    Postgres-XL is a PostgreSQL-based scale-out cluster that handles both OLTP write intensive workloads as well as OLAP/BI type of workloads thanks to MPP parallelism. Postgres-XL is fully ACID and supports cluster-wide Multi-version Concurrency Control (MVCC) for global consistency and performance. There are commercial companies such as 2ndQuadrant, who provide support and consulting around Postgres-XL. Please visit http://2ndquadrant.com/en/resources/postgres-xl/ for more details.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 11
    Blazegraph (powered by bigdata)

    Blazegraph (powered by bigdata)

    Fast, scalable, robust graph database platform

    Blazegraph has moved to Github. Please see https://github.com/blazegraph/database/.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Postgres-XC
    Postgres-XC is a write-scalable synchronous multi-master PostgreSQL cluster with the following features. 1) Both read and write scalability. 2) Configured with more than one server. 3) Complete global transaction and visibility management.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    CD distributable version of Apache, mod_perl, Perl, PHP, MySQL Server.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    The BSBM (Berlin SPARQL Benchmark) suite for benchmarking RDF stores or RDB-2-RDF wrappers over the SPARQL protocol. Pure RDBMS benchmarking via SQL is also possible. Visit http://www4.wiwiss.fu-berlin.de/bizer/BerlinSPARQLBenchmark for more details.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A Collection of GUI tools and installations for the day to day use and administration of PostgreSQL servers both on and from a Mac OS X environment.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    Database Test Suite

    Mirror of: https://github.com/osdldbt/

    Mirror of: https://github.com/osdldbt/ This Database Test Suite aims to create database workload test kits used to simulate heavy user loads for OLTP, Decision Support, and e-commerce database transactions. These test kits can also be used to gather performance results for Linux and other
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17

    Net-brain

    Content Manager Tool - Herramienta Administración de Contenido

    Herramienta para la Administración de Contenido
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Sqlcached is a memory cache daemon, inspired by memcached, but offering more granular control by using SQL interface instead of key-value pairs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Atomatrix is a multithreaded execution system of atomic matrices with a dynamic compiler and a network eviron. It is the next generation object-orientated environment. XML, MUD-OO CLI, GnucDNA support, windows and many subprojects are built-in.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    A collection of implementations of the Paxos and FastPaxos algorithms for solving consensus in a network of unreliable processors. Visit http://libpaxos.sourceforge.net/ for more informations
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    DBLX

    DBLX

    DBLX3 Relational Database System

    DBLX 3.3 is available! DBLX is a multi-user, client-server relational database. DBLX uses standard SQL and has many types of clients, and client API's. DBLX has a REST server to allow direct access from web applications. The design goals of DBLX are to produce a very fast database which can be used with standard ANSI sql. DBLX source code is available in C# and Java. DBLX includes the server component, a command-line client, as well as client APIs. DBLX is well-documented so that you can just get the database, drop it on to your favorite system and start using it immediately. Go to the Discussion section to read the latest on DBLX!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A software to store, (PUT) meteorological data from complex free form text format to databases and and GET stored (and already loaded) data from databases using OPeNDAP protocol. Written using Java6, XSD, and C++. It support OPeNDAP clients thanks to
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Telecommunication Application Transaction Processing Benchmark generates a transactional load over parallel client connections, targeted at a database system under test. It is modeled after a mobile network application HLR (Home Location Register).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Easy, modular and flexible WAMP bundling Apache2/SSL, MySQL4, PHP4, Perl5.8/ASP, Python2.3, Tomcat5, FirebirdDB, FileZilla, Mail/News-Server, phpMyAdmin, Awstats, WordPress, etc. It also includes a web-GUI to control/manipulate all bundled services.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    C++ Server for a dynamic home-automatisation-network based on the 1wire protocol. Later it will have a php-based frontend.
    Downloads: 0 This Week
    Last Update:
    See Project