Open nichtich opened 2 years ago
Concept hierarchy and mapping inference could be added as well to support queries for broad topic areas (e.g. everything in physics) by using PosgreSQL feature WITH RECURSIVE
and MATERIALIZED VIEW
or possibly later with Apache AGE.
Probably more flexible alternative is use of an RDF Triple store as backend (#31).
PostgresSQL is not only relevant for performance analysis (#26) but also allows to extend the database e.g. with information about libraries.
Adding information about libraries would allow to limit query to titles held by a specific library.