awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesJava Clients

Libraries providing connectivity and object mapping for Java-based applications.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Java Clients. Refine with filters or upvote what's useful.

Awesome Java Clients GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • redis/redisAvatar von redis

    redis/redis

    74,906Auf GitHub ansehen↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongsid

    Native drivers offer synchronous and asynchronous connectivity for seamless object mapping within Java application architectures.

    Ccachecachingdatabase
    Auf GitHub ansehen↗74,906
  • dromara/hutoolAvatar von dromara

    dromara/hutool

    30,279Auf GitHub ansehen↗

    Hutool is a comprehensive suite of Java extensions designed to serve as a standard library extension. Its primary purpose is to reduce development boilerplate for common programming tasks and data manipulation through a collection of utility classes. The project provides specialized toolkits for database management using active record patterns and connection pooling, as well as network communication via a simplified HTTP client and asynchronous socket management. It includes security and identity capabilities such as symmetric and asymmetric encryption, image captcha generation, and JWT token

    Provides simplified connectivity and object mapping clients for integrating Java applications with external services.

    Java
    Auf GitHub ansehen↗30,279
  • mybatis/mybatis-3Avatar von mybatis

    mybatis/mybatis-3

    20,385Auf GitHub ansehen↗

    MyBatis is a Java persistence framework that functions as a database query mapper and object-relational mapping tool. It decouples SQL statements from application code, allowing developers to manage database interactions by mapping Java objects to relational database records. The framework provides a centralized approach to SQL query management, enabling the use of either XML configuration files or annotations to define persistence logic. It automates the transformation of database result sets into structured objects, which eliminates the need for manual data conversion and reduces repetitive

    Provides a Java persistence framework that maps objects to database records using custom SQL.

    Javajavamybatissql
    Auf GitHub ansehen↗20,385
  • gorse-io/gorseAvatar von gorse-io

    gorse-io/gorse

    9,717Auf GitHub ansehen↗

    Gorse is a personalized recommendation engine server and machine learning pipeline designed to suggest items to users based on their behavior and preferences. It operates as a distributed system that separates training, candidate generation, and serving nodes to support high-throughput workloads. The system utilizes a multi-stage recommendation pipeline to refine results through retrieval, scoring, and reranking. It generates personalized suggestions using collaborative filtering, matrix factorization, and item-to-item similarity models, while also providing non-personalized and fallback reco

    Provides a language-specific Java client library to interact with the engine within Java-based environments.

    Gocollaborative-filteringgoknn
    Auf GitHub ansehen↗9,717
  • pardom-zz/activeandroidAvatar von pardom-zz

    pardom-zz/ActiveAndroid

    4,689Auf GitHub ansehen↗

    ActiveAndroid is an object-relational mapper and data persistence library for Android. It serves as a high-level wrapper for SQLite databases, translating database records into class instances to facilitate data manipulation. The library enables data persistence without the need to write manual SQL queries. It maps database rows to Java objects, allowing records to be saved, retrieved, and deleted using object-oriented methods. The toolkit covers local mobile data storage and database management, providing a layer that links database table structures to specific object properties.

    Enables storing and retrieving records using object-oriented methods to avoid manual SQL query strings.

    Java
    Auf GitHub ansehen↗4,689
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Java Clients

Unter-Tags erkunden

  • SQL Persistence Frameworks1 Sub-TagFrameworks that map Java objects to database records using custom SQL. **Distinct from Java Clients:** Focuses on the persistence layer and SQL mapping, distinct from generic Java client libraries.