Giter Site home page Giter Site logo

linuxlijun / tugraph-db Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tugraph-family/tugraph-db

0.0 0.0 0.0 11.62 MB

License: Other

Shell 0.20% C++ 86.86% Python 3.49% C 6.24% Java 0.79% ANTLR 0.94% Cycript 0.53% CMake 0.74% Dockerfile 0.21%

tugraph-db's Introduction

TuGraph

0. Introduction

TuGraph is an efficient graph database that supports high data volume, low latency lookup and fast graph analytics.

Functionalities:

  • Labeled property graph model
  • Full ACID support with serializable transactions
  • Graph analytics algorithms embedded with graph computing framework
  • OpenCypher query language
  • Primary / Secondary Index in vertex and edge
  • Fulltext Index support
  • Graph visualization with web
  • Java / Python / C++ client available
  • RESTful and RPC API support
  • Stored procedure with C++/Python API
  • Efficient development of new graph algorithms with Traversal API
  • Multi-graph support
  • Online / offline backup / restore
  • Various Data source support, including csv / json / MySQL / Hive, etc (integrated DataX)
  • Monitor System (integrated Prometheus and Grafana)
  • Job Management System
  • Unit Test and Integration Test

Performance and scalability:

1. Quick Start

A easy way to start is using docker to set up, which can be found in DockerHub, named tugraph/tugraph-db-[os]:[tugraph version], for example, tugraph/tugraph-db-centos7:3.3.0.

For more detail, please refer [doc-zh/1.guide/3.quick-start.md]

2. Install

2.1 Compile the project with GCC on UNIX:

  1. deps/build_deps.sh or SKIP_WEB=1 deps/build_deps.sh to skip building web interface
  2. cmake .. -DOURSYSTEM=centos or cmake .. -DOURSYSTEM=ubuntu
  3. If support shell lgraph_cypher, use -DENABLE_PREDOWNLOAD_DEPENDS_PACKAGE=1
  4. make
  5. make package or cpack --config CPackConfig.cmake

2.2 Compile the project with Clang on macOS:

  1. deps/build_deps.sh or SKIP_WEB=1 deps/build_deps.sh to skip building web interface
  2. cmake ..
  3. make

2.3 Release Version:

  1. Use gcc-5.4.0 or gcc-7.5.0
  2. Use CMAKE_BUILD_TYPE Release
  3. Check the package's directory tree (especially include)
  4. Make sure the front-end updated

3. Develop

We have prepared environment docker images for compiling in DockerHub, named tugraph/tugraph-env-[os]:[env version], for example, tugraph/tugraph-env-centos7:1.1.0, which can help developer hand on easily.

For more detail, please refer docs in [doc-zh]

4. Contact

Email: [email protected]

DingTalk Group:

alert

WeChat Official Accounts:

alert

tugraph-db's People

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.