Open sm86 opened 7 years ago
We keep a small subset of the categories table and instead of MySQL we use an h2 in-memory database and we are able to run all the steps without any setup.
http://www.h2database.com/html/cheatSheet.html
Resources: https://github.com/AKSW/TripleCheckMate/blob/master/src/main/java/org/aksw/TripleCheckMate/server/storage/StorageFactory.java https://github.com/AKSW/TripleCheckMate/tree/master/src/main/webapp/db
Proposed approach Doc
I have generated script from MySQL dump. But it is not consumable by H2. Any suggestions on how to convert?
We keep a small subset of the categories table and instead of MySQL we use an h2 in-memory database and we are able to run all the steps without any setup.
http://www.h2database.com/html/cheatSheet.html
Resources: https://github.com/AKSW/TripleCheckMate/blob/master/src/main/java/org/aksw/TripleCheckMate/server/storage/StorageFactory.java https://github.com/AKSW/TripleCheckMate/tree/master/src/main/webapp/db