macOS
brew install orientdblocal Homebrew formula metadata
brew
orientdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install orientdblocal Homebrew formula metadata
choco install orientdbChocolatey community package catalog · orientdb · ソース: community.chocolatey.org
概要
Graph database
履歴
OrientDB is an open-source Java NoSQL DBMS best known for combining graph and document models in one engine. Its package exposes server and console commands for a database that supports SQL-like querying, graph traversal, document records, schema-less or schema-full operation, full-text and geospatial features, distributed deployment, and ACID transactions.
OrientDB was released in 2010, and the GitHub repository was created on 2012-12-09. The official site describes it as the first open-source multi-model NoSQL DBMS combining graph and document capabilities in a scalable operational database.
The project became prominent during the early-2010s NoSQL period, when developers were comparing specialized document stores, graph databases, and key-value engines. OrientDB's pitch was that graph relationships and document flexibility belonged in the same core engine rather than in separate products or adapter layers.
OrientDB Ltd was acquired by CallidusCloud in 2017; SAP announced the acquisition of CallidusCloud in 2018. Later project history includes founder Luca Garulli leaving SAP in 2021 and creating ArcadeDB, an OrientDB-inspired database project, while OrientDB continued as an open-source GitHub project.
OrientDB gained adoption as a general-purpose graph/document database for applications that needed traversals, flexible records, and SQL-like access. The GitHub repository shows several thousand stars and hundreds of forks, and the project received enough attention to appear in academic and industry comparisons of multi-model database performance.
Its adoption story is also a cautionary database-history story: commercial stewardship changed through acquisition, and successors or forks such as ArcadeDB and YouTrackDB later appeared for users interested in related graph and object-oriented models.
Developers use OrientDB as an embedded or server database when they want records that can be documents and graph vertices/edges without translating between a document store and a separate graph engine. The docs include administration APIs for creating, dropping, checking, and pooling database connections.
Operators install packages to run OrientDB services and use orientdb-console or related tools for database administration, SQL, graph traversal, schema management, and server configuration. Its configuration files live under ORIENTDB_HOME config paths, making it behave like a traditional Java server package.
OrientDB matters to package nerds because it is a heavyweight database packaged as a command-line/server formula, not just a client tool. Installing it brings a Java runtime service, console tools, configuration files, security configuration, and persistent data concerns.
It is also historically notable as a multi-model database package from the first major wave of NoSQL packaging: the same package identity appears across Homebrew and Chocolatey, while upstream provides docs, server binaries, and a large Java repository.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$ORIENTDB_HOME/config/orientdb-server-config.xml$ORIENTDB_HOME/config/orientdb-dserver-config.xml$ORIENTDB_HOME/config/security.jsonCredential-bearing paths to review before unattended agent runs.
$ORIENTDB_HOME/config/orientdb-server-config.xml$ORIENTDB_HOME/config/security.json実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
orientdb | cli | グローバル実行可能ファイル | |
orientdb-console | cli | グローバル実行可能ファイル | |
orientdb-gremlin | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:orientdb |
|---|---|
| バージョン | 3.2.53 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/orientdb |
| ホームページ | https://orientdb.dev |
| リポジトリ | https://github.com/orientechnologies/orientdb |
| 上流ドキュメント | https://github.com/orientechnologies/orientdb-docs |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://search.maven.org/remotecontent?filepath=com/orientechnologies/orientdb-community/3.2.53/orientdb-community-3.2.53.zip |
| 最終更新 | 2026-06-22T14:05:46-07:00 |
| Pulse | updated |
| 依存関係 | openjdk |
| ビルド依存関係 | maven |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 定義済み |
| サービス | declared |
| 注意点 | The OrientDB root password was set to 'orientdb'. To reset it: https://orientdb.org/docs/3.1.x/security/Server-Security.html#restoring-the-servers-user-root |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | orientdb |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
orientdb
choco install orientdbソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.