CDLUC3 / maDMPs

Machine Actionable DMPs project
MIT License
0 stars 0 forks source link

Setup JanusGraph DB #9

Open briri opened 5 years ago

briri commented 5 years ago

Install JanusGraph onto dmp-dev.

jimvanderveen commented 5 years ago

Hmm, I thought those were checkboxes above. Anyway, Java 8 is installed, and db4-devel (Berkeley DB) was already installed. There is no 'janus' package in any of our configured repositories.

briri commented 5 years ago

thanks Jim!

briri commented 5 years ago

Installed maven binary (a requirement to build janusgraph) and built janusgraph from source in the /apps/dmp/local directory. According to the JanusGraph docs, it comes with a built in ElasticSearch engine so we do not need to install for this prototype. If we discover that we need a more dedicated indexing engine we can install ElasticSearch locally.

briri commented 5 years ago

Janusgraph is installed and responding on dmp-dev. I also added the cypher-for-gremlin-server plugin so that the gremlin-server running on the service will accept cypher queries.

Decided to just use the built-in Cassandra and ElasticSearch instead of BerkeleyDB