Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briangu/chriple
Chapel triple store
https://github.com/briangu/chriple
Last synced: 6 days ago
JSON representation
Chapel triple store
- Host: GitHub
- URL: https://github.com/briangu/chriple
- Owner: briangu
- Created: 2016-05-06T15:05:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-25T20:32:06.000Z (over 8 years ago)
- Last Synced: 2024-10-12T00:36:01.669Z (about 1 month ago)
- Language: Chapel
- Size: 1.64 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chriple
Chriple is a simple Chapel implementation of an RDF triple store.
Setup
=====Install Chapel. All demo scripts expect a multi-node Chapel installation.
Visit http://chapel.cray.com/download.html and download
To setup Chapel to run locally, add this to your ~/.bash_profile
cd $CHAPEL_HOME
source ./util/setchplenv.shexport CHPL_COMM=gasnet
export GASNET_SPAWNFN=L
export CHPL_TARGET_ARCH=nativeBuild Chapel
cd $CHAPEL_HOME
make
make checkBuild and run Chriple demo
make
./bin/chriple -nl 2