-
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.
Signed-off-by: odidev <[email protected]>
- Loading branch information
Showing
2 changed files
with
56 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,28 @@ | ||
--- | ||
name: OrientDB | ||
category: Databases - noSQL | ||
description: OrientDB is a multi-model noSQL database that supports multiple data models, including document, graph, key-value, and object-oriented models. | ||
download_url: https://github.com/orientechnologies/orientdb/releases | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.0.10 | ||
release_date: 2018/10/25 | ||
|
||
optional_info: | ||
homepage_url: https://orientdb.org/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://orientdb.org/docs/3.2.x/gettingstarted/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the [tar archive](https://github.com/orientechnologies/orientdb/releases/tag/3.0.10). | ||
--- | ||
|
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,28 @@ | ||
--- | ||
name: PyZMQ | ||
category: Messaging/Comms | ||
description: PyZMQ is a python wrapper for the ZeroMQ library, which provides a high-performance asynchronous messaging framework. | ||
download_url: https://pypi.org/project/pyzmq/#files | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 21.0.0 | ||
release_date: 2021/01/14 | ||
|
||
optional_info: | ||
homepage_url: https://pyzmq.readthedocs.io/en/latest/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://pyzmq.readthedocs.io/en/latest/howto/build.html | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: https://pyzmq.readthedocs.io/en/latest/changelog.html#id31 | ||
release_notes__recommended_minimum: | ||
other_info: The project rolls out Linux-AArch64 wheels from version [21.0.0](https://pypi.org/project/pyzmq/21.0.0/#files) onwards. | ||
--- | ||
|