spline
spline copied to clipboard
Spline is hilariously unscalable
trafficstars
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?