HackGT / SponsorshipPortal

[in development] Web interface for sponsors to view participant information. Integrates with HackGT/registration
GNU General Public License v3.0
7 stars 0 forks source link

Consider moving to MySQL or similar. #44

Closed illegalprime closed 6 years ago

illegalprime commented 6 years ago

None of our apps deploy well if they have to have access to persistent storage. Please consider moving all persistent storage needs out of tiedot & bleve and into a service that can be replicated and clustered, per our redundancy requirements.

Any of the popular DBs should do, maybe there is also one that will store the bleve binary blob but it might just be easier to utilize a DB's text search feature or make a table that maps tokens -> users.

bunsenmcdubbs commented 6 years ago

Postgres! Currently in progress

bunsenmcdubbs commented 6 years ago

Started with #55. Still need to implement migrations and models

bunsenmcdubbs commented 6 years ago

Implementing models in #56

illegalprime commented 6 years ago

Closing since #56 was merged.