Skip to content

SparkTG/ncpr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncpr

NCPR storage and api

Usage

mkdir -p /opt/data/ncpr

# build the project
cargo build --release

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

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

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

Releases

No releases published

Packages

No packages published