Yugabyte Integrated Janusgraph Test

Source: Internet
Author: User
Tags cassandra

Yugabyte Integrated Graph Database Janusgraph, the principle is simple is yugabyte built-in Cassandra, configuration good janusgraph
Access to it.

Deploying using Docker Mode

Create a yugabyte cluster (Docker CLI)
    • Download Deployment Tools
mkdir ~/yugabyte && cd ~/yugabytewget https://downloads.yugabyte.com/yb-docker-ctl && chmod +x yb-docker-ctl
    • Create a simple cluster
./yb-docker-ctl create
    • Effect

Configure Janusgraph
    • Download Janusgraph
wget https://github.com/JanusGraph/janusgraph/releases/download/v0.2.0/janusgraph-0.2.0-hadoop2.zipunzip janusgraph-0.2.0-hadoop2.zipcd janusgraph-0.2.0-hadoop2
    • Configuration
./bin/gremlin.shgraph = JanusGraphFactory.open(‘conf/janusgraph-cql.properties‘)
    • Effect
    • Load Data test
加载测试数据GraphOfTheGodsFactory.loadWithoutMixedIndex(graph,true)g = graph.traversal()简单查询g.V(saturn).in(‘father‘).in(‘father‘).values(‘name‘)
    • Effect

Description

It is convenient to use yugabyte built-in Cassandra for application development, and we do not have to pay much attention to Cassandra deployment installation, Yugabyte deployment is more convenient.

Resources

https://docs.yugabyte.com/latest/develop/ecosystem-integrations/janusgraph/
https://docs.yugabyte.com/latest/quick-start/install/#docker

Yugabyte Integrated Janusgraph Test

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.