This project is archived. Its data is read-only.

Migrate to non-relational DB

The limitations of relational data access and orm leads to a change of plans regarding the persistence layer: MongoDB is used to save the original (from gtf) metamodel as JSON; the core-orm project serves as a handler for project inheritance (if needed)

The limitation: parent-child-relationship in table nonterminal led to the problem, that for loading the whole tree, a lot of queries were required if we rely on Hibernate as JPA implementation; when working with SQL/JDBC immediately this problem could be solved as well; however, we need our schemata as JSON anyway (for transmission between components) ->migrateion

(from redmine: issue id 290, created on 2018-01-22tgradl, closed on 2018-01-22)

  • Relations:
    • relates #285
Assignee Loading
Time tracking Loading