sw360portal icon indicating copy to clipboard operation
sw360portal copied to clipboard

feat(couchdb): support for linked documents in couchdb

Open lepokle opened this issue 7 years ago • 1 comments

This commit adds a method to the database connector which allows the retrieval of linked documents from couchdb as described in http://docs.couchdb.org/en/2.1.0/ddocs/views/joins.html.

Read the documentation for the annotations LinkedDocument and LinkedDocuments as well as the test cases in LinkedDocumentLoadingTest for more information about how it works.

Another source might be https://github.com/sw360/sw360portal/wiki/External-documents-with-CouchDB

lepokle avatar Sep 27 '17 12:09 lepokle

This POC sadly fails if the list of linkedReleaseIds is empty (see the committed test).

maxhbr avatar Nov 24 '17 16:11 maxhbr