gojp / nihongo

Japanese Dictionary
MIT License
78 stars 5 forks source link

Port populate script to Go #80

Closed shawnps closed 10 years ago

shawnps commented 10 years ago

I think I remember the populate.py script would always crash the AWS instance because it used up too much memory, and so we restored to using this hacky split-file way of populating ES. Since it's a really small script, I'll try porting it to Go and see if that helps at all.

shawnps commented 10 years ago

Closing this since it would require porting the parser library as well which would be a bit too much work.