Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is the performance characterstics of template evaluation? #49

Open
kesavkolla opened this issue Nov 18, 2020 · 3 comments
Open

what is the performance characterstics of template evaluation? #49

kesavkolla opened this issue Nov 18, 2020 · 3 comments
Assignees

Comments

@kesavkolla
Copy link

Can this handle high volumes of data processing? At times we do get 100k messages from various different instruments, external internal systems. Is there any measurement or benchmark for this implementation?

@torimcc
Copy link
Member

torimcc commented Nov 30, 2020

@kesavkolla Could you please clarify the context of your question?

@kesavkolla
Copy link
Author

The way I understand the code is working based on yaml configuration and dyanmic mapping to create the FHIR resource. Wondering would this scale when there are many many messages that need to be transformed?

@pbhallam
Copy link
Collaborator

pbhallam commented Dec 1, 2020

@kesavkolla -- The template is loaded once per instance of HL7ToFHIRConverter. The HL7ToFHIRConverter does not need to be initialized for each request. Also I am planing on adding support for batch Hl7 file in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants