Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

iddan/minerva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minerva

The Knowledge Store

Features

  • Object data: no more tables, documents, keys
  • Load ready-made knowledge sources

Usage

Docker

docker run -p 31013:31013 iddan/minerva

Build from source

git clone git@github.com:iddan/minerva.git;
cd minerva;
cargo run;

HTTP API

GET /

Will return matching quads in the NQuads format

Parameters

subject: NQuads formatted quad subject to match by

predicate: NQuads formatted quad predicate to match by

object: NQuads formatted quad object to match by

context: NQuads formatted quad context to match by

POST /

Will add quads in body, body should be in the NQuads format