eevee / spline

All the parts of web development I hate, done once and for all.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spline is hilariously unscalable

eevee opened this issue · comments

Which is fine at the moment, but I'd like to think about some ways to improve on that.

Things that are inherently tied to one machine:

  • SQLA takes only one database URL
  • Sessions are stored in a local directory
  • Wiki pages are stored in a local git repository
  • Whoosh (which is broken, granted) is stored in a local directory

An obvious solution to some of this is to break out the relevant functionality into a separate service, which then complicates deployment significantly. Probably a "mamayo" problem?