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

Already on GitHub? Sign in to your account

Adding django helper files as well as solr setup helping files #158

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
2 participants

This is work done for a project done at Georgia Tech in collaboration
with the FDA.

If you'd like any of this code moved, just let me know.

@horriblyUnpythonic horriblyUnpythonic Adding django helper files as well as solr setup helping files
This is work done for a project done at Georgia Tech in collaboration
with the FDA.
f21973e
Owner

tompollard commented Dec 8, 2016 edited

@horriblyUnpythonic To help us decide how to incorporate this, please could you describe the content and explain how it is intended to be used? Thanks, Tom

There are two main contributions
First is some legwork done for a django project that maps to the database setup by the code in bulidmimic. This consists of the premade settings file and the file etc/django_info/README.md that oulines what was changed from the default. It also contains a models.py file that has been edited to more closely match the foreign key relations set up in the postgres db.

Second is some work for a solr instance config as well as a small python interface to query it. This allows for fast retrieval of documents in the note events table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment