Exploring linking records from disparate data sources
This demo is intended to run on Mono inside a Vagrant instance so you will need Vagrant installed.
- [Local] Start the vagrant instance with
vagrant up
. - The provisioning script should run automatically which will setup mono, build the solution, and run the demo.
- result.txt and log.txt should have been generated in the vagrant/RecordLinkagePipeline shared directory.
- [Local] Login to the vagrant instance with
vagrant ssh
- [Instance] Build the solution with mono and run the pipeline with
/vagrant/vagrant/build_and_run.bash
- result.txt and log.txt should have been generated in the vagrant/RecordLinkagePipeline shared directory.
The solution file can be found at vagrant/RecordLinkagePipeline/RecordLinkagePipeline.sln. The only dependency should be Json.Net, which Nuget should take care of.
- Make RecordLinkagePipeline a git sub-module instead of hiding it inside the vagrant shared folder.