ger_mysql_esm
v0.0.3
Published
An Event Store Manager for Good Enough Recommendations (GER) using MySQL
Maintainers
Readme
MySQL ESM for GER
This is a project that implements an Event Store Manager in MySQL for GER.
Still need to improve performance.
Testing
First checkout the repository, then
npm installthen start the mysql server with docker-compose
docker-compose up -dthen execute the test suite with
mocha