-
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 #41 from odidev/cassandra
Add cassandra file
- Loading branch information
Showing
1 changed file
with
29 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: Cassandra | ||
category: Databases - noSQL | ||
description: Apache Cassandra is an open-source, distributed NoSQL database designed to handle massive volumes of data on a highly scalable and highly available platform. | ||
download_url: https://cassandra.apache.org/_/index.html | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.0.14 | ||
release_date: 4/10/2017 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://cassandra.apache.org/_/index.html | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/increase-price_2d00_performance-by-deploying-cassandra-on-aws-graviton2 | ||
partner_content: https://amperecomputing.com/solution/cassandra | ||
official_docs: https://cassandra.apache.org/doc/latest/cassandra/getting-started/index.html | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Platform independent binaries are released for all the architecture. To install minimum version of Cassandra java 8 is needed and to use the CQL shell cqlsh, install the python 2.7. | ||
--- |