Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.7 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.7 KB

Relation Graph

Introduction

Relation Graph derived from Oxigraph 0.2.x is a substrate pallet that allows anyone to use GraphDB in the Substrate blockchain platform.
It provides ready-to-use GraphDB service and hides the complexities for Dapps on the Substrate platform, so Dapps builders can focus on their business logic.

  • One click deploy on Substrate.
  • Hide the complexities of on-chain operations with SPARQL.

It supports the following specifications:

arch.png

Ecosystem Fit

  • Relation graph can effectively reduces the development threshold of building Web3 decentralized applications which contains large data.
  • It will bring a pallet of graph database to Polkadot ecosystem.

Overview

Documentation

Introduct the functions and the implementation principle of Relation Graph.

Compile Program Package

Two programs which can separately execute on Linux and MacOS.

Source code of Project

Testing Guide

Provide unit tests to cover all basic logic.