-
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 #95 from odidev/cncf_cubefs_knative_tikv
Add cubefs, knative and tikv files
- Loading branch information
Showing
3 changed files
with
89 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,30 @@ | ||
--- | ||
name: CubeFS | ||
category: Cloud Native Storage | ||
description: CubeFS is a new generation cloud-native storage that supports access protocols such as S3, HDFS, and POSIX. | ||
download_url: https://cubefs.io/download | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 2.2.0 | ||
release_date: 04/09/2020 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://cubefs.io/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/cubefs/cubefs/blob/master/INSTALL.md | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://github.com/cubefs/cubefs/releases/tag/v2.2.0 | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- |
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: Knative | ||
category: Scheduling & Orchestration | ||
description: Knative is a developer-focused serverless application layer which is a great complement to the existing Kubernetes application constructs. | ||
download_url: https://github.com/knative/client/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.19.0 | ||
release_date: 11/11/2020 | ||
|
||
optional_info: | ||
homepage_url: https://knative.dev | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/serverless-on-arm64 | ||
partner_content: https://deploy.equinix.com/blog/state-of-cloud-native-on-arm/ | ||
official_docs: https://knative.dev/docs/install/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://knative.dev/blog/releases/announcing-knative-v0-19-release/ | ||
release_notes__recommended_minimum: | ||
other_info: | ||
|
||
--- |
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,30 @@ | ||
--- | ||
name: TiKV | ||
category: Database | ||
description: A distributed transactional key-value database. Based on the design of Google Spanner and HBase. | ||
download_url: https://github.com/tikv/tikv/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 5.1.0 | ||
release_date: 24/01/2021 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://tikv.org | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: https://aws.amazon.com/blogs/startups/achieve-better-price-to-performance-for-tidb-graviton2-processors/ | ||
official_docs: https://tikv.org/docs/dev/deploy/install/install/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: No ARM64 release notes are available. Installation and testing is done via tar. | ||
|
||
--- |