pyara / sys-kdb-core
There is no license information available for the latest version (dev-main) of this package.
System Knowledge Database Core, based on KDM (Knowledge Discovery Metamodel; ISO/IEC 19506)
dev-main
2025-05-18 03:36 UTC
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-05-25 16:32:01 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