Giter Club home page Giter Club logo

graphflow's Introduction

Graphflow

Graphflow is an in-memory graph database that supports continuous queries. Graphflow's query language is based on openCypher. Currently Graphflow supports a subset of queries expressible in openCypher. In addition it supports several extensions to openCypher for expressing continuous queries. Throughout the code base and documentation, we refer to this extended version of openCypher as openCypher++.

A key feature of Graphflow is the use of the worst-case optimal Generic Join algorithm to do one-time and continuous match queries.

Build steps

Graphflow requires Java 8, and uses Gradle as its build tool.

  • Do a full clean build: ./gradlew clean build installDist
  • Subsequent builds: ./gradlew build installDist
  • Build without tests: ./gradlew build installDist -x test

Running the Server and CLI

Gradle creates helper scripts for running the server and the client. Once the build is successful, run the scripts in two different terminals.

  • Start Graphflow server:
    ./build/install/graphflow/bin/graphflow-server
  • Start Graphflow CLI:
    ./build/install/graphflow/bin/graphflow-cli

The CLI can now be used to interact with the server using openCypher++ queries.

The Graphflow server logs to stdout by default. To change the logging mechanism, provide a custom log4j2 config file:

export GRAPHFLOW_SERVER_OPTS="-Dlog4j.configurationFile=file:/path/to/log4j2.properties"  
./build/install/graphflow/bin/graphflow-server

Licensing

Graphflow is an open source software under the Apache 2.0 license.

graphflow's People

Contributors

chathura-g21 avatar sdht0 avatar queryproc avatar jeremychen0127 avatar semihsalihoglu 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.