Closed aiwilliams closed 7 years ago
We've decided to create an Elixir mix app that will draw data from the Collector DB and use the Ecto library to insert it into the database of this Phoenix app, populating the regular tables and the search tables for sermons and sermon series.
We've decided to make this converter a separate Elixir app instead of expanding Collector or creating an all new Elixir app that replaces Collector for a few reasons:
Converter should meet these requirements now. Now we can move on to actual searching!
Yah!!!
We have a collector pulling things into a sqlite database. Move some of that into the database structures developed in #2.