JanusGraph
JanusGraph is a scalable graph database optimized for storing and querying graphs containing hundreds of billions of vertices and edges distributed across a multi-machine cluster. JanusGraph is a transactional database that can support thousands of concurrent users executing complex graph traversals in real time. JanusGraph is a project under The Linux Foundation, and includes participants from Expero, Google, GRAKN.AI, Hortonworks, and IBM.
module.exports =
deps:
java: module: 'masson/commons/java', local: true, auto: true, implicit: true
test_user: module: 'ryba/commons/test_user', local: true, auto: true
zookeeper_server: 'ryba/zookeeper/server'
hbase_client: implicit: true, module: 'ryba/hbase/client'
elasticsearch: 'ryba/elasticsearch'
solr: 'ryba/solr'
configure:
'ryba/janusgraph/configure'
commands:
'prepare':
'ryba/janusgraph/prepare'
'install': [
'ryba/janusgraph/install'
'ryba/janusgraph/check'
]
'check':
'ryba/janusgraph/check'