Skip to content

Commit

Permalink
Merge pull request #511 from odidev/ldb
Browse files Browse the repository at this point in the history
Add Kyuubi and LeveDb files
  • Loading branch information
zachlasiuk authored Oct 28, 2024
2 parents 0fa6a09 + 3eae01c commit 1eb6633
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/kyuubi.md
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.

---
29 changes: 29 additions & 0 deletions content/opensource_packages/leveldb.md
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:

---

0 comments on commit 1eb6633

Please sign in to comment.