awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • redis/redisredis का अवतार

    redis/redis

    74,906GitHub पर देखें↗

    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
    GitHub पर देखें↗74,906
  • dromara/hutooldromara का अवतार

    dromara/hutool

    30,279GitHub पर देखें↗

    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
    GitHub पर देखें↗30,279
  • mybatis/mybatis-3mybatis का अवतार

    mybatis/mybatis-3

    20,385GitHub पर देखें↗

    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
    GitHub पर देखें↗20,385
  • gorse-io/gorsegorse-io का अवतार

    gorse-io/gorse

    9,717GitHub पर देखें↗

    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
    GitHub पर देखें↗9,717
  • pardom-zz/activeandroidpardom-zz का अवतार

    pardom-zz/ActiveAndroid

    4,689GitHub पर देखें↗

    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
    GitHub पर देखें↗4,689
  1. Home
  2. Programming Languages & Runtimes
  3. Programming Utilities
  4. Java Clients

सब-टैग एक्सप्लोर करें

  • SQL Persistence Frameworks1 सब-टैगFrameworks 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.