nkowaokwu / igbo_api

An API exposing Igbo words, definitions, and more
https://igboapi.com
Apache License 2.0
316 stars 141 forks source link

Convert Dictionary JSON Files to MongoDB #20

Closed ijemmao closed 4 years ago

ijemmao commented 4 years ago

In order to make the search feature more scalable and easy to maintain, the data found in the dictionary JSON files need to be transferred into a MongoDB database.

Here are the current models that would be helpful:

Note: Terms in bold are still a work in progress and might not be included in the document

ezesundayeze commented 4 years ago

Hi, @ijemmao I found that this looks similar to this https://github.com/ijemmao/igbo_api/issues/41 which is in progress.

Is it intentional?

ijemmao commented 4 years ago

Hi, @ijemmao I found that this looks similar to this #41 which is in progress.

Is it intentional?

Yeah, I had plans on closing this ticket since it's scope is too large for a PR. We can refer to #41 for the progress of moving the data in JSON object over to MongoDB