Files
zkldi_Tachi/server
zkldi 72918c8d6a EMERG: Clean up score import jobs after they are ran.
WHY IS THIS NOT THE DEFAULT???

We've been shredding our servers disk and generally getting into
trouble by having redis infinitely balloon up score imports
and then writing them to disk for backup.
we were writing upwards of 200Mbit/s.

Goddamnit bull.
2022-07-24 16:14:46 +01:00
..
2022-07-16 17:43:33 +01:00
2021-11-09 17:06:27 +00:00
2022-07-16 17:43:33 +01:00
2022-06-30 00:47:39 +01:00
2021-05-20 09:30:49 +01:00
2022-07-18 02:03:54 +01:00

Tachi-Server

Tachi-Server is the backend for Tachi.

What's it do?

  • Hosts an express backend server.
  • Opens a public API on /api.
  • Supports various IR frameworks under /ir
  • Powers a ridiculously overengineered score import framework.

Setup

Make sure you've ran the bootstrap script in ../_scripts. You can then start the server with pnpm start (in this directory) or pnpm start-server at the top level.