Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Raspberry Pi OS (64-bit) – we want arm64 for library compatibility reasons

  • Python running directly (using pyenv or some such, but not through Docker)

  • SQLite with WAL=True for the database

  • Redis, for both caching and as a celery backend

  • Port contentstore/SplitMongoKVS to use Django storages (or wait until Learning Core data models eat everything). Use local storage .(we could get away with the definition doc fetch latency if everything’s reading SSD on local disk)

  • nginx proxy (or maybe caddy)?

    • edx-platform static assets

    • prebuilt MFE assets

...