https://github.com/globbie/knowdy
Knowdy: a knowledge management system
https://github.com/globbie/knowdy
c database embedded-database graph graph-database
Last synced: 10 months ago
JSON representation
Knowdy: a knowledge management system
- Host: GitHub
- URL: https://github.com/globbie/knowdy
- Owner: globbie
- License: agpl-3.0
- Created: 2017-04-13T07:09:44.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T16:45:45.000Z (10 months ago)
- Last Synced: 2025-04-20T17:42:42.914Z (10 months ago)
- Topics: c, database, embedded-database, graph, graph-database
- Language: C
- Homepage:
- Size: 5.96 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knowdy
[](https://github.com/globbie/knowdy/actions?query=workflow%3A%22Knowdy+CI%22)
[](https://travis-ci.org/globbie/knowdy)
Conceptual graph database.
## Build
### Dependencies list
* cmake
* gcc
* make
* pkg-config
* libevent-dev
* check
* libsubunit-dev
* valgrind
### Before compilation
```bash
git submodule update --init --recursive
```
### Compilation
```bash
mkdir build && cd build
cmake .. && make
```
### Test
Execute `make check-knowdy` in your build directory to run tests.
## Install
Run `make install` in your build directory.