Skip to content

Commit

Permalink
Update javalibs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyucheng777 authored Sep 4, 2024
1 parent a9ad82c commit 8252625
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/javalibs.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ permalink: /javalibs
* [编解码](#编解码)
* [Web资源](#Web资源)
* [Web开发库](#Web开发库)
* [Web过滤器](#Web过滤器)
* [手机号解析](#手机号解析)
* [表达式引擎](#表达式引擎)
* [数学表达式](#数学表达式)
Expand Down Expand Up @@ -2049,6 +2050,7 @@ permalink: /javalibs
* [Dr.Elephant](https://github.com/linkedin/dr-elephant):Dr.Elephant是一款针对Hadoop和Spark的性能监控和调优工具,由LinkedIn开源。
* [CDAP](https://github.com/cdapio/cdap):CDAP是一个面向Hadoop生态系统的集成开源应用程序开发平台,为开发人员提供数据和应用程序抽象,目前是Google云端项目。
* [Elasticsearch Hadoop](https://github.com/elastic/elasticsearch-hadoop):Elasticsearch实时搜索和分析与Hadoop原生集成,支持Map/Reduce、Hive和Spark。
* [Apache Sqoop](https://github.com/apache/sqoop):Sqoop允许在数据库和HDFS之间轻松导入和导出数据集,Cloudera开源。
* [Apache Uniffle](https://github.com/apache/incubator-uniffle):Uniffle是一种用于分布式计算引擎的高性能、通用远程洗牌服务,由腾讯开源。
* [Cubert](https://github.com/LinkedInAttic/Cubert):Cubert是一种快速高效的批量计算引擎,用于对Hadoop上的海量数据集进行复杂分析和报告,由LinkedIn开源。
* [Secor](https://github.com/pinterest/secor):Secor是一项将Kafka日志持久保存到Amazon S3、Google Cloud Storage、Microsoft Azure Blob Storage和Openstack Swift的服务,由Pinterest开源。
Expand Down Expand Up @@ -3879,6 +3881,7 @@ permalink: /javalibs
* [Hopsworks](https://github.com/logicalclocks/hopsworks):Hopsworks是一个ML数据平台,具有以Python为中心的特征存储和MLOps功能,由Hopsworks开源。
* [Eclipse ICE](https://github.com/eclipse/ice):ICE是一个科学工作台和工作流程环境,旨在改善计算科学家的用户体验。
* [Morpheus](https://github.com/zavtech/morpheus-core):Morpheus库旨在促进涉及大型数据集的高性能分析软件的开发,以便在JVM上进行离线和实时分析。
* [SessionAnalytics](https://github.com/Tencent/SessionAnalytics):SessionAnalytics是一个基于互联网用户Session会话的用户路径分析和挖掘框架,由腾讯开源。
* [Apache Commons Statistics](https://github.com/apache/commons-statistics):Commons Statistics提供用于统计应用程序的工具,为常用的连续和离散分布提供支持。
* [JScience](https://github.com/javolution/jscience):提供一组用于处理科学测量和单位的类。
* [JFreeChart](https://github.com/jfree/jfreechart):JFreeChart是一个适用于Java平台的综合免费图表库,可在客户端(JavaFX和Swing)或服务器端使用。
Expand Down Expand Up @@ -4154,6 +4157,7 @@ permalink: /javalibs
## 生物信息学

* [Nextflow](https://github.com/nextflow-io/nextflow):Nextflow是一个工作流程系统,用于创建可扩展、可移植和可重复的工作流程,由西班牙巴塞罗那的生物医学和基因组学研究中心CRG开发。
* [NF TencentCloud](https://github.com/Tencent/nf-tencentcloud):NF TencentCloud是一个Nextflow插件,旨在为Nextflow工作流引擎添加腾讯云COS对象存储和腾讯健康组学平台执行器适配支持。
* [Cromwell](https://github.com/broadinstitute/cromwell):Cromwell是一个用于生物信息学的开源工作流程管理系统,由麻省理工学院和哈佛大学布罗德研究所开源。
* [GATK](https://github.com/broadinstitute/gatk):由麻省理工学院和哈佛大学布罗德研究所开源的下一代基因组分析工具包。
* [QuPath](https://github.com/qupath/qupath):QuPath是用于生物图像分析的开源软件,由英国女王大学开源。
Expand Down Expand Up @@ -8886,6 +8890,11 @@ permalink: /javalibs
* [WebforJ](https://github.com/webforj/webforj):WebforJ是一个强大且灵活的Web框架,可让你使用Java轻松创建现代且引人入胜的用户界面。
* [Fastball](https://github.com/fastball-projects/fastball):Fastball是一套面向后端、声明式界面开发框架。

## Web过滤器

* [CORS Filter](https://github.com/eBay/cors-filter):CORS Filter是用于Java Web容器的服务器端CORS的Java Servlet Filter实现,由eBay开源。
* [Lucy XSS Filter](https://github.com/naver/lucy-xss-servlet-filter):该库是一个基于Java Servlet过滤器的库,为了解决XSS攻击问题而开发,由Naver开源。

## 手机号解析

* [LibPhoneNumber](https://github.com/google/libphonenumber):Google的通用Java、C++和JavaScript库,用于解析、格式化和验证国际电话号码。
Expand Down

0 comments on commit 8252625

Please sign in to comment.