-
Notifications
You must be signed in to change notification settings - Fork 17
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 #562 from odidev/linstor_kinesis
Add Linstor-Server and Spark-Sql-Kinesis 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: Linstor-server | ||
category: Storage | ||
description: LINSTOR is open-source software that manages replicated volumes across a group of machines, and it natively integrates with Kubernetes and other platforms, making the build, run, and controlling block storage simple. | ||
download_url: https://github.com/LINBIT/linstor-server/tags | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: Master branch | ||
release_date: 2024/11/18 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://github.com/LINBIT/linstor-server | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/LINBIT/linstor-server?tab=readme-ov-file#building | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Only the master branch builds successfully from source on both Linux ARM64 and AMD64 with JDK17. Other released tags fail to build from source on both platforms. There are no Linux/ARM64 specific release notes. | ||
|
||
--- |
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: Spark-Sql-Kinesis | ||
category: Miscellaneous | ||
description: Spark-Sql-kinesis is an implementation of Kinesis Source Provider in Spark Structured Streaming. | ||
download_url: https://github.com/roncemer/spark-sql-kinesis/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: spark-sql-kinesis_2.13-1.2.3_spark-3.2 | ||
release_date: 2022/10/02 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://github.com/roncemer/spark-sql-kinesis | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/roncemer/spark-sql-kinesis?tab=readme-ov-file#spark-version-32x | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Kinesis-sql has been moved to [Spark-sql-kinesis](https://github.com/roncemer/spark-sql-kinesis). There are no Linux/ARM64 release notes. Project can be built with mvn on The Neoverse N1. | ||
|
||
--- |