SPB Git forge

spb/hfmarketdata

Public

Open high-frequency market data platform — FirstRate full-history downloader, DuckDB/Parquet lake, open REST API and React docs platform (www.hfmarketdata.io)

127commits 1branches 0releases
24.7 MBsize
maindefault branch
11 days agolast push
JavaScript 53.7% Python 38.3% CSS 4.6% TypeScript 3.1%

chore(retrait cluster): synchro copie du nœud M4M64a + README « URL live hors fonction » (2026-09-04)

Simon-Pierre Boucher committed 20 days ago (Sep 4, 2026) parent b636c26

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