com.landawn.abacus:abacus-da-gcp

abacus da — GCP support (com.landawn.abacus.da.gcp)


License
Apache-2.0

Documentation

abacus-da

Abacus Data Access&Analysis

Maven Central Javadocs

Download/Installation & Changes:

// JDK 1.8 or above:
compile 'com.landawn:abacus-da:1.9.29'

Functional Programming:

(It's very important to learn Lambdas and Stream APIs in Java 8 to get the best user experiences with the APIs provided in abacus-common)

What's New in Java 8

An introduction to the java.util.stream library

When to use parallel streams

Top Java 8 stream questions on stackoverflow

Kotlin vs Java 8 on Collection

User Guide:

Please refer to Wiki

Also See: abacus-common, abacus-jdbc, abacus-extra.

Recommended Java programming libraries/frameworks:

lombok, Jinq, jdbi, mybatis, Sharding-JDBC, mapstruct...awesome-java

Recommended Java programming tools:

Spotbugs, JaCoCo...