CDCgov / RecordLinker

The RecordLinker is a service that links records from two datasets based on a set of common attributes. The service is designed to be used in a variety of public health contexts, such as linking patient records from different sources or linking records from different public health surveillance systems.
https://cdcgov.github.io/RecordLinker/
Apache License 2.0
2 stars 0 forks source link

Parameterize main for different schemas #24

Closed ericbuckley closed 1 month ago

ericbuckley commented 1 month ago

Summary

Add a parameter to the link-record API (or an environment variable), so we can easily test out the performance differences between link.py and simple_link.py

Acceptance Criteria

Dependencies

23