-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #511 from odidev/ldb
Add Kyuubi and LeveDb files
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Kyuubi | ||
category: Containers and Orchestration | ||
description: Kyuubi is a distributed SQL engine designed for large-scale data processing, offering high-performance and easy-to-use analytics on top of Apache Spark. It simplifies the management and execution of complex SQL queries in big data environments. | ||
download_url: https://github.com/apache/kyuubi/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 1.5.0-incubating | ||
release_date: 2022/03/16 | ||
|
||
optional_info: | ||
homepage_url: https://kyuubi.readthedocs.io/en/master/index.html | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://kyuubi.readthedocs.io/en/master/quick_start/quick_start.html#installation | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://kyuubi.apache.org/release/1.5.0-incubating.html | ||
release_notes__recommended_minimum: | ||
other_info: Support for ARM64-Graviton2 was introduced in the CI starting from v1.5.0-incubating, enabling build and test processes on Linux/arm64. | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: LevelDB | ||
category: Databases - noSQL | ||
description: LevelDB is a way to store and find data in pairs (keys and values). It's perfect for apps that need a simple, small database. | ||
download_url: https://github.com/google/leveldb/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: v1.19 | ||
release_date: 2016/08/11 | ||
|
||
optional_info: | ||
homepage_url: https://dbdb.io/db/leveldb | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/google/leveldb?tab=readme-ov-file#building | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://github.com/google/leveldb/releases/tag/v1.19 | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- |