add alpaca news wire across ingest api and web
This commit is contained in:
parent
62aae70878
commit
906fe411c9
31 changed files with 1407 additions and 50 deletions
|
|
@ -222,6 +222,7 @@ process.on("SIGHUP", () => handleSignal("SIGHUP"));
|
|||
const tasks: ChildSpec[] = [
|
||||
{ name: "ingest-options", cmd: ["bun", "run", "dev"], cwd: "services/ingest-options" },
|
||||
{ name: "ingest-equities", cmd: ["bun", "run", "dev"], cwd: "services/ingest-equities" },
|
||||
{ name: "ingest-news", cmd: ["bun", "run", "dev"], cwd: "services/ingest-news" },
|
||||
{ name: "compute", cmd: ["bun", "run", "dev"], cwd: "services/compute" },
|
||||
{ name: "candles", cmd: ["bun", "run", "dev"], cwd: "services/candles" },
|
||||
{ name: "refdata", cmd: ["bun", "run", "dev"], cwd: "services/refdata" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue