https://github.com/hbpvis/indiprov
Distributed provenance tracking for interactive visualization applications
https://github.com/hbpvis/indiprov
Last synced: 22 days ago
JSON representation
Distributed provenance tracking for interactive visualization applications
- Host: GitHub
- URL: https://github.com/hbpvis/indiprov
- Owner: HBPVIS
- Created: 2015-07-23T14:09:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T08:14:39.000Z (about 9 years ago)
- Last Synced: 2024-03-19T08:32:45.098Z (over 2 years ago)
- Language: C++
- Size: 19.7 MB
- Stars: 2
- Watchers: 18
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
InDiProv is a logging server for linux that implements the PROV-O model.
https://www.w3.org/TR/prov-o/
Requirements:
- a running MySQL server
- odb for database interaction http://www.codesynthesis.com/products/odb/download.xhtml
- RapidJSON for json parsing https://github.com/miloyip/rapidjson
- pistache as REST backend https://github.com/oktal/pistache