Open Source JavaScript Database Engines/Servers

JavaScript Database Engines/Servers

View 138 business solutions

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

  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    OmniDB

    OmniDB

    Open Source Web Tool for Database Management

    OmniDB is an open source, collaborative web tool for database management focused on interactivity and ease of use, with a design that allows it to be both powerful and lightweight. OmniDB is a browser-based tool, which means it can be accessed on any platform with the browser as a medium. It features a responsive, single-page interface, a unified workspace, a smart and beautiful SQL editor and more. It currently supports Windows, Linux and OSX platforms, and the following DBMS: PostgreSQL, MariaDB, Oracle, MySQL, SQLite (WIP), Firebird (WIP), SQL Server (WIP), IBM DB2 (WIP).
    Downloads: 23 This Week
    Last Update:
    See Project
  • 2
    XAMPP-Lite

    XAMPP-Lite

    Portable/Installer WAMP server including Apache, MariaDB/MySQL, PHP...

    XAMPP-Lite is a lightweight WAMP server for web development (portable & installer, 32-bit & 64-bit). It includes Apache, PHP, MySQL/MariaDB, phpMyAdmin, Adminer, HeidiSQL, and more. Latest versions: PHP 8.4.6 - MariaDB 11.4.5 LTS - Apache 2.4.63 - phpMyAdmin 5.2.2 - Adminer 5.2.0 - HeidiSQL 12.10 - XDebug 3.4.2 - OpenSSL 3.4.1 - Composer 2.8.8 - Pear/Pecl 1.10.16. System requirements: ─ XAMPP-Lite 8.2 and below: Windows 7 and later (32-bit & 64-bit) ─ XAMPP-Lite 8.4 and 8.3: ⠀⠀─ 32-bit: Windows 8 and later (32-bit & 64-bit) ⠀⠀─ 64-bit: Windows 10 version 1703 and later (64-bit)
    Leader badge
    Downloads: 343 This Week
    Last Update:
    See Project
  • 3
    Redash

    Redash

    Connect to any data source, easily visualize and share your data

    Redash is an essential tool to help you make sense of your data. It allows everyone, regardless of level of technical know-how to harness the power of data. SQL users connect, query, visualize and share data easily and efficiently, allowing everyone in their organization to use the data. Redash combines the power and comfort of an SQL client with the collaborative benefits of a cloud-based service. It lets you create big, beautiful and easy to digest visualizations on dashboards for better decision-making. Redash supports a multitude of SQL and NoSQL data sources, and can be extended to support even more. Best of all it’s open source, so you can customize and add features to suit your organization’s needs perfectly.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    TURF

    TURF

    A modular geospatial engine written in JavaScript

    Turf is a JavaScript library for spatial analysis. It includes traditional spatial operations, helper functions for creating GeoJSON data, and data classification and statistics tools. Turf can be added to your website as a client-side plugin, or you can run Turf server-side with Node.js. Modular, simple-to-understand JavaScript functions that speak GeoJSON. Turf is a collection of small modules, you only need to take what you want to use. Takes advantage of the newest algorithms and doesn't require you to send data to a server. TypeScript definitions are packaged with each module. No DefinitelyTyped packages required. Turf uses GeoJSON for all geographic data. Turf expects the data to be standard WGS84 longitude, latitude coordinates. Check out geojson.io for a tool to easily create this data.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    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: 28 This Week
    Last Update:
    See Project
  • 6
    Parse Server

    Parse Server

    API server module for Node/Express

    Build applications faster with object and file storage, user authentication, push notifications, dashboard and more out of the box. Our preferred channels of communication for help, issues and disscussion. Parse Server works with the Express web application framework. It can be added to existing web applications, or run by itself. Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the Node.js Long Term Support plan and only test against versions that are officially supported and have not reached their end-of-life date. You can use any arbitrary string as your application id and master key. These will be used by your clients to authenticate with the Parse Server. Parse provides SDKs for all the major platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    doT

    doT

    The fastest + concise javascript template engine for nodejs

    Created in search of the fastest and concise JavaScript templating function with emphasis on performance under V8 and nodejs. It shows great performance for both nodejs and browsers. doT.js is fast, small and has no dependencies. doT is a really solid piece of software engineering (I didn’t create it) that is rarely updated exactly for this reason. It took me years to grasp how it works even though it’s only 140 lines of code, it looks like magic. I used it in my other projects (e.g. ajv) as the smallest, fastest and most functional (all three!) templating engine ever made, that is particularly useful in all code generation scenarios where manipulating AST is overkill. doT allows arbitrary JavaScript code in templates, making it one of the most flexible and powerful templating engines. It means that doT security model assumes that you only use trusted templates and you don't use any user input as any part of the template, as otherwise it can lead to code injection.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    pg_statsinfo

    Pg_statsinfo is a utility that monitor statistics and the activity.

    From pg_statsinfo 14, pg_statsinfo and pg_stats_reporter have moved to Github. See Github for information on later versions. See Sourceforge for information on pg_statsinfo 13 and earlier. pg_statsinfo : https://github.com/ossc-db/pg_statsinfo pg_stats_reporter : https://github.com/ossc-db/pg_stats_reporter ------- pg_statsinfo is a utility that monitors statistics and activities of PostgreSQL. pg_statsinfo is easily installed then periodically stores snapshots, which consists of activity information of PostgreSQL server and some information about system resources, into repository. These snapshots are visually examined using pg_stats_reporter, dedicated web-based visualization tool for pg_statsinfo. The tools make health checking or activity analysis of server easier for PostgreSQL DBAs. ------- pg_statsinfo project has been moved here from pg_foundry.
    Downloads: 10 This Week
    Last Update:
    See Project
  • MongoDB 8.0 on Atlas | Run anywhere Icon
    MongoDB 8.0 on Atlas | Run anywhere

    Now available in even more cloud regions across AWS, Azure, and Google Cloud.

    MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
    Learn More
  • 10
    Centrallix Application Platform

    Centrallix Application Platform

    Declarative rich internet application platform

    Centrallix is a browser-based DDSL (declarative domain specific language) rich internet application platform featuring data and application abstraction, a SQL engine for joining diverse data sources, declarative (not scripted) development, reports, components, and style templates.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 11
    ManZamp

    ManZamp

    WAMP Stack portable for windows

    ManZamp is my personal WAMP Stack (portable) with Apache, PHP, MariaDB for windows 64 bit.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    General Knowledge Machine Project

    General Knowledge Machine Project

    Intellect Modeling Kit: assisting research, diagnostics, consulting

    We humans are bound by intellectual abilities. All knowledge is far beyond power of any person. The only way to apply knowledge is to build machines able to present it human way but not limited by volume. Intellect Modeling Kit (IMK) is intended to build knowledge machines (KM) assisting experts on the steps of activity: * Observation; * Producing propositions based on knowledge; * Elimination of impossible propositions; * Selection and verification of the most appropriate propositions; * Memorizing - new knowledge item creation; * Abstraction – building objects representing typical signs of similar objects groups, data mining. KM is not intended to replace human experts, it is built to multiply abilities. Machine should not be responsible for decisions. The IMK is designed to create ready-to-use software applications using simple text files. Any human knowledge can be uploaded to KM by expert not familiar with software coding. Demos present in kit. Good luck!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    once:radix is a Rapid Application Development system for Intranet and eXtranet environments. Create advanced database-driven web applications that require no expertise in the underlying technologies. Just point and click with pixel-perfect precision.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Group-CCS development Components, templates, tools, accessories, tutorial, modules, translations, documentation, codes, scripts, everything that can improve the work of who uses the powerful tool of development, CCS - CodeCharge Studio.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Net-brain

    Content Manager Tool - Herramienta Administración de Contenido

    Herramienta para la Administración de Contenido
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    OPEW

    OPEW

    A complete multi-language developement stack for GNU/Linux

    OPEW is a powerful, complete, independent and extensible open source distribution stack for GNU/Linux based OS. Its goal is to provide a rich, portable, ready-to-run development environment focused on modern and robust programming languages in order to satisfy the common needs for a software development. OPEW includes the latest stable version of PHP, Ruby, Perl, Node.js, Go, Python and Lua, providing a powerful multi-language development enviroment. It's also given a full stack of open source DBMS (MySQL, PostgreSQL, MongoDB, SQLite3 and Redis). Git (SCM) is included as well with some tools for code versioning and review. OPEW is fully binary independent compiled stack and fully portable In the future OPEW aims to be extensible using addons then can be installed in the same stack improving itself. Currently OPEW is still an experimental beta version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Abacus Technologies Relational XQuery is an XQJ compatible XQuery processor that provides the ability to execute XQuery against both relational and XML data sources. Relational data can be transformed to any XML schema using XQuery's powerful features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Ky eshte nje projekt i HAPUR/FALAS per publikun Shqip-foles i cili permban nje seri Video-Kursesh, Udhezime, dhe Shembuj Kodi per gjuhe (web) si: XHTML, CSS, JS, PHP, AS3 etj. si dhe per Desktop: C++, Java, Adobe Air etj. + programe/praktika te ndryshme.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Data Evolution for Java. Finch is a Data Transformation System based on JDBC and other Java blessed specifications. Finch is based on a component task architecture allowing users to create complex data manipulation jobs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Woda, the Web Oriented Database

    Woda, the Web Oriented Database

    Mature SGBD in Perl with a web interface

    WODA is a semi-relational database for beginners to work on data and to learn database basis. With web-based GUI and CLI. Currently in rewrite using Bootstrap for web UI. Built with beginners in mind, it is far easier than any other tool I know, while remaining powerful for advanced users (Perl langage is directly available). Databases can be defined, maintained, added-to, modified, and queried entirely through the web interface without programming. It comes from the 90's and thus is very low in computer resources. Žiga Turk, Woda original author, is also the creator of the famous Virtual Shareware Library (that later evolved into shareware.com) and the former Minister for Education, Science, Culture and Sports in the Government of Slovenia.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Développement de MaNGOS en Français avec site internet et support technique.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A novel database and a webtop based on a new theory of objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Full featured AJAX web based reporting system. Written in Java / JSP. Web based reports are dynamically generated from JDBC result sets. Connects to any JDBC compliant database, most drivers already included. The Apache Derby database is embeded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Biomedical Information Management System (BIMS) is a modular multilayer object - oriented software architecture, which provides a flexible computational solution to capture and manage a heterogeneous biomedical data: textual and visual information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BlackLeopardEngine is a portable, dynamic, plug-in based, PHP5 web application framework built for developing flexible and maintainable programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.