GithubHelp home page GithubHelp logo

davidmr001 / tinkerpop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/tinkerpop

0.0 1.0 0.0 112.74 MB

Mirror of Apache TinkerPop

Home Page: http://tinkerpop.apache.org/

License: Apache License 2.0

Shell 0.45% Python 0.02% Groovy 5.12% Java 94.36% Batchfile 0.05%

tinkerpop's Introduction

TinkerPop3

TinkerPop3

Documentation

TinkerPop3 provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).

Building and Testing

TinkerPop uses Maven and requires Java 1.8.0_40+ for proper building and proper operations. To build, execute unit tests and package Gremlin Console/Server run:

mvn clean install

The zip distributions can be found in the following directories:

  1. gremlin-server/target

  2. gremlin-console/target

Please see the CONTRIBUTING.asciidoc file for more detailed information and options for building, test running and developing TinkerPop.

Get Started

$ bin/gremlin.sh

         \,,,/
         (o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> graph = TinkerFactory.createModern()
==>tinkergraph[vertices:6 edges:6]
gremlin> g = graph.traversal()
==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
gremlin> g.V().has('name','vadas').valueMap()
==>[name:[vadas], age:[27]]

tinkerpop's People

Contributors

anagav avatar analytically avatar baerrach avatar bryncooke avatar ceefour avatar christianbellinaef avatar dalaro avatar dkuppitz avatar graben1437 avatar jbmusso avatar jdellithorpe avatar jeromatron avatar joshsh avatar kieransherlock avatar leemit avatar mbroecheler avatar mike-tr-adamson avatar mmcm avatar mpollmeier avatar n-tran avatar okram avatar pietermartin avatar pluradj avatar pommeverte avatar randallbarnhart avatar rjbriody avatar russellspitzer avatar spmallette avatar twilmes avatar velo avatar

Watchers

 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.