GraphDB
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…
そうなのー。'#' to %23http://localhost:8182/graphs/test/vertices/%236:3
まず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…
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…
Rexster REST経由だとデータベースは作れないようなのでconsole.shを起動してcreate databaseをたたく。local:.../testの場合test以下にファイルが作成されます。ドキュメント通りにやるとtest/test Directoryができて残念な感じになるので注意。 create dat…
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…
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)…