GithubHelp home page GithubHelp logo

ionolaru / gremlin-scala-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mpollmeier/gremlin-scala-examples

0.0 0.0 0.0 23.72 MB

Examples for different graph dbs

License: Apache License 2.0

Scala 91.34% Groovy 8.23% Shell 0.43%

gremlin-scala-examples's Introduction

logo Build Status Join the chat at https://gitter.im/mpollmeier/gremlin-scala

Gremlin-Scala examples

A collection of example projects and recipies for Gremlin-Scala that you can use as templates for your own tinkering.

Tinkergraph

Gremlin-Server

Demonstrate setup with a remote graph db.

OrientDB

Neo4j

Neo4j Bolt protocol

DSE graph

Note: to start DSE, first run: docker run --name dseg51 -p 9042:9042 -d luketillman/datastax-enterprise:5.1.1 -g To stop DSE, run docker stop dseg51. To start it again, run docker start dseg51.

Janusgraph

Sqlg

Note: to run PostgresSpec, first run docker run -e -d POSTGRESQL_PASSWORD=pass -p 9096:5432 postgres

Usage

First install jdk 8 and configure it to be your JAVA_HOME and in your path (check with echo $JAVA_HOME and java -version).

cd tinkergraph
sbt test

cd orientdb
sbt test

cd neo4j
sbt test

cd janusgraph
sbt test

cd sqlg
sbt testOnly H2Spec

gremlin-scala-examples's People

Contributors

jaceklaskowski avatar mpollmeier avatar tolbertam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.