chore(retrait cluster): synchro copie du nœud M4M64a + README « URL live hors fonction » (2026-09-04)
2 changed files +7 −0
modified
README.md
+2 −0
@@ -1,3 +1,5 @@ | ||
| 1 | +> ⚠️ **URL live hors fonction pour le moment.** L'application a été retirée du cluster MacLustr le 2026-09-04 (processus arrêtés, copie du nœud supprimée). Ce dépôt spbgit est désormais la seule source de vérité du projet. Ancienne URL : https://www.hfmarketdata.io | |
| 2 | + | |
| 1 | 3 | # HF Market Data |
| 2 | 4 | |
| 3 | 5 | **Open high-frequency market data platform** — a full-history downloader, a DuckDB-over-Parquet data lake, an open REST API and a documentation platform, live at **[www.hfmarketdata.io](https://www.hfmarketdata.io)**. |
added
hfmarketdata/run.sh
+5 −0
@@ -0,0 +1,5 @@ | ||
| 1 | +#!/bin/zsh | |
| 2 | +export HFMD_DATA_ROOT=/Volumes/ssd/firstratedata | |
| 3 | +export HFMD_WEB_DIST=$HOME/hfmarketdata/dist | |
| 4 | +export HFMD_PORT=8090 | |
| 5 | +exec $HOME/hfmarketdata/venv/bin/uvicorn --app-dir $HOME/hfmarketdata/api main:app --host 0.0.0.0 --port 8090 --workers 2 | |
| 6 | ||