Difference between revisions of "Allegrograph"

From Biowikifarm Metawiki
Jump to: navigation, search
Line 4: Line 4:
 
===Installation (on Ubuntu)===
 
===Installation (on Ubuntu)===
  
# 1.Download from
+
# Download from
# http://franz.com/downloads.lhtml
+
http://franz.com/downloads.lhtml
#
+
# 2.  tar zxf agraph-5.0-linuxamd64.64.tar.gz
+
#   tar zxf agraph-5.0-linuxamd64.64.tar.gz
#
+
# 3. agraph-5.0/install-agraph --directory
+
# agraph-5.0/install-agraph --directory
#
+
# 4. For license key (<s>1 trillion</s>'''unlimited''' triples)
+
# For license key (<s>1 trillion</s>'''unlimited''' triples)
  
 
insert entire key into agraph/lib/agraph.cfg  (Don't copy email)
 
insert entire key into agraph/lib/agraph.cfg  (Don't copy email)
Line 27: Line 27:
  
 
===Usage===
 
===Usage===
Loading
+
'''Loading'''
  
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">

Revision as of 17:17, 2 March 2015

Allegrograph

Documentation can be found: franz.com/agraph/support/documentation/current/agraph-quick-start.htm

Installation (on Ubuntu)

  1. Download from
http://franz.com/downloads.lhtml

  1. tar zxf agraph-5.0-linuxamd64.64.tar.gz
  1. agraph-5.0/install-agraph --directory
  1. For license key (1 trillionunlimited triples)

insert entire key into agraph/lib/agraph.cfg (Don't copy email)

Run

You can start AllegroGraph by running:

/home/joe/tmp/ag5.0/bin/agraph-control --config /home/joe/tmp/ag5.0/lib/agraph.cfg start

You can stop AllegroGraph by running:

/home/joe/tmp/ag5.0/bin/agraph-control --config /home/joe/tmp/ag5.0/lib/agraph.cfg stop

Usage

Loading

./agload myDB2 /home/richarddi/testQuery/TechnoBioblitzOccurrences_small.rdf

Querying

./agquery myDB2 /home/richarddi/testQuery/query.rq

Note that extension of query file must conform to standards (.sparql not allowed)