Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 2.68 KB

File metadata and controls

68 lines (48 loc) · 2.68 KB
Reactive Graph

This repository contains the system library for the Reactive Graph.

Reactive Graph is a reactive runtime based on a graph database, empowering everyone to build reliable and efficient software.


Build


List of Plugins

In this repository you'll find plugins which interacts with the system it runs on.

Name Description
Binary Handles binary data
Config Load configuration files
File File representation
System Environment Provides environment variables

Local Build + Local Deployment

Setup deployment directory in .deployment.toml

target_dirs = [
  "../reactive-graph/plugins/deploy"
]

Install a specific plugin

cargo build
cargo post build --package=reactive-graph-sys-binary

Install all plugins of this repository at once

cargo build
cargo post build --package=deployment-all