renaming services to more suitable names

This commit is contained in:
Boki 2025-06-21 14:02:54 -04:00
parent 3ae9de8376
commit be6afef832
69 changed files with 41 additions and 2956 deletions

View file

@ -28,7 +28,7 @@ bun add @stock-bot/event-bus
import { createEventBus, TradingEventType } from '@stock-bot/event-bus';
const eventBus = createEventBus({
serviceName: 'data-service',
serviceName: 'data-ingestion',
redisConfig: {
host: 'localhost',
port: 6379,