Sorry if this isn’t the right place to ask, but I’m going to ask here since it’s for “everything related to Bunpro”. This question is mainly for the staff (and any programmer with good ideas).
For a small SRS project of mine I am trying to import the JMDict dataset into my SQL database for the same purpose as Bunpro is already doing: vocab lessons and reviews.
Since Bunpro’s implementation seems quite good, I wanted to know how the dataset is stored, rather than doing my own wobbly implementation from scratch.
My current implementation would be a vocab entry with kanji forms, kana forms and senses as foreign relations, to follow the structure of the dataset as much as I can.
So my questions are:
- What kind of database is Bunpro using? (postgresql, mongodb…)
- How is the dataset implemented in the db?
- Does Bunpro regularly updates its JMDict data?
Thank you in advance!