Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/doris-thirdparty
Self-managed thirdparty dependencies for Apache Doris
https://github.com/apache/doris-thirdparty
analytics big-data data-warehousing database datalake dbms distributed-database hadoop hive hudi iceberg mpp olap real-time sql ssb tpch vectorized
Last synced: 1 day ago
JSON representation
Self-managed thirdparty dependencies for Apache Doris
- Host: GitHub
- URL: https://github.com/apache/doris-thirdparty
- Owner: apache
- License: apache-2.0
- Created: 2022-08-03T02:17:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T11:05:57.000Z (16 days ago)
- Last Synced: 2025-01-29T18:54:28.370Z (9 days ago)
- Topics: analytics, big-data, data-warehousing, database, datalake, dbms, distributed-database, hadoop, hive, hudi, iceberg, mpp, olap, real-time, sql, ssb, tpch, vectorized
- Homepage: https://doris.apache.org
- Size: 470 MB
- Stars: 34
- Watchers: 33
- Forks: 40
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Apache Doris Thirdparty Libs
This repository is used to manage third-party libraries used in Apache Doris. Some libraries have not been maintained for a long time, so fork into this repository for bug fixes and feature development. Each third-party library is in a separate branch.
# Current Libs
| Lib Name | Branch | Description | Base version | Source URL | Latest Tag | CHANGELOG|
| -------- | -------- | ------------------------------------------------------------ | ------------ | ------------------------------------------------------------ | ---------- | --- |
| libhdfs3 | [libhdfs3](https://github.com/apache/doris-thirdparty/tree/libhdfs3) | designed as an alternative implementation of libhdfs, is implemented based on native Hadoop RPC protocol and HDFS data transfer protocol. It gets rid of the drawbacks of JNI, and it has a lightweight, small memory footprint code base. In addition, it is easy to use and deploy. | Master | [HAWQ_depends](https://github.com/apache/hawq/tree/master/depends/libhdfs3) | libhdfs3-v2.3.5 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/libhdfs3/CHANGELOG.md) |
| bdbje | [bdbje](https://github.com/apache/doris-thirdparty/tree/bdbje) | Berkley Database Java Edition - build and runtime support. | 18.3.12 | [bdbje Maven src](https://search.maven.org/artifact/com.sleepycat/je/18.3.12/jar) | bdbje-18.3.14-doris-snapshot | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/bdbje/CHANGELOG.md) |
| datatables | [datatables](https://github.com/apache/doris-thirdparty/tree/datatables) | | 1.12.1 | | 1.12.1 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/datatables/CHANGELOG.md) |
| clucene | [clucene](https://github.com/apache/doris-thirdparty/tree/clucene) | CLucene is a C++ port of Lucene. It is a high-performance, full-featured text search engine written in C++. CLucene is faster than lucene as it is written in C++. | 2.4.1 | [cluence](http://www.sourceforge.net/projects/clucene) | 2.4.4 | [CHANGELOG](https://github.com/apache/doris-thirdparty/blob/clucene/ChangeLog) |