Top 7 Java Db2 Projects
-
dbeaver is an excellent option as well, plus it supports basically every kind of SQL database in existence.
-
By using an opinionated framework within the app/service (like Flyway, Migrate, Diesel, etc). Schema migrations happen on app/service start-up.
-
Sonar
Write Clean Java Code. Always.. Sonar helps you commit clean code every time. With over 600 unique rules to find Java bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
Some of our applications already use DB schema-based code generation too (e.g. jOOQ), which makes using the DB-defined enum quite easy.
-
Project mention: Better alternatives to schemachange for Snowflake Database Object Deployment | reddit.com/r/snowflake | 2023-05-20
I haven't used it for a number of years but it sounds like something like liquibase (https://www.liquibase.org/) might be what you're looking for.
-
Project mention: Database Subsetting and Relational Data Browsing | news.ycombinator.com | 2023-05-30
This is my passion project. The subsetter is certainly something for specialists, but the data browser is unique and very useful for many.
https://github.com/Wisser/Jailer
Feedback and ideas for improvement are very welcome.
-
symmetric-ds
SymmetricDS is database replication and file synchronization software that is platform independent, web enabled, and database agnostic. It is designed to make bi-directional data replication fast, easy, and resilient. It scales to a large number of nodes and works in near real-time across WAN and LAN networks.
There are several CDC (change data capture) solutions on the market. I've used https://www.symmetricds.org quite successfully in the past.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Java Db2 related posts
Index
What are some of the best open-source Db2 projects in Java? This list will help you:
Project | Stars | |
---|---|---|
1 | dbeaver | 32,212 |
2 | Flyway | 7,190 |
3 | jOOQ | 5,445 |
4 | liquibase | 3,892 |
5 | Jailer | 1,635 |
6 | symmetric-ds | 583 |
7 | obevo | 217 |