pyara / sys-kdb-core
System Knowledge Database Core, based on KDM (Knowledge Discovery Metamodel; ISO/IEC 19506)
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/pyara/sys-kdb-core
Requires
- minicli/minicli: ^3.2
- mongodb/mongodb: ^1.12
- text/template: ^2.7
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is not auto-updated.
Last update: 2025-09-28 18:28:30 UTC
README
System Knowledge Database Core, based on KDM (Knowledge Discovery Metamodel; ISO/IEC 19506)
This work is part of my master's degree thesis.
Instructions
To setup the DEV environment
docker build -t dev-sys-kdb-core .
PHP_INSTANCE=`docker run -d -v "$(pwd):/app" dev-sys-kdb-core`
docker exec -it $PHP_INSTANCE bash
docker stop $PHP_INSTANCE