dbpedia / DBTax

DBTax project
Apache License 2.0
3 stars 4 forks source link

To Do: Setup in memory Database #8

Open sm86 opened 7 years ago

sm86 commented 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

sm86 commented 7 years ago

Proposed approach Doc

sm86 commented 7 years ago

I have generated script from MySQL dump. But it is not consumable by H2. Any suggestions on how to convert?