Project Name: humaniki-2
Developer account usernames of requestors: @Danya
Purpose: This will be the spiritual successor to https://humaniki.wmcloud.org/, which is no longer updated.
Brief description:
The website is currently hosted on Toolforge (workboard), using an SQLite database and the "webservice" framework. Toolforge has proven to be too limiting for the project’s ambitions: we need to write a Wikidata dump ingester in a language faster than the current Python version (Java, Rust, or C), but it is impossible to run and/or compile these languages on Tooloforge. This ingester also needs to be run as a cron job, which proved too difficult to do properly on Toolforge.
The only remaining option is using Cloud VPS where we will need to setup a web server with an associated database instance. From what we’ve read of the ToolsDB policy, it forbids persistent or idle connections, so we would need to install a local MariaDB (GPLv2) instance or similar. Within a few month/years there might be a need for more than the default 20 GB of storage as the database is expected to grow by a few GBs per month.
The instance will also require shared NFS directories access to be able to read Wikidata dumps in /public/dumps/public/wikidatawiki/entities/.
How soon you are hoping this can be fulfilled: This month, as we need to have a basic version of the website up and running for Wikimania 2026 where it will be officially unveiled to the public for the first time.