awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesJava Data Processing Libraries

Libraries designed to handle data transformation and document parsing within Java applications.

Distinct from JSON and Data Parsing: Candidates are from 'awesome-lists' and are too generic; a specific functional category for Java processing is needed.

Explore 3 awesome GitHub repositories matching data & databases · Java Data Processing Libraries. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Java Data Processing Libraries

Awesome Java Data Processing Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dromara/hutoolالصورة الرمزية لـ dromara

    dromara/hutool

    30,279عرض على 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 a suite for JSON parsing, file stream management, and office document manipulation.

    Java
    عرض على GitHub↗30,279
  • roaringbitmap/roaringbitmapالصورة الرمزية لـ RoaringBitmap

    RoaringBitmap/RoaringBitmap

    3,878عرض على GitHub↗

    RoaringBitmap is a compressed integer set library designed for memory-efficient storage and high-speed in-memory analytics. It provides a professional implementation of the Roaring Bitmap format to maintain compact representations of integer collections. The project features a standardized binary serialization format that enables the exchange of compressed bitmap data across different programming languages and hardware architectures. This allows for consistent data portability and cross-language data exchange. The library performs rapid logical set operations, including intersections, unions

    Offers memory-efficient collections for managing large-scale integer sets in Java.

    Javabitsetdruidjava
    عرض على GitHub↗3,878
  • jtablesaw/tablesawالصورة الرمزية لـ jtablesaw

    jtablesaw/tablesaw

    3,753عرض على GitHub↗

    Tablesaw is a Java dataframe library designed for manipulating, filtering, and aggregating structured data. It serves as a toolkit for statistical analysis, data visualization, and machine learning execution within the Java Virtual Machine. The project provides specialized tools for computing descriptive statistics and generating cross-tabulations. It includes a visualization library for creating histograms and scatter plots, as well as a framework for executing linear regression, clustering, and classification tasks through integration with statistical libraries. The library covers a broad

    Provides a Java-based dataframe library for processing, cleaning, filtering, and transforming large structured datasets.

    Java
    عرض على GitHub↗3,753

استكشف الوسوم الفرعية

  • Dataframe ToolkitsSpecialized libraries for managing data in a row-and-column format for manipulation and aggregation. **Distinct from Java Data Processing Libraries:** Specifically targets the dataframe abstraction rather than general document parsing or transformation
  • Java Integer CollectionsMemory-efficient Java collections for managing integer sets in large-scale data processing frameworks. **Distinct from Java Data Processing Libraries:** Distinct from Java Data Processing Libraries: focuses on specialized integer set structures rather than general data transformation libraries.