Skip to content

Commit

Permalink
Merge pull request #411 from odidev/orientdb
Browse files Browse the repository at this point in the history
Add Orientdb and Pyzmq files
  • Loading branch information
zachlasiuk authored Sep 18, 2024
2 parents beb5103 + 2c13d58 commit a14a676
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions content/opensource_packages/orientdb.md
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).
---

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

0 comments on commit a14a676

Please sign in to comment.