Debuginfo

思考とアウトプット

GraphDB

Release Net::Rexster::Client!

I just wrote Net::Rexster::Client (see under http://search.cpan.org/~shoheik/) One of the graphDB problem is that each graphDB has dialect and if you switch the database, you need to rewrite the code to adapt to the replaced db. Rexster(ht…

RexsterのIDの#はURIエンコードしないといけない。

そうなのー。'#' to %23http://localhost:8182/graphs/test/vertices/%236:3

Neo4jとRexsterの連携方法

まずneo4jのデータベースを作る。(シェルで指定するとできるみたい) > ./neo4j-shell -path ../data/neo4jtest.db > ls ../data/neo4jtest active_tx_log neostore.nodestore.db.id neostore.propertystore.db.index.keys neostore.relationshiptypestore.db…

Neo4j インストールめも

1分以内で下記終了... Go to http://neo4j.org/ to install tar.gz 展開 起動 > cd $GRAPDB_DIR > tar zxvf neo4j*.tar.gz > cd neo4j* > cd bin > ./neo4j start Starting Neo4j Server...WARNING: not changing user process [1916]... waiting for server…

OrientDBでデータベースの作成方法

Rexster REST経由だとデータベースは作れないようなのでconsole.shを起動してcreate databaseをたたく。local:.../testの場合test以下にファイルが作成されます。ドキュメント通りにやるとtest/test Directoryができて残念な感じになるので注意。 create dat…

OrientDBにRexsterをインストールする

Rexster is a multi-faceted graph server that exposes any Blueprints graph (e.g. TinkerGraph, Neo4j, OrientDB, DEX, Titan, and Sail RDF Stores) through several mechanisms with a general focus on REST. This HTTP web service provides standard…

OSX(10.8.1)にOrientDBをインストールする方法

http://code.google.com/p/orient/wiki/Installation1. javaのバージョンを確認する。バージョンが1.6以上であることを確認。 > java -version java version "1.6.0_33" Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720) Java HotSpot(TM)…