orakle / ncpr

NCPR storage and api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncpr

NCPR storage and api

Usage

mkdir -p /opt/data/ncpr

# build the project
cargo build

# load all full data files
unzip -p {fulldata_file}.zip | ./target/debug/ncpr patch

# load incremental files in chronological order
unzip -p {incr_file}.zip | ./target/debug/ncpr patch

# (optional) run the web server
node web/app.js

About

NCPR storage and api

License:MIT License


Languages

Language:Rust 77.4%Language:JavaScript 22.6%