Skip to content

Instantly share code, notes, and snippets.

@rmoff
Created June 23, 2016 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/fa6e805c0c971c925067984436c25679 to your computer and use it in GitHub Desktop.
Save rmoff/fa6e805c0c971c925067984436c25679 to your computer and use it in GitHub Desktop.
#######################################################################################
# File: propertyGraph.properties
# Description: This file is used to customize diverse options used for the
# Property Graph support for Cytoscape Visualization
#######################################################################################
#######################################################################################
#These attributes are used for NoSQL property graph
oracle-pg-port=5000
oracle-pg-store-name=kvstore
oracle-pg-graph-name=connectionsONDB
oracle-pg-host=bigdatalite.localdomain
oracle-pg-number-connections=2
oracle-pg-commit-size=50000
oracle-pg-batch-size=10000
#######################################################################################
# These attributes are used to configure the Solr search engine
oracle-pg-indexing-solr-server-url=bigdatalite.localdomain\:2181/solr
oracle-pg-indexing-conf-name=opgconfiglowercase
oracle-pg-indexing-solr-number-directories=1
oracle-pg-indexing-solr-number-connections=2
oracle-pg-indexing-solr-node-set=bigdatalite.localdomain\:8983_solr
oracle-pg-indexing-solr-num-of-shards=1
oracle-pg-indexing-solr-zookeeper-timeout=15
oracle-pg-indexing-solr-replication-factor=1
oracle-pg-indexing-solr-max-shards-per-node=1
oracle-pg-indexing-solr-batch-size=10000
oracle-pg-indexing-solr-default-size=500000
oracle-pg-indexing-solr-write-timeout=15
oracle-pg-enable-datatypes=true
oracle-pg-tmp-dir=/tmp
oracle-pg-indexes-location=/tmp
################################################################################
# These values are used to customize the annotations that display the
# properties and values, especially when values are very long
oracle-pg-max-chars-displayed=50
# possible values are: {prefix,suffix,prefix-suffix}
oracle-pg-show-large-values=prefix
################################################################################
#These values are used to perform the Dijkstra's algorithm to find the
# shortest path using the in-memory analytics
oracle-pg-edge-label-key=label
oracle-pg-edge-label-type=STRING
oracle-pg-edge-weight-key=weight
oracle-pg-edge-weight-type=DOUBLE
################################################################################
#These attributes are used for HBase property graph
hbase.zookeeper.quorum=bigdatalite.localdomain
hbase.zookeeper.property.clientPort=2181
hbase.graph.name=connectionsHBase
hbase.zookeeper.session.timeout=60000
hbase.max.num.connections=4
hbase.splits.per.region=4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment