Coder Social home page Coder Social logo

seth-hg / tinkerpop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/tinkerpop

0.0 1.0 0.0 170.56 MB

Apache TinkerPop - a graph computing framework

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

License: Apache License 2.0

Shell 0.43% Python 3.70% Awk 0.02% Groovy 2.37% Java 77.28% Batchfile 0.03% XSLT 0.02% C# 10.29% Gherkin 2.88% JavaScript 1.58% Dockerfile 0.04% ANTLR 0.30% TypeScript 1.07%

tinkerpop's Introduction

TinkerPop3

TinkerPop3

Documentation

Apache TinkerPop™ provides graph computing capabilities for both graph databases (OLTP) and graph analytic systems (OLAP).

Building and Testing

TinkerPop uses Maven and requires Java 11 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 = traversal().withEmbedded(graph)
==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
gremlin> g.V().has('name','vadas').valueMap()
==>[name:[vadas], age:[27]]

tinkerpop's People

Contributors

bryncooke avatar dalaro avatar davebshow avatar dependabot[bot] avatar divijvaidya avatar dkuppitz avatar dmill-bz avatar florianhockmann avatar heljoyliu avatar jon-scho avatar jorgebay avatar joshsh avatar justinchuch avatar krlawrence avatar lyndonbauto avatar mattallenuk avatar mbroecheler avatar mpollmeier avatar n-tran avatar okram avatar oyvindsabo avatar pietermartin avatar pluradj avatar rdtr avatar rjbriody avatar robertdale avatar rpopov 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.