Skip to content

A scalable lightweight RDF knowledge retrieval system (DASFAA'2022)

Notifications You must be signed in to change notification settings

MKMaS-GUET/LKRS

Repository files navigation

LKRS

A scalable lightweight RDF knowledge retrieval system

build

Make sure you have installed conan, and can use it correctly to build with CMake

If you're not familiar with conan, you can install it by pip, that is pip install conan, and have a quick start

On Linux

build manually

mkdir build
cd build
cmake .. -G "Unix Makefiles"  -DCMAKE_BUILD_TYPE=Release 
cmake --build .

build with script

cd scripts
./build.sh

On Windows

build manually

mkdir build
cd build
cmake .. 
cmake --build . --config Release

build with script

cd scripts
./build.bat

Build with Docker

docker build --tag lkrs:demo .
docker run -it --name lkrs lkrs:demo

About

A scalable lightweight RDF knowledge retrieval system (DASFAA'2022)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published