Stream: CARIN IG for Blue Button®
Topic: FHIR Performance
Karl M. Davis (Feb 19 2020 at 02:10):
For funsies in my personal time, I've also been spending a lot of time thinking about and prototyping ways to improve FHIR performance.
Karl M. Davis (Feb 19 2020 at 02:11):
- I don't think anyone's yet built the FHIR equivalent of the Tech Empower benchmarks? https://www.techempower.com/benchmarks/
- I did see the Wind Tunnel project, which is a nice start! https://github.com/FirelyTeam/Wind.Tunnel
Karl M. Davis (Feb 19 2020 at 02:11):
- I think I might be the first person to have built anything FHIR-related in Rust?
Paul Church (Feb 19 2020 at 18:40):
Having a common baseline use case (or several use cases) to benchmark against would be really valuable. Wind Tunnel is a good start (very simple operations) but it doesn't seem to have attracted much attention yet.
Abbie Watson (Feb 22 2020 at 18:20):
We've been using Lighthouse. Whether or not a FHIR server supports the $everything
operator has a pretty huge impact on how chatty the network is which can impact client app performance. Sort of the difference of whether the client needs to be multithreaded or use web workers.
https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk?hl=en
Also, the Nucleus.io folks are using Rust+FHIR, I think, in some of their work.
Last updated: Apr 12 2022 at 19:14 UTC