Integrations with company intranet search
Has anyone indexed Collibra assets so they are findable on an internal intranet search. Our use case is if a user is searching our intranet side for sales numbers, sales reports cataloged in Collibra would show up. Is it even possible? Pros and Cons to the use case?
jennifertemple
Posted 5 years ago · Edited 1 year ago·Last reply 5 years ago
4 comments
Former User
·5 years ago · EditedWe’ve got the Advanced Tables plugin for Confluence:
Advanced Tables for Confluence
Easily create and format beautiful, functional tables to display your most important data — right within Confluence
wired up for a lo-fi, no code demo asset list.
Used the JSON Table plugin. “Paths to fields” was: id, name, type.name, status.name
Regards,
JPS
arthurburkhardt
·5 years ago · EditedSomething like this, you mean? (this is Collibra as back-end, incorporated into a CakePHP website)
https://infohub.byu.edu/search/results/Student
Code is available there: https://github.com/byu-oit/infohub
arthurburkhardt
·5 years ago · EditedSomething like this, you mean? (this is Collibra as back-end, incorporated into a CakePHP website)
https://infohub.byu.edu/search/results/Student
Code is available there: https://github.com/byu-oit/infohub
levequematthew
·5 years ago · EditedThe BYU Infohub is a great example. Thanks for sharing!