-
Notifications
You must be signed in to change notification settings - Fork 10
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
Insert data to Mongo #37
Conversation
function to write data to data base
there's an issue with the struct, and we can't commit the godep changes... |
Once this is tested and working I will review the code |
@rachelhongca any progress on understanding why checks have failed? The details of Travis say it's in |
I think the tests failing are because of withmock. I think we will switch how we do mock testing asap so don't let the failures dissuade us from merging this in. |
…into insert-mongo
created new struct for transcription data (same as Anosha's in pr #36)
wrote function to connect to database, write data