added cache and started fixing data-service

This commit is contained in:
Bojan Kucera 2025-06-05 08:27:06 -04:00
parent 3fc123eca3
commit d0e8fd9e3f
15 changed files with 1761 additions and 98 deletions

View file

@ -12,7 +12,7 @@ loadEnvVariables();
const app = new Hono();
const logger = createLogger('data-service');
const PORT = parseInt(process.env.DATA_SERVICE_PORT || '3002');
logger.info(`Data Service starting on port ${PORT}`);
// Health check endpoint
app.get('/health', (c) => {
return c.json({