気になっていたグラフデータベースのNeo4jの2.0がリリースされたとのことなので軽く触れてみることに。
テスト環境はMac OS X 10.9.1。
参考
http://www.neo4j.org/learn
事前準備
JDKの7以上が必要です。
ダウンロード
こちらからバイナリをダウンロード。解凍して適当なディレクトリに配備
http://www.neo4j.org/download
ディレクトリ確認
$cd neo4j-community-2.0.0 $ls | xargs basename CHANGES.txt LICENSE.txt LICENSES.txt NOTICE.txt README.txt UPGRADE.txt bin conf data doc lib plugins system
起動
bin/neo4j start Using additional JVM arguments: -server -XX:+DisableExplicitGC -Dorg.neo4j.server.properties=conf/neo4j-server.properties -Djava.util.logging.config.file=conf/logging.properties -Dlog4j.configuration=file:conf/log4j.properties -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled Starting Neo4j Server...WARNING: not changing user process [16179]... waiting for server to be ready............ OK. http://localhost:7474/ is ready.
Neo4j Browserの参照
http://localhost:7474/ にアクセスしてみる
Chrome, Firefox and Safariに対応とのこと。
レスポンシブUIもどきな印象だが作りはかなり凝ってそう。