Showing 102 open source projects for "java implementation loader"

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
  • 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: 74 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
  • 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
  • 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: 440 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: 10 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
  • 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
  • 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: 2 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: 624 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: 2 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: 755 This Week
    Last Update:
    See Project
  • 17
    React Redux Universal Hot Example

    React Redux Universal Hot Example

    A starter boilerplate for a universal webapp

    This is a starter boilerplate app created with Universal rendering, both client and server make calls to load data from separate API server, React, React Router, Express, Babel for ES6 and ES7 magic, Webpack for bundling, Webpack Dev Middleware, Webpack Hot Middleware, Redux's futuristic Flux implementation, Redux Dev Tools for next generation DX (developer experience), React Router Redux Redux/React Router bindings, ESLint to maintain a consistent code style, redux-form to manage form state...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    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
  • 20

    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
  • 21
    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
  • 22
    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: 1 This Week
    Last Update:
    See Project
  • 23

    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
  • 24
    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
  • 25
    CrispI

    CrispI

    A hybrid graph database with analysis

    A graph database layer in Java which allows mixed-mode database handling. For example, using an underlying oodb, a OneToMany and ManyToOne relationships can be implemented allowing quick and robust hierarchies to be built (a subset of a graph). The system also includes a Big Data implementation, other analytics and visualization. The current invokation is based on a Versant Db. Examples for use can be found in CrispI-Examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • 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.