When you talk about creating a display, do you mean the process of developing the analysis computer code or running the analysis? And what programming language does your team typically use?
With regards to developing; there you can leverage the existing OHDSI packages, like CohortMethod for effect estimation. If you are familiar with R and SQL, and with some training that multiple SMEs in Europe can offer, you should be able to use these packages for your own studies.
With regard to running the analysis; most of the analysis logic is in SQL and is done at the database level (e.g. selection of cohorts). This is relatively fast, but might require database tuning to optimise performance for your environment specs (memory/processors). Also, most OHDSI packages can be run in parallel mode to use all the available processor cores/threads.