Search Results for "database manager" - Page 10

Showing 663 open source projects for "database manager"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • $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
  • 1

    tagfs

    Tag based file manager CLI

    A Tag based file management system. Command line interface. User can add tags for files (individually or for the folder). Allows search by tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Cabernet

    Cabernet is an MP3 manager with cloud integration.

    When we used WinAmp to manage our music, the organization of the mp3 files themselves was a secondary concern. Now that we are migrating to cloud based music systems, a music manager needs to be more of an organizational tool than a player. Cabernet attempts to fill that new realm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    VideoSiteManager

    VideoSiteManager

    Link manager software

    VideoSiteManager is a link manager software with capabilities of adopting links from many video Web sites. No longer will you need a web browser thanks to this program.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    MyPasswords

    MyPasswords

    Personal Password Manager

    What you need for managing your passwords, including the passwords of your online accounts, bank accounts and ... with the corresponding URLs. The passwords are encrypted by AES. Can be used on almost all operating systems including Windows & Linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    ECLCAnnualTruckShowMgr

    ECLCAnnualTruckShowMgr

    Truck Show Manager

    Application for controlling a Truck Show, Voting, Sales, Expenses and Vendor plotting. Written in Java .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cicm is a simple image collection manager. It uses (Py)GTK+ to view the images but otherwise is used from the command line. It has been tested on Python 2.6 .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SiteDriver

    SiteDriver

    CMS SiteDriver - content manager system

    CMS SiteDriver - Content Management System With SiteDriver possible to create almost any site, from corporate websites to online stores.  
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jShopDesktop

    Program software sales product of minishop

    develop by JAVA language database MySQL for Small businesses shop and Calculated price product, costs, salary Manager data ect. this is a Open Source project free download and customise code no license you can develop and selling, support commercial. if have problem or donate to me you can visit me at zomjeeb@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Software for Manage your farm vegetable and can to do account income and pay
    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
  • 10

    Propens

    Open Source Hardware Social Web

    Social web and project manager for Open Source projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    iF.SVNAdmin
    The iF.SVNAdmin application is a web based GUI to your Subversion authorization file. It is based on PHP 5.3 and requires a web server (Apache) to be installed. (+ LDAP integration; no database required)
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12

    Z-Pharo CMS

    Full Powerful & Customized PHP CMS Its Just Plugins to start !

    [Z-Pharo CMS] is a full customized php content management system .. it's very light,small package,pluggable every thing in it is just plugins so you can create any web application you want
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    HIEOS

    Health Information Exchange Open Source (HIEOS)

    HIEOS is an open source implementation of, primarily server-side, Integrating the Healthcare Enterprise (IHE) Integration Profiles including Cross Enterprise Document Sharing (XDS.b) and Cross Community Access (XCA) integration profiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PHPBounce

    PHPBounce

    Web Application used to manage clients, create invoices, timesheets

    This web application is used to manage day to day service related businesses. PHPBounce comes with a multi tiered user system with Admin / Manager / Users, timesheet management, ticketing system, client database, invoice system, credit card processor (google checkout / google wallet). Client portal for your clients to keep track of invoices, tickets, and make payments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CloudToolbox

    Web-based manager for user dynamic instantiated cloud images

    The CloudToolbox web application provides a simple system to manage and control users dynamic instantiation of VMs on a generic cloud. The systems handles final VM user management (on behalf of the cloud provider), users quota, machines templates, gathering of statistings and automatic shutdown of the VMs when not in use. Using the CloudToolbox web application, an user can request a VM on the cloud, according to a given template. The administrator will then create the machine on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Comic Box

    Web-Based Comic Collection Manager

    Comic Box is a web-based comic collection management system. Planned features include collection management, an issue wish list, list exports, and multi-user support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web application to manage XBMC Media database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    MyRAD4PHP

    A implemetacion of EntityFramework and Dynamic Data Web sites with PHP

    The purpose of this tool is create applications on the fly, making a Web application without writing a single line of code, inspired by the Entity Framework and Dynamic Data Web sites (Microsoft). The generated application can extend or write code to customize all or some of its functionality. This tool takes a MySQL database and creates a web application in seconds. This application is based on class generated starting from the tables of the database, a context manager class is the gateway to the server database also create interfaces for the crud's for each of the tables in the database. El objetivo de esta herramienta es crear aplicaciones al vuelo, generar interfaces tomando como origen una base de datos, haciendo que el desarrollador tenga una aplicación Web sin escribir una sola línea de código, esta inspirado en el Entity Framework y los sitios Web de datos dinámicos ambos de Microsoft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    POD-Manager

    POD-Manager

    project to give free access to product data

    POD (Product Open Data) aims to freely publish GTIN codes which are printed beneath the barcode of products purchased by consumers. This unique identifier, assigned by the organization GS1, is currently used by companies in the supply chain process. Today, the consumer sees this code only when the barcode is scanned at the store checkout. There is currently no public database listing the GTIN codes for products worldwide. This project aims to build this repository by collecting data,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Activity Manager is a project management tool. It helps a project leader to manage and check his collaborators activity. Simple to use, lightweight, but very efficient and customizable !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DtoManager

    Java DTO Manager/Converter

    This java component will help you to convert JPA entities to DTO/View classes and vise versa. Can be very helpfull when developing GWT backend services or backend services for Flex apps, or REST services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    YouTube Middleman

    Java light-weighted batch youtube download helper.

    YouTube Middleman is a light-weighted software written in Java used to download youtube videos in any number (batch) with the download manager you desire. It runs a small HTTPServer on your computer which forwards video-file to the software which sends a youtube-link to it. Works excellent for bulk downloads or long lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CellarBoss - Wine cellar manager

    CellarBoss - Wine cellar manager

    Take control of your home wine cellar

    CellarBoss provides a simple way to manage your wine cellar. It lets you easily update your database and includes printable reports.It uses an embedded Derby database so no separate database server is needed. Reports are created using Jasper Reports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Agile Digital Archive Manager
    The Adam (Agile Digital Archive Management) Project is a high performance engine to manage documents. Our goal is to obtain an agile, high performance document and record management system engine. The engine contains a stress test suite. We are working hard to update our system in various directions: a web interface to use the system out of the box, a desktop application to manage adam configuration centralized file, a web services application to access adam from any kind of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Password Manager+

    Password Manager+

    Password manager program that helps manage passwords.

    This is a very efficient password management program that makes managing your passwords very easy and flexible with groups and a database where all your passwords are securely stored. Features include efficient random password generator, with passwords generated from user choices (uppercase, digits...), view/close columns, copy username/password, etc.
    Downloads: 0 This Week
    Last Update:
    See Project