Showing 93 open source projects for "java implementation loader"

View related business solutions
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    PostgreSQL JDBC Driver

    PostgreSQL JDBC Driver

    Postgresql JDBC Driver

    ... allows Java programs to connect to a PostgreSQL database using standard, database-independent Java code. pgJDBC provides a reasonably complete implementation of the JDBC specification in addition to some PostgreSQL-specific extensions. The current development driver supports eleven server versions and three java environments.
    Downloads: 69 This Week
    Last Update:
    See Project
  • 2
    Doctrine DBAL

    Doctrine DBAL

    Doctrine database abstraction layer

    ... makes it possible to implement custom drivers that may use existing native or self-made APIs. For example, the DBAL ships with a driver for Oracle databases that uses the oci8 extension under the hood. The Doctrine 2 database layer can be used independently of the object-relational mapper. In order to use the DBAL all you need is the class loader provided by Composer, to be able to autoload the classes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    Apache Iceberg

    Apache Iceberg

    Apache Iceberg

    .... The Iceberg format specification is being actively updated and is open for comment. Until the specification is complete and released, it carries no compatibility guarantees. The spec is currently evolving as the Java reference implementation changes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Mongock

    Mongock

    Lightweight Java based migration tool

    Mongock is a Java-based database migration tool specifically designed for MongoDB, enabling version-controlled schema changes in a safe and efficient manner.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    jdbi

    jdbi

    jdbi is designed to provide convenient tabular data access in Java

    Jdbi provides convenient, idiomatic access to relational data in Java. Jdbi 3 is the third major release which introduces enhanced support for Java 8, countless refinements to the design and implementation, and enhanced support for modular plugins. Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it. Jdbi improves JDBC’s rough interface, providing a more natural Java database interface that is easy to bind to your domain data types. Unlike an ORM, we do...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Hibernate

    Hibernate

    An object relational-mapping (ORM) library for Java

    Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. Hibernate ORM enables developers to more easily write applications whose data outlives the application process. As an Object/Relational Mapping (ORM) framework, Hibernate is concerned with data persistence as it applies to relational databases (via JDBC).
    Leader badge
    Downloads: 416 This Week
    Last Update:
    See Project
  • 7
    Jackcess Encrypt
    Implementation of the encryption service from the Jackcess project (https://sourceforge.net/projects/jackcess/) with support for some forms of Microsoft Access file encryption.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    Aestel

    Aestel

    Applications for data management

    "Information is data in action", and, consequently, having good quality data is essential. The AESTEL package contains two highly configurable applications for data management: A data loader and a reporting application, i.e. DataLoader and AEREA, respectively. The data loader application applies user-defined instructions to validate, process and load data. The reporting application provides a query builder and spreadsheet template designer. Both applications work with any relational data model...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SQLancer

    SQLancer

    Automated testing to find logic and performance bugs

    SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has found hundreds of bugs in mature and widely-known DBMSs. SQLancer implements approaches for automatically generating SQL statements. It contains various hand-written SQL generators that operate in multiple phases. First, a database schema is created...
    Downloads: 3 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10

    Java Data Loader

    jdl is a loader utility for moving data from (CSV or XML) into a db.

    usage: java [-options] -jar jarfile -c <arg> -d <arg> [-l <arg>] -c,--conn <arg> conn file -d,--data <arg> data file -l,--load <arg> load file Into src/test/resources you can find some sample (conn, data and load) files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    pgjdbc-ng

    pgjdbc-ng

    A new JDBC driver for PostgreSQL

    pgjdbc-ng is an alternative PostgreSQL JDBC driver for Java that focuses on advanced protocol features and better performance. It supports full PostgreSQL type mapping, asynchronous communication, and efficient prepared statement handling. pgjdbc-ng is built for developers needing more control and lower latency from their Java/PostgreSQL stack.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 637 This Week
    Last Update:
    See Project
  • 13

    Access2Excel

    Convert a MSAccess database into a Excel spreadsheet.

    Convert a MSAccess database into a Excel spreadsheet. It's a pure java implementation, using POI (https://poi.apache.org/) and Jackcess (http://jackcess.sourceforge.net/). Use: java -jar Access2Excel.jar -inputFile=<inputFile> [-outputFile=<outputFile>] [-format=<format>] where <inputFile>: A file name to Access database (.MDB or .ACCDB) <outputFile>: A file name to Excel streadsheet (optional, default "inputFile.xls" or "inputFile.xlsx") <format>: Output...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Silicolife delivers applications such as an Excel to database loader, tools, and utilities such as effective exception handling. New techniques and technologies can be tried out in a real world context by developers and advanced end users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML:DB Initiative for XML Databases
    XML:DB provides a community for collaborative development of specifications for XML databases and data manipulation technologies. Along with each specification an open source reference implementation will be developed to validate the ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    jTDS - SQL Server and Sybase JDBC driver
    Open source JDBC 3.0 type 4 driver for Microsoft SQL Server (6.5 up to 2012) and Sybase ASE. jTDS is a complete implementation of the JDBC 3.0 spec and the fastest JDBC driver for MS SQL Server. For more information see http://jtds.sourceforge.net/
    Leader badge
    Downloads: 754 This Week
    Last Update:
    See Project
  • 17
    XLS/Loader
    XLS/Loader is an easy to use, Java based GUI application that brings your Excel worksheets, when structured as simple table, fast and easily in your RDBMS (supports Oracle, MySQL, PostgreSQL). Requires at least JRE5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CliqueSquare

    CliqueSquare

    Distributed RDF Processing over Hadoop

    CliqueSquare is a system for storing and querying large RDF graphs relying on Hadoop’s distributed file system (HDFS) and Hadoop’s MapReduce open-source implementation. It provides a novel partitioning and storage scheme that permits 1-level joins to be evaluated locally using efficient map-only joins. In addition, CliqueSquare is equipped with a unique optimization algorithm based on graphs and cliques capable of generating highly parallelizable flat query plans relying on n-ary equality joins.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    SQLiteConnectionPoolDataSource

    Implementation of a javax.sql.ConnectionPoolDataSource for SQLite

    Implementation of a javax.sql.ConnectionPoolDataSource used to create JDBC Connection Pools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Santa Kocici

    Santa Kocici

    User friendly file-database GUI

    .... (cat shelter) as cat evidence system. Consists of GUI to access database stored in text file, for basic users. Can be easily changed for other applications. GUI is localizable but current implementation (table items and editors) is in Czech, also help pages are not translated, you can use Google translator :-). Table items, constraints and editors can be easily changed in code (1 file). This code can be easily changed to load using Spring.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Sedna Native XML Database

    Sedna Native XML Database

    Sedna is a native full-featured XML database management system.

    Sedna is a free native XML database which provides a full range of core database services - persistent storage, ACID transactions, security, indices, hot backup. Flexible XML processing facilities include W3C XQuery implementation, tight integration of XQuery with full-text search facilities and a node-level update language.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    j4geo

    Java implementation for OpenGeoDB (http://opengeodb.org)

    j4geo is a java library for access to OpenGeoDB. It was used EclipseLink as JPA implementation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    JSqsh is a Java implementation of sqsh, a console based database query tool featuring much of the functionality provided by a good shell, such as variables, redirection, pipes, history, command line editing, and dynamic configuration JSqsh has been moved to: https://github.com/scgray/jsqsh
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    CSV Loader is a Java application that loads data from Excel CSV files into Oracle, MySQL, and PostgreSQL relational databases. IMPORTANT: After downloading, please visit http://csvloader.sourceforge.net for installation instructions. The source files are available at https://github.com/awijasa/csvldr. Use Netbeans IDE to open the project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Semantic query optimization (SQO) is the process of finding equivalent rewritings of an input query given constraints that hold in a database instance. We present a Chase & Backchase (C&B) algorithm strategy that generalizes and improves on well-known methods in the field. The implementation of our approach, the pegasus system, outperforms existing C&B systems an average by two orders of magnitude. This gain in performance is due to a combination of novel methods that lower the complexity...
    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.