webyrd / mediKanren

Proof-of-concept for reasoning over the SemMedDB knowledge base, using miniKanren + heuristics + indexing.
MIT License
323 stars 53 forks source link

Need a way to export results #5

Open mattmight opened 6 years ago

mattmight commented 6 years ago

While demoing the tool, folks have been asking if I could export results for them to take away.

A simple text file dump would be a good enough way to start.

Later on, .csv, .json, etc. export would be great.

webyrd commented 6 years ago

Query information/results are now printed to stdout. Hopefully this is enough to get you started. We can do .csv, .json, etc., if you like the information in this output.