Java Jdbc

Open-source Java projects categorized as Jdbc

Top 23 Java Jdbc Projects

  • HikariCP

    光 HikariCP・A solid, high-performance, JDBC connection pool at last.

    Project mention: Java virtual threads caused a deadlock in TPC-C for PostgreSQL | news.ycombinator.com | 2024-01-15

    Looks like HikariCP is also awaiting fixes for this https://github.com/brettwooldridge/HikariCP/pull/2055

  • Trino

    Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

    Project mention: Trino: Fast distributed SQL query engine for big data analytics | news.ycombinator.com | 2024-03-19
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • jOOQ

    jOOQ is the best way to write SQL in Java

    Project mention: ORMs are nice but they are the wrong abstraction | news.ycombinator.com | 2024-02-01
  • Hibernate

    Hibernate's core Object/Relational Mapping functionality

    Project mention: Como desenvolvi um backend web em Clojure | dev.to | 2023-07-03
  • hertzbeat

    HertzBeat is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.

    Project mention: Apache HertzBeat(incubating) Another Prometheus, Zabbix | news.ycombinator.com | 2024-04-17

    It seems that the deleted post cannot be reposted due to mistaken operation. Can the administrator help to restore the deleted post? Thank you.

    Hi,

    This is an open-source project that I have been developing full-time for over two years.

    Name HertzBeat, in terms of functionality, it is similar to Prometheus and Zabbix.

    Recently, the project has just entered the Apache Foundation Incubator.

    Here, I want to share it with HN readers.

    In a word, it is an easy-to-use, open source, real-time monitoring system with agentless, high performance cluster, prometheus-compatible, offers powerful custom monitoring and status page building capabilities.

    github: https://github.com/apache/hertzbeat

    I hope this product is helpful and any feedback (even negative) would bring me joy.

  • H2

    H2 is an embeddable RDBMS written in Java.

    Project mention: H2 Database – CVE getting flagged by automated scans | news.ycombinator.com | 2023-07-18

    The URL should point to a particular comment, but HN removes fragments: https://github.com/h2database/h2database/issues/3686#issueco...

  • linkis

    Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • requery

    requery - modern SQL based query & persistence for Java / Kotlin / Android

  • Jailer

    Database Subsetting and Relational Data Browsing Tool.

    Project mention: Show HN: Jailer is a unique open-source database client tool | news.ycombinator.com | 2024-03-14
  • sqlite-jdbc

    SQLite JDBC Driver

    Project mention: Exciting SQLite Improvements Since 2020 | news.ycombinator.com | 2023-04-29

    There's also a fairly popular JDBC driver for SQLite too:

    https://github.com/xerial/sqlite-jdbc

    Mentioning that because from (very) rough memory, Excel can work with JDBC too.

    So if the ODBC approach doesn't work for someone, there's potentially another thing they can try. :)

  • p6spy

    P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.

  • sqli

    orm sql query builder, API: QB, QB.X, QrB

  • JDBI

    The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.

    Project mention: Permazen: Language-natural persistence to KV stores | news.ycombinator.com | 2023-09-19

    While this may work for greenfield applications, I don't see this working well for preexisting schemas. From their getting started page: "Database fields are automatically created for any abstract getter methods", which definitely scares me away since they seem to be relying on automatic field type conversions.

    I prefer to manage my schemas when I can and do type and DAO conversions via mapper classes in the very simple and elegant JDBI framework where you write SQL annotations above your DAO methods https://jdbi.org/#_declarative_api

    JDBI does wonders for wonky old schemas you've inherited, since joins etc work out of the box (just throw them in your annotations!) The annotations can also link to .SQL files for the big hairy queries.

    All these "do magic" frameworks (hibernate being one of the first) work in the simple cases but then fall apart whenever you need to do anything complex/not-prescribed. I end up having to dig into the internals of the framework to see what's going wrong which negates their whole value add.

  • Apache Drill

    Apache Drill is a distributed MPP query layer for self describing data (by apache)

    Project mention: Git Query Language (GQL) Aggregation Functions, Groups, Alias | /r/ProgrammingLanguages | 2023-06-30

    Also are you familiar with apache drill . The idea is to put an SQL interpreter in front of any kind of database just like you are doing for git here.

  • SchemaCrawler

    Free database schema discovery and comprehension tool

    Project mention: SQLite Schema Diagram Generator | news.ycombinator.com | 2024-03-23
  • Ebean ORM

    Ebean ORM

  • pgjdbc

    Postgresql JDBC Driver

    Project mention: Password may not contain: select, insert, update, delete, drop | news.ycombinator.com | 2024-01-21

    The method doAppendEscapeLiteral (Line 66) is a good example; https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main...

    I didn’t take notes all the way down, but at the end of the day this method is invoked when a prepared statements’ parameters are being bound

  • clickhouse-java

    Java client and JDBC driver for ClickHouse

  • db-scheduler

    Persistent cluster-friendly scheduler for Java

    Project mention: Open source Job Scheduler Library in java for high throughput | /r/java | 2023-11-20

    In java we have found Quartz( Quartz) , Job Runr(Jobrunr) and db-scheduler(db-scheduler) and need to evaluate these for our use case.

  • kafka-connect-jdbc

    Kafka Connect connector for JDBC-compatible databases

  • spring-boot-data-source-decorator

    Spring Boot integration with p6spy, datasource-proxy, flexy-pool and spring-cloud-sleuth

  • spring-data-relational

    Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.

  • OpenAM

    OpenAM is an open access management solution that includes Authentication, SSO, Authorization, Federation, Entitlements and Web Services Security.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-17.

Java Jdbc related posts

Index

What are some of the best open-source Jdbc projects in Java? This list will help you:

Project Stars
1 HikariCP 19,369
2 Trino 9,519
3 jOOQ 5,874
4 Hibernate 5,726
5 hertzbeat 4,479
6 H2 4,039
7 linkis 3,225
8 requery 3,132
9 Jailer 2,675
10 sqlite-jdbc 2,665
11 p6spy 1,972
12 sqli 1,905
13 JDBI 1,899
14 Apache Drill 1,891
15 SchemaCrawler 1,545
16 Ebean ORM 1,429
17 pgjdbc 1,408
18 clickhouse-java 1,365
19 db-scheduler 1,111
20 kafka-connect-jdbc 997
21 spring-boot-data-source-decorator 752
22 spring-data-relational 727
23 OpenAM 719
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com