Showing 6290 open source projects for "java open source"

View related business solutions
  • 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
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1

    Mongo JDBC Driver

    A minimal JDBC driver implementation for MongoDB

    This project builds upon the MongoDB Java driver to provide a limited JDBC implementation to allow graphical tools such as SQuirreL SQL Client to visualize and manipulate MongoDB collections and documents. It will accept an SQL-like syntax for CRUD operations, where "tables" represent MongoDB collections, and rows are individual documents within a collection. Each row has two columns (ObjectId and Document).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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: 1 This Week
    Last Update:
    See Project
  • 3
    AKKAR is a sentralized LARP management suite in PHP and MySQL. It offers complete organizational management and allows for easy colaberation between all the members of a LARP organizational group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    phpAddEdit is an easy to use, feature rich, menu-driven script that will allow you to generate forms to add and edit content in a MySQL database. Unlike other similar scripts out there, phpAddEdit allows your forms to handle multiple tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 5
    MOVED MOVED MOVED https://github.com/hgourvest/uib https://github.com/hgourvest/uib https://github.com/hgourvest/uib https://github.com/hgourvest/uib https://github.com/hgourvest/uib
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    The Tennis Ladder Administrator is a Java application which automates a lot of the tedious work you would normally have to do with pencil and paper in order to be the administrator of a tennis ladder.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kongreg8 is a church database system allowing you to free yourself from the chains of the office. Written in PHP and MySQL, it has been in production since 2008 and is now released under GNU GPL v3. The new version (2.0.x onwards) is hosted on Github https://github.com/tsky/kongreg8_os2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Black Box Database(BBD) design constrains schema references to the database. The BBD exposes an Application Programming Interface (API) generated by the developer, housed in the database. This API makes the database unit testable as a stand alone module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Flat File Checker
    A simple to use but powerful tool for flat file validation. FlaFi can find Data Errors in the batch of flat files basing on the schema(XML) that defines business rules. It can be used for data exchange screening and data validation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Make java data object persistent in file system whithout database. Between serialization in file and database. Cache your data model in file. Manage more objects than memory can contains
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MySQLJavaBackup

    MySQLJavaBackup

    Java Library for backing up MySQL Databases.

    Use this library to backup your MySQL Database from your Java code. This library only backs up the data, not the database structure(Future Releases). So when restoring the backup file, you must ensure that the database is created and fully functional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HareDB Data Model Management

    HareDB Data Model Management

    A GUI tool for converting schema and migrating data from RDB to HBase

    Denormalization is an important step while converting RDB data to HBase. HareDB Data Model Management is a GUI tool for it as above. This tool provides an merge table function, it can help you merge tables which have relationships in RDB. It provides not only an schama redesigner but also an data loader from RDB to HBase. This tool can reduce time cost of migration project which is from RDB to HBase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is an Oracle EM management plug-in for MySQL. It can be used to monitor MySQL database in OEM environment. We are also on Google Code: http://code.google.com/p/mysql-emx/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JSqlParser transforms a SQL statement into a hierarchy of java classes. Operations on the classes of JSqlParser are executed using the Visitor pattern.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    QffQ

    QffQ

    Gestion de questions fréquentes et de fiches qualitées.

    Ce logiciel a pour but de gérer des questions fréquentes et des fiches qualitées. Vous devez installer MySql Serveur http://www.youtube.com/watch?v=eVhkC-NKxis Et modifiez dans "paramètrages Serveur" de QffQ Chaine de connexion MySql :"...user id=root;pwd=Votre_mot_de_passe" Cliquez enfin sur "Test connexion" pour créer la base de données ainsi vous allez pouvoir commencer à travailler. Testé avec MySql Server Community 5.5.29 En cas de problème de création de la base, vous avez...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (origninally published on Developer.com) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    EuSQL adds SQL capabilities to Euphoria's native Euphoria Database System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    it is an emulator for making sql like behave like an odbms with an rdbms, it supports oracle, mysql, firebird and any other database, it is written in java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DbExpress driver for ODBC. Supports Delphi 7 & 6.02, BCB 6, and Kylix 2 & 3. Tested against many Databases including: Microsoft SqlServer, Oracle, IBM DB2, Centura SqlBase, MySql, Microsoft Access, and
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    QSqlMonitor
    Qt4 Gui tool for SQL server administration. Currently supported servers are PostgreSQL, MySQL, Sqlite and FireBird.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    experimental db tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Forerunner X01 Toolkit
    ForeRunner X01 toolkit provides an easy access to Forerunner 201/301/305/305E GPS-units. There are multiple command line tools to read data from GPS into database and tools to export data in different formats like gpx and tcx.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Our Project offers a German translation for all Trinity DBs! We provide you lots of update files. For Mangos DBs please see https://sourceforge.net/projects/gm-db/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    addressdb

    Java graphic front end for SQLite database (eg addressbook)

    addressdb is a graphic front end for an SQLite database. Typically the database may be an address book. addressdb incorporates flexible field searches based on SQlite's native comparison operators and word and regular expression searches. Records may be exported as pdf files with flexible formats (eg address labels) and as text files (eg comma separated values - csv) also with flexible formatting. csv files may be used as backup and to transfer data between databases; addressdb can...
    Downloads: 0 This Week
    Last Update:
    See Project