MilanSQL is now live on a Hetzner server (614 tests passed, 492KB RAM idle)
Following up on my last post: I just deployed the C++17 engine to a live Hetzner cloud server in Germany.
The background agent finished phase 152 and we are up to 614 passing architecture tests. The binary is incredibly lightweight, idling at just 492KB RAM on Ubuntu.
You can check out the live Web UI here to run queries or break the query planner:http://178.105.206.36:8080/webui
It also exposes the raw protocol interfaces if you want to connect via terminal:
- MySQL wire:
178.105.206.36:4407 - PG Wire:
178.105.206.36:5433 - TCP raw:
178.105.206.36:4406
Full source code, documentation for the BM25 full-text search, and the B+ Tree storage layer are open-source:https://github.com/haidari9819-lang/milansql
Let me know if you manage to crash the server!