I am working on a team studying the technology stack for a greenfield systems integration project. Part of our privileged technology stack uses Hibernate to maintain its internal state and provides intercepts in Hibernate transactions so that business entities remain synchronized with the state of this utility. Great, except that we need to maintain information about objects of an unknown type and associate this data with predefined types. We need a scalable data warehouse that does not require a schema to be defined in advance. A sweet spot would be mixing RDF data and Hibernate managed objects.
Have you faced a similar requirement and what approaches can you recommend?
Any RDF / ORM mixture should support rare large-scale queries for reporting and data mining, as well as frequent concentration of read and write operations in support of transactions.
source share