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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • redis/redisAvatar de redis

    redis/redis

    74,906Voir sur GitHub↗

    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
    Voir sur GitHub↗74,906
  • dromara/hutoolAvatar de dromara

    dromara/hutool

    30,279Voir sur GitHub↗

    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
    Voir sur GitHub↗30,279
  • mybatis/mybatis-3Avatar de mybatis

    mybatis/mybatis-3

    20,385Voir sur GitHub↗

    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
    Voir sur GitHub↗20,385
  • gorse-io/gorseAvatar de gorse-io

    gorse-io/gorse

    9,717Voir sur GitHub↗

    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
    Voir sur GitHub↗9,717
  • pardom-zz/activeandroidAvatar de pardom-zz

    pardom-zz/ActiveAndroid

    4,689Voir sur GitHub↗

    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
    Voir sur GitHub↗4,689
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Java Clients

Explorer les sous-tags

  • SQL Persistence Frameworks1 sous-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.