Open Source JavaScript Storage Software - Page 4

JavaScript Storage Software

View 2041 business solutions

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

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 1
    Mad Dog Backup System
    Mad Dog Backup is a simple manual backup system. The software allows authenticated users to submit and retrieve files to and from a backup system via a Web browser. The official source repository is located at https://github.com/textbrowser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The melody manager is a web application which indexes music and makes it accessible over the internet. Music is organised into artists, albums and playlists. Eventually the system will expand the users music collection based on their likes and dislikes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Memofox is a "Mozilla Firefox" extension that allows clipboard storage on a ftp site. It aims to provide users with an access to their notes, regardless of their current location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A Web based file management utility written in perl that allows you to upload and download any file documents (text, image, audio, etc.) to a directory on your server. With upload progressbar and graphical interface. Uses DHTML
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Do a hotcopy of your mysql database via a php script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    NASsiolus

    Very simple NAS

    A very simple implementation for NAS with a webgui.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PALOMA Suite allows the referencing of learning resources using metadata according to the international IEEE LOM standard, and SCORM, CANCORE and Normetic application profiles. PALOMA Suite contains: PALOMA (Standard), PALOMAWeb and PALOMARepository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Web based PDM/PLM solution. Modules to include: Document Management, Lifecycle Management, Workflow System, Change Management, Product Configuration System, Product Numbering System, CAx Integration, CAx File Viewer System
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PGRFileManager is a free (MIT license) ajax-based file manager you can use standalone or with FCKEditor & CKEditor
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10
    PHP MySQL Remote Backup is a backup package that supports an unlimited number of sites and databases. Input your MYSQL and FTP connection information to create MySQL dumps and file backups via PHP's FTP functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PanDocElectron

    Graphical User Interface for PanDoc for Linux, Mac & Windows

    PanDoc Graphical User Interface implemented with Electron for Linux, Mac and Windows. It support users in converting source documents into various other formats like docx, odt, html and reveal documentation. The zip files contain the full source code because PanDocElectron is written in HTML/Javascript. Electron is used more or less as browser that runs the HTML/Javascript application. [Download PanDocElectron](https://sourceforge.net/p/pandocelectron/wiki/Home/) Extract the zip-file from Downloads in your Documents folders (directory Documents/PanDoc). It contains support files PanDocElectron. The Application PanDocElectron is available on - (Homepage) http://github.com/niebert/PanDocElectron - (Wiki) https://sourceforge.net/p/pandocelectron/wiki/Home/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Complete Project Manager Software, with stats, search and storage included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Personalbackup a company-wide solution for backing up all your Windows machines and Samba shares. Personalbackup uses a web frontend for the users and administrators. No client software is needed at all to pull backups of your critical data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Phinder

    A web-based, single-file, cross-browser, AJAX-driven file manager.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    PhotoSearcher

    Photo Searcher Web Application

    Photo Searcher is under Apache 2.0 license. It's using photo to search the photo in the database. You should upload and save the photo by using Photo Searcher feature in order to build the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PAT is a complete web application that allow to manage files (basic and advanced functions like compression in gz), ftp, and database all in one. Designed to reproduce a Graphical User Interface (GUI) with drop-down and context menu for easy use
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Phraseanet
    Phraseanet is an Open Source Digital Asset Management (DAM) software. Web-based application intended for managing multimedia databases (photo management but also video, audio and PDF documents). Includes its own full-text / thesaurus search engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Web based archiving system for community radio stations. Includes podcasting, xml indexes, complete control over accessibility of content. Programmers can place descriptions of individual shows. Administrator can control downloadability, whether podcast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ReCurser is a plugin-driven desktop application written for the .NET framework which allows batch file renaming, mp3 tagging, searching, file system reporting, media cataloging, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Redux Persist

    Redux Persist

    Persist and rehydrate a redux store

    Basic usage involves adding persistReducer and persistStore to your setup. Every app needs to decide how many levels of state they want to "merge". The default is 1 level. If you are using react, wrap your root component with PersistGate. This delays the rendering of your app's UI until your persisted state has been retrieved and saved to redux. State reconcilers define how incoming state is merged in with initial state. It is critical to choose the right state reconciler for your state. Redux persist ships with react integration as a convenience. The PersistGate component is the recommended way to delay rendering until persistence is complete. It works in one of two modes. Loading prop, the provided loading value will be rendered until persistence is complete at which point children will be rendered. And function children, the function will be invoked with a single bootstrapped argument. When bootstrapped is true, persistence is complete and it is safe to render the full app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Rosefinch is a web file manager. Cut, copy, paste, rename and delete and make new folder in browser just like use other file managers on your compute. Also, Rosefinch provides download, upload and search feature. Rosefinch can be an alternative of Ap
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SQL!kE - PHP, SQL JS - Database Explore

    SQL!kE - PHP, SQL JS - Database Explore

    SQL!ke is a PHP mySQL RD Database Editing & Explorer

    SQL!ke is a new general project for mastering data effectively stored in a database using PHP and Javascript . This RD Explorer works with existing Databases with Embed SQL Query editor and your Custom Table Views. Keep track of this fresh project as it will include a simple blueprint to manipulate en view interconnected data entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SYNC Commander is a backup / synchronization tool supporting file system to file system, FTP to file system, file system to FTP copy, update and sync. 2 folders with 750+ sub-folders, 260000+ files and 14 GB+ total is sync by it everyday on my servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Space Radar Electron

    Space Radar Electron

    Disk And Memory Space Visualization App built with Electron & d3.js

    Space Radar Electron is an application that offers an interactive and comprehensive visualization of disk space and memory usage of your computer. Built with Electron & d3.js, it currently offers visualizations in the form of Sunburst, Treemap and Flamegraph charts. As it scans the contents of your disk, it produces a preview visualization so you can already see what's been scanned. It allows for drilldown of directories, breadcrumbs and navigation. Space Radar works fast, and is cross-platform. Currently, there are many developments being planned for Space Radar, including more targets for scanning, coloring by file types, filtering hidden files and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sushi, huh? is an aplication for download GNU/Linux packages from another OS or Linux distribution, for an posterior offline installation. Thinked for people that not have conexion to Internet.
    Downloads: 0 This Week
    Last Update:
    See Project