josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Migrate from Flask to an async framework. #46

Open josiah-wolf-oberholtzer opened 9 years ago

josiah-wolf-oberholtzer commented 9 years ago

Discograph's graph search is always going to be potentially complex. This will become even more crucial before role-based searching goes live, as the number of relations increases by one to two orders of magnitude.

We should migrate to an asynchronous framework to make this as pleasant as possible.

See: