DistrictDataLabs / baleen

An automated ingestion service for blogs to construct a corpus for NLP research.
MIT License
86 stars 38 forks source link

conect with mongodb #97

Closed nikolandrush closed 4 years ago

nikolandrush commented 4 years ago

now mongodb provide connection string to conect with users db where I can specify it in code?

bbengfort commented 4 years ago

Here is where the mongodb connection happens: https://github.com/DistrictDataLabs/baleen/blob/master/baleen/models.py#L54